Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog/generated/v1.27.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Bug Fixes

- `operator-sdk bundle validate`: Fix a bug in the Kubernetes 1.25 validation logic that would warn that a Kubernetes resource was deprecated without checking the group that contains the resource. (i.e if apps/deployments was deprecated and you used other/deployments you would recieve a warning)". The validation logic will now verify the group and resource before issuing a warning. ([#6227](https://github.com/operator-framework/operator-sdk/pull/6227))
- `operator-sdk bundle validate`: Fix a bug in the Kubernetes 1.25 validation logic that would warn that a Kubernetes resource was deprecated without checking the group that contains the resource. (i.e if apps/deployments was deprecated and you used other/deployments you would receive a warning)". The validation logic will now verify the group and resource before issuing a warning. ([#6227](https://github.com/operator-framework/operator-sdk/pull/6227))
- `operator-sdk run bundle(-upgrade)`: Fix a bug where SQLite bundle images were failing to be run properly due to a change in the default channel that is used by `run bundle(-upgrade)` when creating a subscription. ([#6210](https://github.com/operator-framework/operator-sdk/pull/6210))
- `operator-sdk run bundle(-upgrade)`: Update the logic used to set a Registry Pod's PSA configuration to fix a bug where a Pod's containers still had a restrictive SecurityContext even when setting `--security-context-config=legacy`. ([#6210](https://github.com/operator-framework/operator-sdk/pull/6210))
- For `operator-sdk bundle validate`: Fix a bug that would make the command exit with a 0 exit code even if there were validation failures. ([#6274](https://github.com/operator-framework/operator-sdk/pull/6274))
Expand Down
Loading