Skip to content

Commit 8892cbb

Browse files
committed
Controller v0.4.2
1 parent 6ff92ff commit 8892cbb

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The 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

controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ apiVersion: v1
14811481
data:
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
14861486
kind: ConfigMap
14871487
metadata:
@@ -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

0 commit comments

Comments
 (0)