From 3a958c9e55210d4a807ea8b99ae6c7cc37a2116a Mon Sep 17 00:00:00 2001 From: Eric Stroczynski Date: Wed, 3 Apr 2019 13:56:11 -0700 Subject: [PATCH 1/2] CHANGELOG.md: add CSV alm-examples update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e418985cc18..0e8344a44a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - **WARNING**: Users with active CRs and releases who are upgrading their helm-based operator should not skip this version. Future versions will not seamlessly transition release state to the persistent backend, and will instead uninstall and reinstall all managed releases. - Change `namespace-manifest` flag in scorecard subcommand to `namespaced-manifest` to match other subcommands - Subcommands of [`operator-sdk generate`](https://github.com/operator-framework/operator-sdk/blob/master/doc/sdk-cli-reference.md#generate) are now verbose by default. ([#1271](https://github.com/operator-framework/operator-sdk/pull/1271)) +- [`operator-sdk olm-catalog gen-csv`](https://github.com/operator-framework/operator-sdk/blob/master/doc/sdk-cli-reference.md#gen-csv) parses Custom Resource manifests from `deploy/crds` or a custom path specified in `csv-config.yaml`, encodes them in a JSON array, and sets the CSV's `metadata.annotations.alm-examples` field to that JSON. ([#1116](https://github.com/operator-framework/operator-sdk/pull/1116)) ### Deprecated From c20a116cf8305743e95686ced8b67ea7a3b26fa3 Mon Sep 17 00:00:00 2001 From: Haseeb Tariq Date: Thu, 4 Apr 2019 08:58:40 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md Co-Authored-By: estroz --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e8344a44a0..3c559b806cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - **WARNING**: Users with active CRs and releases who are upgrading their helm-based operator should not skip this version. Future versions will not seamlessly transition release state to the persistent backend, and will instead uninstall and reinstall all managed releases. - Change `namespace-manifest` flag in scorecard subcommand to `namespaced-manifest` to match other subcommands - Subcommands of [`operator-sdk generate`](https://github.com/operator-framework/operator-sdk/blob/master/doc/sdk-cli-reference.md#generate) are now verbose by default. ([#1271](https://github.com/operator-framework/operator-sdk/pull/1271)) -- [`operator-sdk olm-catalog gen-csv`](https://github.com/operator-framework/operator-sdk/blob/master/doc/sdk-cli-reference.md#gen-csv) parses Custom Resource manifests from `deploy/crds` or a custom path specified in `csv-config.yaml`, encodes them in a JSON array, and sets the CSV's `metadata.annotations.alm-examples` field to that JSON. ([#1116](https://github.com/operator-framework/operator-sdk/pull/1116)) +- [`operator-sdk olm-catalog gen-csv`](https://github.com/operator-framework/operator-sdk/blob/master/doc/sdk-cli-reference.md#gen-csv) parses Custom Resource manifests from `deploy/crds` or a custom path specified in `csv-config.yaml`, encodes them in a JSON array, and sets the CSV's [`metadata.annotations.alm-examples`](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/Documentation/design/building-your-csv.md#crd-templates) field to that JSON. ([#1116](https://github.com/operator-framework/operator-sdk/pull/1116)) ### Deprecated