From c0f362d561aed76c5c570e01f4debcec5ca8dea8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:07:55 +0000 Subject: [PATCH] chore(master): release 1.10.3 --- CHANGELOG.md | 7 +++++++ deployment/cops-controller/Chart.yaml | 2 +- deployment/cops-controller/values.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0170194..61306bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.3](https://github.com/conplementAG/cops-controller/compare/1.10.2...v1.10.3) (2026-07-01) + + +### Bug Fixes + +* refresh base image for openssl 3.0.13-0ubuntu3.11 ([c8bfce0](https://github.com/conplementAG/cops-controller/commit/c8bfce0cb19066ebccd13e7b2dc6345f96dd4699)) + ## [1.10.2](https://github.com/conplementAG/cops-controller/compare/1.10.1...v1.10.2) (2026-05-29) diff --git a/deployment/cops-controller/Chart.yaml b/deployment/cops-controller/Chart.yaml index 681548f..6bdbcdf 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.2 # x-release-please-version +version: 1.10.3 # x-release-please-version diff --git a/deployment/cops-controller/values.yaml b/deployment/cops-controller/values.yaml index e2e76ef..b95c368 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.2 # x-release-please-version + tag: 1.10.3 # x-release-please-version copsController: namespaceAdminRole: cluster-admin \ No newline at end of file