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

Bump go 1.21 and k8s api libs #153

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

AKamyshnikova
Copy link
Collaborator

Q A
Bug fix? []
New feature? [x]
API breaks? []
Deprecations? []
Related tickets fixes #X, partially #Y, mentioned in #Z
License Apache 2.0

Fixes: #152

@AKamyshnikova
Copy link
Collaborator Author

Executed e2e tests https://github.com/AKamyshnikova/casskop/actions/runs/9744172229 - (backup/restore failed due to s3 authorization)

@cscetbon
Copy link
Owner

cscetbon commented Jul 2, 2024

Fixes: #152

Why go 1.21 and not 1.22 ?

@AKamyshnikova
Copy link
Collaborator Author

Fixes: #152

Why go 1.21 and not 1.22 ?

Some breaking changes in 1.22 and operator-sdk itself on 1.21 go https://github.com/operator-framework/operator-sdk/blob/master/go.mod#L3

@@ -2184,7 +2187,7 @@ spec:
- type
properties:
localhostProfile:
description: localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost".
description: localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is "Localhost". Must NOT be set for any other type.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

@AKamyshnikova AKamyshnikova merged commit 32bd52f into cscetbon:master Jul 5, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump go version 1.21
2 participants