Skip to content

Commit 182f021

Browse files
Release PR for v1.0.0-alpha.2 (#3628)
1 parent 3270033 commit 182f021

13 files changed

+111
-145
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## v1.0.0-alpha.2
2+
3+
### Additions
4+
5+
- The Ansible and Helm operators have a `version` subcommand that prints the version information for the `ansible-operator` and `helm-operator` binaries. ([#3596](https://github.com/operator-framework/operator-sdk/pull/3596))
6+
- Added `--ansible-args` command-line flag that allows users to specify arbitrary CLI arguments for Ansible-based operators that are passed through ansible-runner. For example, passing `--ansible-vault` as an arbitrary argument allows user to store sensitive data in encrypted files. ([#3374](https://github.com/operator-framework/operator-sdk/pull/3374))
7+
- `generate bundle` and `generate packagemanifests` will write RBAC objects (Roles, RoleBindings, their Cluster equivalents, and ServiceAccounts) not bound to CSV deployment service accounts to the resulting manifests directory. ([#3610](https://github.com/operator-framework/operator-sdk/pull/3610))
8+
9+
### Changes
10+
11+
- **Breaking change**: The Ansible and Helm operators now use controller-runtime's zap package to define logging flags. ([#3596](https://github.com/operator-framework/operator-sdk/pull/3596))
12+
- **Breaking change**: The Ansible and Helm operators now use a `run` subcommand to run the operator. ([#3596](https://github.com/operator-framework/operator-sdk/pull/3596))
13+
- The `generate bundle` subcommand no longer requires a default channel be set nor defaults to the first channel provided to `--channels`. ([#3602](https://github.com/operator-framework/operator-sdk/pull/3602))
14+
- The `bundle validate` subcommand no longer returns an error if a bundle does not have a default channel. ([#3602](https://github.com/operator-framework/operator-sdk/pull/3602))
15+
- **Breaking change**: The `--update-crds` flag has been renamed to `--update-objects` for the `generate packagemanifests` subcommand. ([#3610](https://github.com/operator-framework/operator-sdk/pull/3610))
16+
- **Breaking change**: Changed `--operator-version` flag to `--version` in `run packagemanifests`. ([#3599](https://github.com/operator-framework/operator-sdk/pull/3599))
17+
- **Breaking change**: Changed `--operator-namespace` flag to `--namespace` in `run packagemanifests`. ([#3601](https://github.com/operator-framework/operator-sdk/pull/3601))
18+
19+
### Removals
20+
21+
- **Breaking change**: Moved scorecard API v1alpha3 to the [api repo](https://github.com/operator-framework/api) under `pkg/apis/scorecard/v1alpha3`. All future scorecard APIs will be released in this repo. ([#3622](https://github.com/operator-framework/operator-sdk/pull/3622))
22+
- **Breaking change**: Removed package `version`. ([#3617](https://github.com/operator-framework/operator-sdk/pull/3617))
23+
- **Breaking change**: Removed `--operator-name` from `generate` subcommands in favor of using `project-name` from the PROJECT config file (v3-alpha+). ([#3530](https://github.com/operator-framework/operator-sdk/pull/3530))
24+
- **Breaking change**: Removed `--include-paths` flag from `run packagemanifests`. ([#3599](https://github.com/operator-framework/operator-sdk/pull/3599))
25+
- **Breaking change**: Removed `--olm-namespace` flag from `run packagemanifests`. ([#3601](https://github.com/operator-framework/operator-sdk/pull/3601))
26+
27+
### Bug Fixes
28+
29+
- Fixed incorrect (cluster) role name assignments in generated CSVs [#3600](https://github.com/operator-framework/operator-sdk/issues/3600). ([#3610](https://github.com/operator-framework/operator-sdk/pull/3610))
30+
131
## v1.0.0-alpha.1
232

333
### Additions

changelog/fragments/ansible-helm-cobra.yaml

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

changelog/fragments/arbitraryArgs.yaml

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

changelog/fragments/bundle-validate-default-channel.yaml

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

changelog/fragments/fix-csv-role-names.yaml

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

changelog/fragments/move-scorecard-apis.yaml

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

changelog/fragments/mv-version.yaml

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

changelog/fragments/operator-name-config.yaml

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

changelog/fragments/run-packagemanifests-flags-1.yaml

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

changelog/fragments/run-packagemanifests-flags-2.yaml

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

0 commit comments

Comments
 (0)