Release v0.4.4
Installing
Docker Image:
connecteverything/nats-operator:0.4.4-v1alpha2
kubectl apply -f https://github.com/nats-io/nats-operator/releases/download/v0.4.4/00-prereqs.yaml
kubectl apply -f https://github.com/nats-io/nats-operator/releases/download/v0.4.4/10-deployment.yaml
Added
- Add fields to extend TLS timeout (#154)
apiVersion: "nats.io/v1alpha2"
kind: "NatsCluster"
metadata:
name: "nats"
spec:
size: 3
tls:
serverSecret: "nats-clients-tls"
routesSecret: "nats-routes-tls"
clientsTLSTimeout: 5
routesTLSTimeout: 5
Changed
-
Reversed order of CRD init operations (#155)
-
Updated metrics prometheus-nats-exporter to version 0.2.0,
add channelz and serverz to the arguments of the metrics container (#151)
Fixed
- Bugfix for issue of service role tokens being deleted when same used multiple times
Removed
- Removed garbage collection code, rely on cascade delete done by K8S on objects (ownership references) (#150)