Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.1.2 #199

Merged
merged 4 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/v1alpha2/resource_error.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type ResourceErrorInfo struct {
DebugMessage string `json:"debugMessage"`

// Internal or user error
// +kubebuilder:validation:Enum=Internal;User
// +kubebuilder:validation:Enum=Internal;User;WLM
Type ResourceErrorType `json:"type"`

// Indication of how severe the error is. Minor will likely succeed, Major may
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ spec:
enum:
- Internal
- User
- WLM
type: string
userMessage:
description: Optional user facing message if the error is relevant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ spec:
enum:
- Internal
- User
- WLM
type: string
userMessage:
description: Optional user facing message if the error is relevant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ spec:
enum:
- Internal
- User
- WLM
type: string
userMessage:
description: Optional user facing message if the error is relevant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ spec:
enum:
- Internal
- User
- WLM
type: string
userMessage:
description: Optional user facing message if the error is relevant
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/dataworkflowservices/dws
newTag: 0.1.1
newTag: 0.1.2
Loading