v0.5.0
dt-team-kubernetes
released this
16 Mar 09:57
·
10 commits
to release-0.5
since this release
Upgrading
The Operator can be upgraded from the last release with, the following commands.
Kubernetes (with CSI driver)
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.5.0/kubernetes.yaml
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.5.0/kubernetes-csi.yaml
Kubernetes (default)
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.5.0/kubernetes.yaml
Openshift (with CSI driver)
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.5.0/openshift.yaml
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.5.0/openshift-csi.yaml
Openshift (default)
oc apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.5.0/openshift.yaml
Helm Charts
helm repo update
kubectl apply -f https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.5.0/dynatrace.com_dynakubes.yaml
helm upgrade dynatrace-operator dynatrace/dynatrace-operator --reuse-values --atomic --version="0.5.0"
What's Changed
New Features 🎉
- Cloud Native is going GA with this release
- Support for Readonly Host Filesystems for OneAgents
- Adds securityContext to the operator/webhook/csi-driver
Bugfixes
- Adds extra check for empty node names + merge fix by @0sewa0 in #626
- Decouple standalone and oneagent csi storage by @0sewa0 in #629
- Fixes double insert to dynakube table by @0sewa0 in #636
Documentation Updates
- Update samples, readme and CRD to not mention cloudNative and applicationMonitoring as preview features by @luhi-DT in #625
Full Changelog: v0.4.2...v0.5.0