Skip to content

Commit 6d10805

Browse files
authored
*: release v0.17.1 (#3047) (#3115)
1 parent 9c630ca commit 6d10805

16 files changed

+27
-89
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v0.17.1
2+
3+
### Changes
4+
5+
- Revert deprecation of the package manifests format. See [#2755](https://github.com/operator-framework/operator-sdk/pull/2755) for deprecation details. The package manifests format is still officially supported by the Operator Framework. ([#3030](https://github.com/operator-framework/operator-sdk/pull/3030), [#3042](https://github.com/operator-framework/operator-sdk/pull/3042), [#3044](https://github.com/operator-framework/operator-sdk/pull/3042))
6+
7+
### Bug Fixes
8+
9+
- Fixes issue where the `helm.operator-sdk/upgrade-force` annotation value for Helm based-operators is not parsed. ([#3027](https://github.com/operator-framework/operator-sdk/pull/3027))
10+
- In 'run --olm', package manifests format must be replicated in a pod's file system for consistent registry initialization. ([#3038](https://github.com/operator-framework/operator-sdk/pull/3038))
11+
- the internal OLM client retrieves existing OLM versions correctly now that the returned list of CSVs is indexed properly. ([#3029](https://github.com/operator-framework/operator-sdk/pull/3029))
12+
- Fixed issue to convert variables with numbers for Ansible based-operator. ([#2842](https://github.com/operator-framework/operator-sdk/pull/2842)). ([#3025](https://github.com/operator-framework/operator-sdk/pull/3025))
13+
- Added timeout to the Ansible based-operator proxy, which enables error reporting for requests that fail due to RBAC permissions issues to List and Watch the resources. ([#3025](https://github.com/operator-framework/operator-sdk/pull/3025))
14+
- CSV manifests read from disk are now properly marshaled into the CSV struct. ([#3027](https://github.com/operator-framework/operator-sdk/pull/3027))
15+
- Helm operator now applies its uninstall finalizer only when a release is deployed. This fixes a bug that caused the CR to be unable to be deleted without manually intervening to delete a prematurely added finalizer. ([#3046](https://github.com/operator-framework/operator-sdk/pull/3046))
16+
117
## v0.17.0
218

319
### Added

changelog/fragments/2884-fix.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

changelog/fragments/2944-change.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

changelog/fragments/2964-bugfix.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

changelog/fragments/2969-bugfix.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelog/fragments/csv-package-manifests-bugfix.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

changelog/fragments/fix-issue-2393.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

changelog/fragments/fix-issue-bug-1701041.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

changelog/fragments/get-csv-manifest-bugfix.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

changelog/fragments/helm-fix-finalizer.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)