Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Prepare release 0.10.2 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
DTMad authored Sep 2, 2021
1 parent c2ba6a8 commit ec9c8df
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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[<sup>[1]</sup>](#openshift-311), 4.5+ |
| v0.10.0 | 1.18+ | 3.11[<sup>[1]</sup>](#openshift-311), 4.5+ |
| master | 1.19+ | 3.11[<sup>[1]</sup>](#openshift-311), 4.6+ |
| v0.10.2 | 1.19+ | 3.11[<sup>[1]</sup>](#openshift-311), 4.6+ |
| v0.9.5 | 1.15+ | 3.11[<sup>[1]</sup>](#openshift-311), 4.3+ |
| v0.8.2 | 1.14+ | 3.11[<sup>[1]</sup>](#openshift-311), 4.1+ |
| v0.7.1 | 1.14+ | 3.11[<sup>[1]</sup>](#openshift-311), 4.1+ |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ec9c8df

Please sign in to comment.