File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
7+ ## [ 0.4.2] - 2026-01-28
8+
9+ ### Fixed
10+
11+ * Fixed not setting the ` searches ` field of the ` dnsConfig ` for the LocalStack pod when running as a non-root user
12+
713## [ 0.4.1] - 2025-12-16
814
915### Added
@@ -48,6 +54,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
4854
4955### Removed
5056
57+ [ 0.4.2 ] : https://github.com/localstack/localstack-operator/compare/v0.4.1..v0.4.2
5158[ 0.4.1 ] : https://github.com/localstack/localstack-operator/compare/v0.4.0..v0.4.1
5259[ 0.4.0 ] : https://github.com/localstack/localstack-operator/compare/v0.3.3..v0.4.0
5360[ 0.3.3 ] : https://github.com/localstack/localstack-operator/releases/tag/v0.3.3
Original file line number Diff line number Diff line change @@ -1481,7 +1481,7 @@ apiVersion: v1
14811481data :
14821482 LOCALSTACK_TELEMETRY_ENABLED : " 1"
14831483 LOCALSTACK_TELEMETRY_ENVIRONMENT : production
1484- LOCALSTACK_TELEMETRY_RELEASE : v0.4.1
1484+ LOCALSTACK_TELEMETRY_RELEASE : v0.4.2
14851485 LOCALSTACK_TELEMETRY_USER_NAME : generic
14861486kind : ConfigMap
14871487metadata :
@@ -1573,7 +1573,7 @@ spec:
15731573 envFrom :
15741574 - configMapRef :
15751575 name : localstack-operator-controller-manager-config
1576- image : localstack/localstack-k8s-operator:v0.4.1
1576+ image : localstack/localstack-k8s-operator:v0.4.2
15771577 livenessProbe :
15781578 httpGet :
15791579 path : /healthz
You can’t perform that action at this time.
0 commit comments