Releases: nats-io/k8s
Releases · nats-io/k8s
Release v0.7.4
v0.7.4
nats-operator-0.7.4
NATS operator creates/configures/manages nats clusters atop Kubernetes
Release v0.7.2
Release v0.7.0
v0.7.0
Release v0.6.2
Added
- Support partitioning mode in the STAN helm chart
Fixed
- Fixed issues with json escaping NATS subject wildcards
Changed
- Changed STAN Helm chart reloader to be disabled by default and when NATS embedded mode not being used
Release v0.6.0
Added
- Added support for NATS embedded mode in NATS Streaming chart
- Added preliminar support for JetStream in NATS Chart, memory mode only
- Added support for basic auth for clients in NATS Chart
- Added
nats
tool tonats-box
Release v0.5.6
Release v0.5.4
Added
- Added clusterReadinessProbe which can be used with the nats-streaming:alpine image so that k8s more carefully starts pods in the statefulset
clusterReadinessProbe:
enabled: true
# probe: <-- can add custom readinessProbe parameters here.
stan:
image: nats-streaming:alpine
replicas: 3
nats:
url: "nats://my-nats:4222"
store:
type: file
cluster:
enabled: true
#
# File storage settings.
#
file:
path: /data/stan/store
# Volume for each pod.
volume:
enabled: true
# Mount path for the volume.
mount: /data/stan
Improved
- Make
serviceaccountname
dynamic when using in nats-streaming chart - Backup script fixes in nats-streaming chart
Release v0.5.2
Added
- Added sidecar container for S3 backups from STAN (#107, thanks to @drpebcak )
- Added support for credentials from STAN (#103, thanks @calmera)
- Added option for pod resources (#99 , also thanks to @drpebcak )
Changed
- Bump NATS Server version to 2.1.8
Fixed
- Fixed option for single shared volume in STAN FT mode (more info#93)
stan:
image: nats-streaming:alpine
replicas: 2 # One replica will be active, other one in standby.
nats:
url: "nats://nats:4222"
store:
type: file
#
# Fault tolerance group
#
ft:
group: my-group
#
# File storage settings.
#
file:
path: /data/stan/store
# volume for EFS
volume:
enabled: true
# Mount path for the volume.
mount: /data/stan
# FT mode requires a single shared ReadWriteMany PVC volume.
persistentVolumeClaim:
claimName: stan-efs
Release v0.5.0
v0.5.0