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 github.com/operator-framework/operator-sdk from 0.18.2 to 1.21.0 #27

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 25, 2022

Bumps github.com/operator-framework/operator-sdk from 0.18.2 to 1.21.0.

Release notes

Sourced from github.com/operator-framework/operator-sdk's releases.

v1.21.0

Additions

  • (declarative/v1): For Golang-based operators, copy the channels directory in the Dockerfile (More info). (#4863)
  • (go/v3):For Golang-based operators, new README.md will begin to be scaffolded. (#4863)

Changes

  • The validate package was inadvertantly exposed, it should be internal as all the other packages are in operator-sdk. The package was moved from pkg/validate to internal/validate. (#5726)
  • Changed the default reconcile period of Ansible-based operators to 10h instead of 1m. (#5781)
  • Bump the helm-operator-plugins dependency version to v0.0.10. (#5772)
  • (go/v3):For Golang-based operators, upgrade controller-runtime and Kubernetes deps. (#4863)
  • (kustomize/v1):For Golang/Helm/Ansible-based operators, upgrade kube-rbac-proxy image from v0.8.0 to v0.11.0. (#4863)
  • (config-gen alpha command): Updated the image gcr.io/kubebuilder/kube-rbac-proxy from v0.5.0 to v0.11.0. (#4863)
  • (config-gen alpha command): upgrade sigs.k8s.io/controller-tools from v0.7.0 to v0.8.0. (#4863)
  • For Golang-based operators, change Makefile targets to replace go get with go install in order to remove deprecation and begin to be prepared to support go 1.18 in the future releases (IMPORTANT: Golang projects still not supporting versions >= 1.18. To know more about what needs to be done in order to support Golang 1.18, see here ). (#4863)
  • Update the operator-sdk run bundle command to have a more detailed help output, stating the intent of the command and that index-images passed via the --index-image flag should not already contain the bundle. (#5727)

Bug Fixes

  • (go/v3): For Golang-based operators, fix suite test using global cfg (More info). (#4863)
  • (go/v3): For Golang-based operators, ensure that the plugin can only be used with its go supported version >= 1.17 (IMPORTANT: Golang projects still not supporting versions >= 1.18. To know more about what needs to be done in order to support Golang 1.18, see here ). (#4863)
  • (kustomize/v1): For Golang-based operators, fix the issue to scaffold the same Kind for different groups with multi-group support by using group name in crd/patches and rbac editor/viewer manifests (More info). (#4863)
  • (kustomize/v1): For Golang-based operators, fix the issue to scaffold the same Kind for different groups with multi-group support by using group name in crd/patches and rbac editor/viewer manifests (More info). (#4863)
  • (go/v3): For Golang-based operators, avoid adding duplicated code fragments (More info). (#4863)

v1.20.1

Changes

  • Bump the helm-operator-plugins dependency version to v0.0.10. (#5775)

v1.20.0

Additions

  • New check to warning authors when the CRD description is empty was added to the Good Practices validator. You are able to check it by running operator-sdk bundle validate ./bundle --select-optional name=good-practices or $ operator-sdk bundle validate ./bundle --select-optional suite=operatorframework (More info). (#5552)
  • For ansible-based operators, proxy server port can be changed with the new proxy-port flag, which still defaults to 8888. (#5669)
  • Previously we added this error to show the user that the Path component is part of proxy server. Now, kubectl made this fix that handles this case and there is no need to throw this error anymore. (#5648)

Changes

  • Update the supported OLM versions to 0.18.3, 0.19.1, 0.20.0. (#5684)

Bug Fixes

  • Fix: channel naming validator check and move it for the Good Practices validator. You are able to check it by running operator-sdk bundle validate ./bundle --select-optional name=good-practices or $ operator-sdk bundle validate ./bundle --select-optional suite=operatorframework (More info). (#5552)
  • For ansible-based operators, this change fixes an issue that caused finalizers to fail to run if the watched resource (CR) is deleted during reconciliation. (#5678)
  • The related image discovery feature currently only reads environment variables from the manager container. This was causing an error when the deployment labels or container name that was expected were not present. This fixes that by collecting related images from all containers across all deployments.

... (truncated)

Commits
  • 89d21a1 Release v1.21.0 (#5799)
  • 3bce821 [master] image(ansible-operator): bump base to quay.io/operator-framework/ans...
  • ada7bf4 ansible reconcile period changelog (#5797)
  • 3769057 Mention kustomize and RBAC in Ansible tutorial (#5796)
  • b7efd52 changed default reconcile period for ansible-based operators (#5781)
  • 9a501a7 update goreleaser install method (#5782)
  • 2c39ee1 📖 clarifies best practices and highlited the scenario (#5768)
  • a9bb72f Fix scorecard XUnit result schema (#5774)
  • 659df85 bump helm-operator-plugins version to 0.0.10 (#5772)
  • f62caa6 Add xunit sample to Scorecard Docs (#5762)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/operator-framework/operator-sdk](https://github.com/operator-framework/operator-sdk) from 0.18.2 to 1.21.0.
- [Release notes](https://github.com/operator-framework/operator-sdk/releases)
- [Changelog](https://github.com/operator-framework/operator-sdk/blob/master/.goreleaser.yml)
- [Commits](operator-framework/operator-sdk@v0.18.2...v1.21.0)

---
updated-dependencies:
- dependency-name: github.com/operator-framework/operator-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 25, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 15, 2022

Superseded by #30.

@dependabot dependabot bot closed this Jun 15, 2022
@dependabot dependabot bot deleted the dependabot-go_modules-git.luolix.top-operator-framework-operator-sdk-1.21.0 branch June 15, 2022 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants