diff --git a/CHANGELOG.md b/CHANGELOG.md index 61306bf..7189582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.0](https://github.com/conplementAG/cops-controller/compare/1.10.3...v1.11.0) (2026-07-23) + + +### Features + +* upgrade to dotnet 10 ([ed02d43](https://github.com/conplementAG/cops-controller/commit/ed02d43f67416f603c228e0e107eb074745d81d7)) + ## [1.10.3](https://github.com/conplementAG/cops-controller/compare/1.10.2...v1.10.3) (2026-07-01) diff --git a/deployment/cops-controller/Chart.yaml b/deployment/cops-controller/Chart.yaml index 6bdbcdf..1728dad 100644 --- a/deployment/cops-controller/Chart.yaml +++ b/deployment/cops-controller/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: cops-controller description: CoreOps Controller Helm Chart -version: 1.10.3 # x-release-please-version +version: 1.11.0 # x-release-please-version diff --git a/deployment/cops-controller/values.yaml b/deployment/cops-controller/values.yaml index b95c368..1513207 100644 --- a/deployment/cops-controller/values.yaml +++ b/deployment/cops-controller/values.yaml @@ -1,5 +1,5 @@ image: repository: conplementag/cops-controller - tag: 1.10.3 # x-release-please-version + tag: 1.11.0 # x-release-please-version copsController: namespaceAdminRole: cluster-admin \ No newline at end of file