Skip to content

Bump github.com/operator-framework/operator-sdk from 0.14.1-0.20200114205503-152e5d5bc3a1 to 0.15.2#3

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/operator-framework/operator-sdk-0.15.2
Open

Bump github.com/operator-framework/operator-sdk from 0.14.1-0.20200114205503-152e5d5bc3a1 to 0.15.2#3
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/operator-framework/operator-sdk-0.15.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2025

Copy link
Copy Markdown

Bumps github.com/operator-framework/operator-sdk from 0.14.1-0.20200114205503-152e5d5bc3a1 to 0.15.2.

Release notes

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

v0.15.2

Changed

  • Operator user setup and entrypoint scripts no longer insert dynamic runtime user entries into /etc/passwd. To use dynamic runtime users, use a container runtime that supports it (e.g. CRI-O). (#2469)

Bug Fixes

  • Fixed a regression in the operator-sdk run command that caused --local flags to be ignored (#2478)

v0.15.1

Bug Fixes

  • Fixed issue with Go dependencies caused by removed tag in openshift/api repository (#2466)

v0.15.0

Added

Changed

  • Changed error wrapping according to Go version 1.13+ error handling. (#2355)
  • Added retry logic to the cleanup function from the e2e test framework in order to allow it to be achieved in the scenarios where temporary network issues are faced. (#2277)
  • Breaking Change: Moved olm-catalog gen-csv to the generate csv subcommand. (#2439)
  • Breaking Change: run ansible/helm are now the hidden commands exec-entrypoint ansible/helm. All functionality of each subcommand is the same. (#2441)
  • Breaking Change: up local is now run --local. All functionality of this command is the same. (#2441)
  • Breaking Change: Moved the olm subcommand from alpha to its own subcommand. All functionality of this command is the same. (#2447)

Bug Fixes

  • Fixed a regression in the helm-operator that caused all releases to be deployed in the same namespace that the operator was deployed in, regardless of which namespace the CR was created in. Now release resources are created in the same namespace as the CR. (#2414)
  • Fix issue when the test-framework would attempt to create a namespace exceeding 63 characters. pkg/test/NewCtx() now creates a unique id instead of using the test name. TestCtx.GetNamespace() uses this unique id to create a namespace that avoids this scenario. (#2335)

Note: See how to upgrade your project to the version v0.15.0 by checking the Version Upgrade Guide

v0.14.1

Bug Fixes

  • Fixed a regression in the helm-operator that caused all releases to be deployed in the same namespace that the operator was deployed in, regardless of which namespace the CR was created in. Now release resources are created in the same namespace as the CR. (#2414)

Note: See how to upgrade your project to the version v0.14.1 by checking the Version Upgrade Guide

Changelog

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

v0.15.2

Changed

  • Operator user setup and entrypoint scripts no longer insert dynamic runtime user entries into /etc/passwd. To use dynamic runtime users, use a container runtime that supports it (e.g. CRI-O). (#2469)

Bug Fixes

  • Fixed a regression in the operator-sdk run command that caused --local flags to be ignored (#2478)

v0.15.1

Bug Fixes

  • Fixed issue with Go dependencies caused by removed tag in openshift/api repository (#2466)

v0.15.0

Added

Changed

  • Changed error wrapping according to Go version 1.13+ error handling. (#2355)
  • Added retry logic to the cleanup function from the e2e test framework in order to allow it to be achieved in the scenarios where temporary network issues are faced. (#2277)
  • Breaking Change: Moved olm-catalog gen-csv to the generate csv subcommand. (#2439)
  • Breaking Change: run ansible/helm are now the hidden commands exec-entrypoint ansible/helm. All functionality of each subcommand is the same. (#2441)
  • Breaking Change: up local is now run --local. All functionality of this command is the same. (#2441)
  • Breaking Change: Moved the olm subcommand from alpha to its own subcommand. All functionality of this command is the same. (#2447)

Deprecated

Removed

Bug Fixes

  • Fixed a regression in the helm-operator that caused all releases to be deployed in the same namespace that the operator was deployed in, regardless of which namespace the CR was created in. Now release resources are created in the same namespace as the CR. (#2414)
  • Fix issue when the test-framework would attempt to create a namespace exceeding 63 characters. pkg/test/NewCtx() now creates a unique id instead of using the test name. TestCtx.GetNamespace() uses this unique id to create a namespace that avoids this scenario. (#2335)

v0.14.1

Bug Fixes

  • Fixed a regression in the helm-operator that caused all releases to be deployed in the same namespace that the operator was deployed in, regardless of which namespace the CR was created in. Now release resources are created in the same namespace as the CR. (#2414)

v0.14.0

Added

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/operator-framework/operator-sdk](https://github.com/operator-framework/operator-sdk) from 0.14.1-0.20200114205503-152e5d5bc3a1 to 0.15.2.
- [Release notes](https://github.com/operator-framework/operator-sdk/releases)
- [Changelog](https://github.com/operator-framework/operator-sdk/blob/v0.15.2/CHANGELOG.md)
- [Commits](https://github.com/operator-framework/operator-sdk/commits/v0.15.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 7, 2025
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants