Skip to content

Commit ab5ef5a

Browse files
Update changelog to reflect a missing PR entry
Signed-off-by: rashmigottipati <[email protected]>
1 parent 6bdce5b commit ab5ef5a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

changelog/generated/v1.31.0.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- (ansible): Update the `quay.io/operator-framework/ansible-operator` base image to now use Ansible 2.15.0. Removes pre-installed Python modules that are not required to build and run the `testdata/ansible/memcached-operator` sample. Updates Python to 3.9 to work with Ansible 2.15.0. ([#6483](https://github.com/operator-framework/operator-sdk/pull/6483))
66
- (ansible/v1): Updates the `ansible/v1` plugin scaffolding to: - Remove the `community.kubernetes` collection - Update the `operator_sdk.util` collection from `v0.4.0` --> `v0.5.0` - Update the `molecule.yaml` files to work with `molecule v5.1.0`. ([#6483](https://github.com/operator-framework/operator-sdk/pull/6483))
77
- (helm): Use informer to list helm secrets to improve performance. ([#6354](https://github.com/operator-framework/operator-sdk/pull/6354))
8-
- Updated Reference from " to_be_owned.namespace" to " to_be_owned.metadata.namespace " at line 186.
8+
- Updated Reference from "to_be_owned.namespace" to "to_be_owned.metadata.namespace " in the ansible reference documentation. ([#6409](https://github.com/operator-framework/operator-sdk/pull/6409))
99

1010
### Removals
1111

@@ -15,8 +15,6 @@
1515

1616
- Fix a bug where `olm install` command is failed fo "no-match" error.
1717
The output in this case is something like:
18-
``` $ operator-sdk olm install --verbose ... FATA[0001] Failed to install OLM version "latest": failed to create CRDs and resources: no matches for kind "OLMConfig" in version "operators.coreos.com/v1" ```
19-
20-
Now, in this case, operator-sdk tries to create the resource again, until it succeed (or until the timeout exceeded). ([#6490](https://github.com/operator-framework/operator-sdk/pull/6490))
18+
```$ operator-sdk olm install --verbose ... FATA[0001] Failed to install OLM version "latest": failed to create CRDs and resources: no matches for kind "OLMConfig" in version "operators.coreos.com/v1"```. Now, in this case, operator-sdk tries to create the resource again, until it succeed (or until the timeout exceeded). ([#6490](https://github.com/operator-framework/operator-sdk/pull/6490))
2119
- Fix a bug where `run bundle` command does not copy all FBC manifests into the new catalog image if custom index-image is passed. ([#6512](https://github.com/operator-framework/operator-sdk/pull/6512))
2220
- markUnsafe now correctly marks as unsafe the spec extra variable. ([#6376](https://github.com/operator-framework/operator-sdk/pull/6376))

0 commit comments

Comments
 (0)