Skip to content

Commit 0046bc4

Browse files
chore(release): prepare for stable release 1.108.1 (#1594)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Richard Hagen <richard.hagen@gmail.com>
1 parent e7cf787 commit 0046bc4

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.108.0](https://github.com/equinor/radix-operator/compare/v1.107.1..v1.108.0) - 2026-01-21
5+
## [1.108.1](https://github.com/equinor/radix-operator/compare/v1.108.0..v1.108.1) - 2026-02-12
6+
7+
### 🐛 Bug Fixes
8+
9+
- Security fixes, better e2e testing (custom namespace) (#1592) - ([d96ad6f](https://github.com/equinor/radix-operator/commit/d96ad6f2cf8afedc639a274359d47db86460a6ad)) by @Richard87 in [#1592](https://github.com/equinor/radix-operator/pull/1592)
10+
11+
- Restrict environment names (#1601) - ([ee929e7](https://github.com/equinor/radix-operator/commit/ee929e7474365cb9dc12a42c3644efee2b902fac)) by @Richard87 in [#1601](https://github.com/equinor/radix-operator/pull/1601)
12+
13+
14+
### 📚 Documentation
15+
16+
- Update catalog-info.yaml (#1596) - ([4bb64eb](https://github.com/equinor/radix-operator/commit/4bb64ebba983e635404e7e9867b4db5bc8c3d391)) by @emirgens in [#1596](https://github.com/equinor/radix-operator/pull/1596)
17+
18+
19+
### ⚙️ Miscellaneous Tasks
20+
21+
- Update golang mock from old to new maintainer. (#1591) - ([a6de882](https://github.com/equinor/radix-operator/commit/a6de8828ed1195bf18fd4e067becf19d16a93aa3)) by @jacobsolbergholm in [#1591](https://github.com/equinor/radix-operator/pull/1591)
22+
23+
24+
## [1.108.0](https://github.com/equinor/radix-operator/compare/v1.107.1..v1.108.0) - 2026-01-22
625

726
### 🚀 Features
827

charts/radix-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: radix-operator
3-
version: 1.108.1-rc.2 # x-patch-semver
4-
appVersion: 1.108.1-rc.2 # x-patch-semver
3+
version: 1.108.1 # x-patch-semver
4+
appVersion: 1.108.1 # x-patch-semver
55
kubeVersion: ">=1.24.0"
66
description: Radix Operator
77
icon: https://radix.equinor.com/images/logos/logo.svg

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.108.1-rc.2
1+
1.108.1

0 commit comments

Comments
 (0)