Skip to content

Commit 6700783

Browse files
author
Eric Stroczynski
authored
Revert "*: release v0.17.1" (#3108)
1 parent 24ecdd3 commit 6700783

16 files changed

+89
-27
lines changed

CHANGELOG.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
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-
171
## v0.17.0
182

193
### Added

changelog/fragments/2884-fix.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# entries is a list of entries to include in
2+
# release notes and/or the migration guide
3+
entries:
4+
- description: >
5+
Fixes issue where the `helm.operator-sdk/upgrade-force` annotation value for Helm based-operators is not parsed.
6+
kind: "bugfix"
7+
breaking: false
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
entries:
2+
- description: >
3+
Revert deprecation of the package manifests format. See
4+
[#2755](https://github.com/operator-framework/operator-sdk/pull/2755) for
5+
deprecation details. The package manifests format is still officially supported
6+
by the Operator Framework
7+
8+
kind: change
9+
10+
breaking: false
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
entries:
2+
- description: >
3+
In 'run --olm', package manifests format must be replicated in a pod's
4+
file system for consistent registry initialization.
5+
6+
kind: "bugfix"
7+
8+
breaking: false
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
entries:
2+
- description: >
3+
the internal OLM client retrieves existing OLM versions correctly now
4+
that the returned list of CSVs is indexed properly
5+
6+
kind: "bugfix"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
entries:
2+
- description: >
3+
do not generate a package manifest when 'generate csv --make-manifests=true'
4+
5+
kind: "bugfix"
6+
7+
breaking: false
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# entries is a list of entries to include in
2+
# release notes and/or the migration guide
3+
entries:
4+
- description: >
5+
Fixed issue to convert variables with numbers for Ansible based-operator. ([#2842](https://github.com/operator-framework/operator-sdk/pull/2842))
6+
7+
# kind is one of:
8+
# - addition
9+
# - change
10+
# - deprecation
11+
# - removal
12+
# - bugfix
13+
kind: "bugfix"
14+
15+
# Is this a breaking change?
16+
breaking: false
17+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# entries is a list of entries to include in
2+
# release notes and/or the migration guide
3+
entries:
4+
- description: >
5+
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.
6+
7+
# kind iss one of:
8+
# - addition
9+
# - change
10+
# - deprecation
11+
# - removal
12+
# - bugfix
13+
kind: "bugfix"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# entries is a list of entries to include in
2+
# release notes and/or the migration guide
3+
entries:
4+
- description: >
5+
CSV manifests read from disk are now properly marshaled into the CSV struct
6+
7+
kind: "bugfix"
8+
9+
breaking: false
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
entries:
2+
- description: >
3+
Helm operator now applies its uninstall finalizer only when
4+
a release is deployed. This fixes a bug that caused the
5+
CR to be unable to be deleted without manually intervening
6+
to delete a prematurely added finalizer.
7+
kind: bugfix

0 commit comments

Comments
 (0)