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

vendor: bump github.com/operator-framework/operator-sdk from 1.23.0 to 1.24.0 #252

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

Bumps github.com/operator-framework/operator-sdk from 1.23.0 to 1.24.0.

Release notes

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

v1.24.0

Changes

  • Bumping java-operator-plugins to v0.6.0. (#6007)

Bug Fixes

  • Support test selectors in scorecard-kuttl. This only works if you supply a test name in the config for the entrypoint in the scorecard test config.yaml In the stages.testssection add an entrypoint, in this entrypoint you add the name of the test you want to associate with the selector. If you have a kuttl test directory called smoke your entrypoint should have - smoke as an entry. That way scorecard can pass that into the image and kuttl will run the single test. (#6015)
  • operator-sdk run bundle(-upgrade): fixed bug that made it so bundles weren't properly upgraded if the channel used in the bundle wasn't in the same channel as the bundle installed via operator-sdk run bundle. Using operator-sdk run bundle will now use a default channel instead of the one in the bundle. (#6042)
  • operator-sdk run bundle(-upgrade): fixed bug causing operator-sdk run bundle-upgrade and operator-sdk run bundle ... --index-image=... to stall indefinitely. (#6040)
  • For Ansible & Helm-based operators, the generated Makefile does not handle converting aarch64 to arm64. This prevents it from downloading the appropriate binaries. This change simply adds a call to sed to convert aarch64 to arm64. (#5480)
Commits
  • de6a14d Release v1.24.0 (#6071)
  • 7119cec [master] image(ansible-operator): bump base to quay.io/operator-framework/ans...
  • f1581a8 updated release doc for MAC users (#6069)
  • f7b1c09 updated for ansible 2.11 (#6066)
  • 4181435 updates to fix deploy-manual action (#6065)
  • d65ed28 bump supported OLM versions in docs (#6064)
  • 3fc75c9 Add API groups explanation to golang tutorial (#5842)
  • b97d84f (bugfix): update operator-sdk run bundle(-upgrade) to ignore channels in th...
  • 8fc9626 Update .cncf-maintainers & OWNERS_ALIASES (#6041)
  • abdc20c fix run bundle(-upgrade) to no longer stall (#6040)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

@dependabot dependabot bot added the vendor Pull requests that update vendored dependencies label Oct 17, 2022
Bumps [github.com/operator-framework/operator-sdk](https://github.com/operator-framework/operator-sdk) from 1.23.0 to 1.24.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@v1.23.0...v1.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@Madhu-1 Madhu-1 force-pushed the dependabot/go_modules/github.com/operator-framework/operator-sdk-1.24.0 branch from 0bfb043 to 1beb86b Compare October 19, 2022 04:48
@mergify mergify bot merged commit ca87908 into main Oct 19, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/operator-framework/operator-sdk-1.24.0 branch October 19, 2022 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vendor Pull requests that update vendored dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants