-
Notifications
You must be signed in to change notification settings - Fork 42
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
Update golang & k8s dependencies #167
Merged
everettraven
merged 4 commits into
operator-framework:main
from
Neo2308:feature/main/bump-k8s-0.29.2
Apr 30, 2024
Merged
Update golang & k8s dependencies #167
everettraven
merged 4 commits into
operator-framework:main
from
Neo2308:feature/main/bump-k8s-0.29.2
Apr 30, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Updated golang version to 1.21 * Updated k8s dependencies to v0.29.2 * Updated operator-framework/api to v0.23.0
13 tasks
Neo2308
added a commit
to Neo2308/ansible-operator-plugins
that referenced
this pull request
Apr 26, 2024
* Updated k8s dependencies to v0.29.3 * Updated operator-framework/operator-registry to v1.39.0 * Updated kubebuilder to v3.14.1 * Updated k8s version in Makefile TODO: Update operator-framework/operator-lib after operator-framework/operator-lib#167 is merged
Update golangci-lint to 1.57 Apply lint fixes
Closed
@everettraven could you review/merge this PR? |
everettraven
approved these changes
Apr 30, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Neo2308
added a commit
to Neo2308/ansible-operator-plugins
that referenced
this pull request
May 15, 2024
* Updated k8s dependencies to v0.29.3 * Updated operator-framework/operator-registry to v1.39.0 * Updated kubebuilder to v3.14.1 * Updated k8s version in Makefile TODO: Update operator-framework/operator-lib after operator-framework/operator-lib#167 is merged
Neo2308
added a commit
to Neo2308/ansible-operator-plugins
that referenced
this pull request
Jun 18, 2024
* Updated k8s dependencies to v0.29.3 * Updated operator-framework/operator-registry to v1.39.0 * Updated kubebuilder to v3.14.1 * Updated k8s version in Makefile TODO: Update operator-framework/operator-lib after operator-framework/operator-lib#167 is merged
everettraven
pushed a commit
to operator-framework/ansible-operator-plugins
that referenced
this pull request
Jul 3, 2024
* Update k8s dependencies * Updated k8s dependencies to v0.29.3 * Updated operator-framework/operator-registry to v1.39.0 * Updated kubebuilder to v3.14.1 * Updated k8s version in Makefile TODO: Update operator-framework/operator-lib after operator-framework/operator-lib#167 is merged * Update operator-lib * Updated operator-framework/operator-lib to v1.39.0 * Update k8s version in Pipfile * Fix unit tests Use NewDynamicRESTMapper instead of NewDiscoveryRESTMapper (Ref: kubernetes-sigs/controller-runtime#2611) * Fix sanity tests * Regenerated Pipfile.lock * * Update kubebuilder to v3.14.2 * Use operator-lib v0.13.0 instead of commit. * Regenerated testdata. * Fix sanity-tests * Ignore requests security vulnerability
chiragkyal
pushed a commit
to chiragkyal/ansible-operator-plugins
that referenced
this pull request
Aug 8, 2024
* Update k8s dependencies * Updated k8s dependencies to v0.29.3 * Updated operator-framework/operator-registry to v1.39.0 * Updated kubebuilder to v3.14.1 * Updated k8s version in Makefile TODO: Update operator-framework/operator-lib after operator-framework/operator-lib#167 is merged * Update operator-lib * Updated operator-framework/operator-lib to v1.39.0 * Update k8s version in Pipfile * Fix unit tests Use NewDynamicRESTMapper instead of NewDiscoveryRESTMapper (Ref: kubernetes-sigs/controller-runtime#2611) * Fix sanity tests * Regenerated Pipfile.lock * * Update kubebuilder to v3.14.2 * Use operator-lib v0.13.0 instead of commit. * Regenerated testdata. * Fix sanity-tests * Ignore requests security vulnerability
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Relates to: operator-framework/operator-sdk#6651