From ec9c8df0ef54c52c737d04b8c4258ee79a2c21ec Mon Sep 17 00:00:00 2001 From: Marco Mader <46554982+DTMad@users.noreply.github.com> Date: Thu, 2 Sep 2021 13:21:34 +0200 Subject: [PATCH] Prepare release 0.10.2 (#397) --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 13 ++++++++++--- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be8d10f3..eaadb11b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ ## v0.10 +### v0.10.2 + +#### Bug fixes +* Fixed a bug where the proxy setting was not properly passed when using immutable images ([#394](https://github.com/Dynatrace/dynatrace-oneagent-operator/pull/394)) +* Fixed a bug where the proxy value was not properly used in the Operator ([#396](https://github.com/Dynatrace/dynatrace-oneagent-operator/pull/396)) + +#### Other changes +* Removed PodSecurityPolicies since they got removed with Kubernetes 1.22 ([#392](https://github.com/Dynatrace/dynatrace-oneagent-operator/pull/392)) +* Updated the apiVersion of the CRD from v1beta1 to v1 since v1beta1 got removed with Kubernetes 1.22 ([#393](https://github.com/Dynatrace/dynatrace-oneagent-operator/pull/393)) +* Added a separate openshift3.11.yaml as release artifact to allow compatibility with deprecated apiVersions for the CRD ([#395](https://github.com/Dynatrace/dynatrace-oneagent-operator/pull/395)) + +### v0.10.1 + +### Other changes +* Updated the Operator image to rely on the latest ubi-minimal base image ([#389](https://github.com/Dynatrace/dynatrace-oneagent-operator/pull/389)) + ### v0.10.0 #### Bug fixes diff --git a/README.md b/README.md index 949413fc..a280632b 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Depending of the version of the Dynatrace OneAgent Operator, it supports the fol | Dynatrace OneAgent Operator version | Kubernetes | OpenShift Container Platform | | ----------------------------------- | ---------- | ------------------------------------------ | -| master | 1.18+ | 3.11[[1]](#openshift-311), 4.5+ | -| v0.10.0 | 1.18+ | 3.11[[1]](#openshift-311), 4.5+ | +| master | 1.19+ | 3.11[[1]](#openshift-311), 4.6+ | +| v0.10.2 | 1.19+ | 3.11[[1]](#openshift-311), 4.6+ | | v0.9.5 | 1.15+ | 3.11[[1]](#openshift-311), 4.3+ | | v0.8.2 | 1.14+ | 3.11[[1]](#openshift-311), 4.1+ | | v0.7.1 | 1.14+ | 3.11[[1]](#openshift-311), 4.1+ | @@ -69,7 +69,14 @@ $ oc -n dynatrace create secret docker-registry redhat-connect --docker-server=r $ oc -n dynatrace create secret docker-registry redhat-connect-sso --docker-server=sso.redhat.com --docker-username=REDHAT_CONNECT_USERNAME --docker-password=REDHAT_CONNECT_PASSWORD --docker-email=unused ``` -Finally, for both 4.x and 3.11, we apply the `openshift.yaml` manifest to deploy the Operator: +For 3.11 we apply the `openshift3.11.yaml` manifest to deploy the Operator: + +```sh +$ oc apply -f https://github.com/Dynatrace/dynatrace-oneagent-operator/releases/latest/download/openshift3.11.yaml +$ oc -n dynatrace logs -f deployment/dynatrace-oneagent-operator +``` + +For 4.x we apply the `openshift.yaml` manifest to deploy the Operator: ```sh $ oc apply -f https://github.com/Dynatrace/dynatrace-oneagent-operator/releases/latest/download/openshift.yaml