Skip to content

Releases: localstack/localstack-operator

v0.4.9

Choose a tag to compare

@carillan81 carillan81 released this 30 Jun 14:17

Added

  • Support for specifying a runtimeClassName in the serviceSchedulingConfig to control the container runtime for pods spawned by LocalStack

LocalStack Operator v0.4.8

Choose a tag to compare

@carillan81 carillan81 released this 16 Jun 11:15

Fixed

  • CoreDNS Corefile corruption with multiple LocalStack instances
  • Security updates to fix

LocalStack Operator v0.4.7

Choose a tag to compare

@simonrw simonrw released this 28 May 21:50
a327b2b

Added

  • Supports PodSchedulingConfig to control where pods are executed

Fixed

  • Fixed license version matching

LocalStack Operator v0.4.6

Choose a tag to compare

@simonrw simonrw released this 19 May 14:57
e9f5bce

Fixed

LocalStack Operator v0.4.5

Choose a tag to compare

@simonrw simonrw released this 28 Apr 12:51
9559d60

Fixed

LocalStack Operator v0.4.4

Choose a tag to compare

@cloutierMat cloutierMat released this 08 Apr 17:10

[0.4.4] - 2026-04-08

Security Fixes

LocalStack Operator v0.4.3

Choose a tag to compare

@simonrw simonrw released this 07 Apr 11:49
6b99543

0.4.3 - 2026-03-16

Added

  • Option to disable ssl enforcement during license check (set LOCALSTACK_LICENSE_SSL_NO_VERIFY=1 for the operator pod)

Changed

  • Removed the rbac-proxy image and updated the kubebuilder authentication method for the metrics endpoint

LocalStack Operator v0.4.2

Choose a tag to compare

@simonrw simonrw released this 28 Jan 12:16
8892cbb

0.4.2 - 2026-01-28

Fixed

  • Fixed not setting the searches field of the dnsConfig for the LocalStack pod when running as a non-root user

LocalStack Operator v0.4.1

Choose a tag to compare

@simonrw simonrw released this 16 Dec 15:26
319685c

0.4.1 - 2025-12-16

Added

  • Support for specifying a custom CA certificate when fetching the license. See the caCertificate field of the LocalStack CRD object in the api docs for more information

LocalStack Operator v0.4.0

Choose a tag to compare

@simonrw simonrw released this 09 Dec 15:11
aa0b0dd

0.4.0 - 2025-12-09

Added

  • Expand RBAC permissions to support creating EC2 instances (pods)
  • Added functionality to support running in non-root environments
  • Support setting PodSecurityContext and ContainerSecurityContext for the LocalStack pod
  • Support mounting the LocalStack volume with a PVC
  • Support overriding the default image pull policy. This defaults to Always if the image tag is latest, otherwise IfNotPresent

Fixed

  • Present better feedback if the auth token can be read from a secret, but the secret value is blank
  • Prevent endless AAAA DNS request loops

Changed

  • Bumped version of Go used to compile the operator to 1.25 resolving numerous CVEs