Skip to content

Commit e122de4

Browse files
Prepare Release 0.11.1 (#974)
Co-authored-by: pavolloffay <[email protected]>
1 parent 406ae75 commit e122de4

File tree

9 files changed

+34
-55
lines changed

9 files changed

+34
-55
lines changed

.chloggen/client-auth.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/sa_fix.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ Changes by Version
33

44
<!-- next version -->
55

6+
## 0.11.1
7+
8+
### 🧰 Bug fixes 🧰
9+
10+
- `operator`: Avoid certificate prompt when accessing UI via gateway (#967)
11+
- `operator`: Modify SA annotations managed by the operator, preserve others. (#970)
12+
This prevents other controllers that modified the SA from create an infinite loop where the other controller modifies something,
13+
and tempo-operator removes it, the other controller detect the changes and add its and so on and so on.
14+
15+
This is specific for OpenShift case, where the openshift-controller-manager annotates the SA with
16+
openshift.io/internal-registry-pull-secret-ref.
17+
18+
See https://github.com/openshift/openshift-controller-manager/pull/288/ and
19+
https://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html section about
20+
"Legacy service account API token secrets are no longer generated for each service account"
21+
22+
23+
### Components
24+
- Tempo: [v2.5.0](https://github.com/grafana/tempo/releases/tag/v2.5.0)
25+
626
## 0.11.0
727

828
### 🛑 Breaking changes 🛑

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Current Operator version
2-
OPERATOR_VERSION ?= 0.11.0
2+
OPERATOR_VERSION ?= 0.11.1
33
TEMPO_VERSION ?= 2.5.0
44
TEMPO_QUERY_VERSION ?= 2.5.0
55
TEMPO_GATEWAY_VERSION ?= main-2024-05-29-ca8d2de

bundle/community/manifests/tempo-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ metadata:
7373
]
7474
capabilities: Deep Insights
7575
categories: Logging & Tracing,Monitoring
76-
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.0
77-
createdAt: "2024-07-04T13:04:01Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.1
77+
createdAt: "2024-07-08T10:12:34Z"
7878
description: Create and manage deployments of Tempo, a high-scale distributed
7979
tracing backend.
8080
operatorframework.io/cluster-monitoring: "true"
@@ -83,7 +83,7 @@ metadata:
8383
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
8484
repository: https://github.com/grafana/tempo-operator
8585
support: Grafana Tempo Operator SIG
86-
name: tempo-operator.v0.11.0
86+
name: tempo-operator.v0.11.1
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1391,7 +1391,7 @@ spec:
13911391
value: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f
13921392
- name: RELATED_IMAGE_OAUTH_PROXY
13931393
value: quay.io/openshift/origin-oauth-proxy:4.12
1394-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.0
1394+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.1
13951395
livenessProbe:
13961396
httpGet:
13971397
path: /healthz
@@ -1539,7 +1539,7 @@ spec:
15391539
name: tempo-gateway-opa
15401540
- image: quay.io/openshift/origin-oauth-proxy:4.12
15411541
name: oauth-proxy
1542-
version: 0.11.0
1542+
version: 0.11.1
15431543
webhookdefinitions:
15441544
- admissionReviewVersions:
15451545
- v1

bundle/openshift/manifests/tempo-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ metadata:
7373
]
7474
capabilities: Deep Insights
7575
categories: Logging & Tracing,Monitoring
76-
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.0
77-
createdAt: "2024-07-04T13:03:59Z"
76+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.1
77+
createdAt: "2024-07-08T10:12:32Z"
7878
description: Create and manage deployments of Tempo, a high-scale distributed
7979
tracing backend.
8080
operatorframework.io/cluster-monitoring: "true"
@@ -83,7 +83,7 @@ metadata:
8383
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
8484
repository: https://github.com/grafana/tempo-operator
8585
support: Grafana Tempo Operator SIG
86-
name: tempo-operator.v0.11.0
86+
name: tempo-operator.v0.11.1
8787
namespace: placeholder
8888
spec:
8989
apiservicedefinitions: {}
@@ -1401,7 +1401,7 @@ spec:
14011401
value: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f
14021402
- name: RELATED_IMAGE_OAUTH_PROXY
14031403
value: quay.io/openshift/origin-oauth-proxy:4.12
1404-
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.0
1404+
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.1
14051405
livenessProbe:
14061406
httpGet:
14071407
path: /healthz
@@ -1560,7 +1560,7 @@ spec:
15601560
name: tempo-gateway-opa
15611561
- image: quay.io/openshift/origin-oauth-proxy:4.12
15621562
name: oauth-proxy
1563-
version: 0.11.0
1563+
version: 0.11.1
15641564
webhookdefinitions:
15651565
- admissionReviewVersions:
15661566
- v1

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ kind: Kustomization
99
images:
1010
- name: controller
1111
newName: ghcr.io/grafana/tempo-operator/tempo-operator
12-
newTag: v0.11.0
12+
newTag: v0.11.1

config/manifests/community/bases/tempo-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Deep Insights
77
categories: Logging & Tracing,Monitoring
8-
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.0
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.1
99
description: Create and manage deployments of Tempo, a high-scale distributed
1010
tracing backend.
1111
operatorframework.io/cluster-monitoring: "true"

config/manifests/openshift/bases/tempo-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Deep Insights
77
categories: Logging & Tracing,Monitoring
8-
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.0
8+
containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.11.1
99
description: Create and manage deployments of Tempo, a high-scale distributed
1010
tracing backend.
1111
operatorframework.io/cluster-monitoring: "true"

0 commit comments

Comments
 (0)