Releases: localstack/localstack-operator
Releases · localstack/localstack-operator
Release list
v0.4.10
Fixed
- Security updates to fix CVEs (all golang.org/x/net)
v0.4.9
Added
- Support for specifying a
runtimeClassNamein theserviceSchedulingConfigto control the container runtime for pods spawned by LocalStack
LocalStack Operator v0.4.8
Fixed
- CoreDNS Corefile corruption with multiple LocalStack instances
- Security updates to fix
LocalStack Operator v0.4.7
Added
- Supports
PodSchedulingConfigto control where pods are executed
Fixed
- Fixed license version matching
LocalStack Operator v0.4.6
Fixed
- Security updates to fix
- CVE-2026-33811
- CVE-2026-33814
- CVE-2026-39820
- CVE-2026-39836
- CVE-2026-42499
LocalStack Operator v0.4.5
Fixed
- Security updates to fix CVE-2026-39883
LocalStack Operator v0.4.4
LocalStack Operator v0.4.3
0.4.3 - 2026-03-16
Added
- Option to disable ssl enforcement during license check (set
LOCALSTACK_LICENSE_SSL_NO_VERIFY=1for the operator pod)
Changed
- Removed the rbac-proxy image and updated the kubebuilder authentication method for the metrics endpoint
LocalStack Operator v0.4.2
0.4.2 - 2026-01-28
Fixed
- Fixed not setting the
searchesfield of thednsConfigfor the LocalStack pod when running as a non-root user
LocalStack Operator v0.4.1
0.4.1 - 2025-12-16
Added
- Support for specifying a custom CA certificate when fetching the license. See the
caCertificatefield of theLocalStackCRD object in the api docs for more information