Skip to content

Commit 28dcd12

Browse files
Ish Shahvarshaprasad96
andauthored
Release v1.11.0 (#5139)
Co-authored-by: Varsha <[email protected]>
1 parent 67ebc33 commit 28dcd12

File tree

29 files changed

+136
-201
lines changed

29 files changed

+136
-201
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SHELL = /bin/bash
44
# This value must be updated to the release tag of the most recent release, a change that must
55
# occur in the release commit. IMAGE_VERSION will be removed once each subproject that uses this
66
# version is moved to a separate repo and release process.
7-
export IMAGE_VERSION = v1.10.0
7+
export IMAGE_VERSION = v1.11.0
88
# Build-time variables to inject into binaries
99
export SIMPLE_VERSION = $(shell (test "$(shell git describe)" = "$(shell git describe --abbrev=0)" && echo $(shell git describe)) || echo $(shell git describe --abbrev=0)+git)
1010
export GIT_VERSION = $(shell git describe --dirty --tags --always)

changelog/fragments/ansible-set-local-rolespath.yaml

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

changelog/fragments/bump-kb.yaml

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

changelog/fragments/bump-of-api-0.10.5.yaml

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

changelog/fragments/detect-request-ns.yaml

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

changelog/fragments/fix-bundle-service-accounts.yaml

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

changelog/fragments/helm-labelselector.yaml

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

changelog/fragments/helm-overrides-template.yaml

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

changelog/fragments/revert-helm-equality-comparison.yaml

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

changelog/generated/v1.11.0.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## v1.11.0
2+
3+
### Additions
4+
5+
- (go/v3, ansible/v1, helm/v1) Added `containerPort` protocol field required for server-side apply in manifests. ([#4863](https://github.com/operator-framework/operator-sdk/pull/4863))
6+
- For helm based operators, added a predicate that filters resources based on selectors specified in `watches.yaml`. Only the resources that contain the labels specified by selectors will be reconciled. ([#4997](https://github.com/operator-framework/operator-sdk/pull/4997))
7+
- For helm-based operators, support go `text/template` expansion of override values. ([#5105](https://github.com/operator-framework/operator-sdk/pull/5105))
8+
9+
### Changes
10+
11+
- (go/v3) Fixed a bug in `make test` caused by incorrect envtest asset setup. ([#4863](https://github.com/operator-framework/operator-sdk/pull/4863))
12+
- (go/v3, ansible/v1, helm/v1) Increased resource limits for controller manager. ([#4863](https://github.com/operator-framework/operator-sdk/pull/4863))
13+
- Updated operator-framework dependency to 0.10.5. This specific update includes a fix for bundle validation when checking for invalid service accounts. ([#5119](https://github.com/operator-framework/operator-sdk/pull/5119))
14+
- For helm-based operators, reverted #5042 and #4937 which modified helm release equality comparison. ([#5097](https://github.com/operator-framework/operator-sdk/pull/5097))
15+
16+
### Bug Fixes
17+
18+
- (ansible/v1) Previously, when scaffolding an Ansible-based operator with both Roles and Playbooks, the roles imported by the playbook could not be found when running locally (`make run`). This change prepends the `ANSIBLE_ROLES_PATH` environment variable with the path to the local roles directory. ([#5118](https://github.com/operator-framework/operator-sdk/pull/5118))
19+
- For Ansible-based operators, if a request is sent without a body in the metadata it will now be extracted from the request URL and properly set owner references/dependent watches. ([#5064](https://github.com/operator-framework/operator-sdk/pull/5064))
20+
- In `generate bundle`, exclude ServiceAccounts already in a CSV from generated bundle. ([#5120](https://github.com/operator-framework/operator-sdk/pull/5120))

0 commit comments

Comments
 (0)