Skip to content

Commit

Permalink
Merge pull request #59 from rubenbot8510/releases/1026.0.0
Browse files Browse the repository at this point in the history
Prepare release v1026.0.0
  • Loading branch information
rubenvp8510 authored Apr 16, 2024
2 parents 3db2801 + 2496d24 commit 2d241aa
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changes by Version

<!-- next version -->

## 1026.0.0

### Components
- Tempo: [v2.3.1](https://github.com/grafana/tempo/releases/tag/v2.3.1)

## 1025.0.1

### Components
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current Operator version
OPERATOR_VERSION ?= 1025.0.1
OPERATOR_VERSION ?= 1026.0.0
TEMPO_VERSION ?= 2.3.1
TEMPO_QUERY_VERSION ?= 2.3.1
TEMPO_GATEWAY_VERSION ?= main-2024-01-16-162bfad
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ metadata:
]
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
containerImage: ghcr.io/rubenvp8510/tempo-operator/tempo-operator:v1025.0.1
createdAt: "2024-04-16T03:34:36Z"
containerImage: ghcr.io/rubenvp8510/tempo-operator/tempo-operator:v1026.0.0
createdAt: "2024-04-16T03:38:45Z"
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand All @@ -83,7 +83,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/grafana/tempo-operator
support: Grafana Tempo Operator SIG
name: tempo-operator.v1025.0.1
name: tempo-operator.v1026.0.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1316,7 +1316,7 @@ spec:
value: quay.io/observatorium/api:main-2024-01-16-162bfad
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
value: quay.io/observatorium/opa-openshift:main-2023-11-15-8ed318e
image: ghcr.io/rubenvp8510/tempo-operator/tempo-operator:v1025.0.1
image: ghcr.io/rubenvp8510/tempo-operator/tempo-operator:v1026.0.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1462,7 +1462,7 @@ spec:
name: tempo-gateway
- image: quay.io/observatorium/opa-openshift:main-2023-11-15-8ed318e
name: tempo-gateway-opa
version: 1025.0.1
version: 1026.0.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ metadata:
]
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
containerImage: ghcr.io/rubenvp8510/tempo-operator/tempo-operator:v1025.0.1
createdAt: "2024-04-16T03:34:34Z"
containerImage: ghcr.io/rubenvp8510/tempo-operator/tempo-operator:v1026.0.0
createdAt: "2024-04-16T03:38:43Z"
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand All @@ -83,7 +83,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/grafana/tempo-operator
support: Grafana Tempo Operator SIG
name: tempo-operator.v1025.0.1
name: tempo-operator.v1026.0.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1326,7 +1326,7 @@ spec:
value: quay.io/observatorium/api:main-2024-01-16-162bfad
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
value: quay.io/observatorium/opa-openshift:main-2023-11-15-8ed318e
image: ghcr.io/rubenvp8510/tempo-operator/tempo-operator:v1025.0.1
image: ghcr.io/rubenvp8510/tempo-operator/tempo-operator:v1026.0.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1483,7 +1483,7 @@ spec:
name: tempo-gateway
- image: quay.io/observatorium/opa-openshift:main-2023-11-15-8ed318e
name: tempo-gateway-opa
version: 1025.0.1
version: 1026.0.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/rubenvp8510/tempo-operator/tempo-operator
newTag: v1025.0.1
newTag: v1026.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: '[]'
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
containerImage: ghcr.io/rubenvp8510/tempo-operator/tempo-operator:v1025.0.1
containerImage: ghcr.io/rubenvp8510/tempo-operator/tempo-operator:v1026.0.0
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: '[]'
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
containerImage: ghcr.io/rubenvp8510/tempo-operator/tempo-operator:v1025.0.1
containerImage: ghcr.io/rubenvp8510/tempo-operator/tempo-operator:v1026.0.0
description: Create and manage deployments of Tempo, a high-scale distributed
tracing backend.
operatorframework.io/cluster-monitoring: "true"
Expand Down

0 comments on commit 2d241aa

Please sign in to comment.