Skip to content

Commit 1d77ac7

Browse files
authored
Prepare 1.55 release (#2513)
* Prepare 1.55 release Signed-off-by: Pavol Loffay <[email protected]> * Fix Signed-off-by: Pavol Loffay <[email protected]> --------- Signed-off-by: Pavol Loffay <[email protected]>
1 parent abf872e commit 1d77ac7

File tree

10 files changed

+20
-15
lines changed

10 files changed

+20
-15
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changes by Version
22
==================
33

4+
## v1.55.0 (2024-03-22)
5+
* Add server URL to JaegerMetricsStorageSpec ([#2481](https://github.com/jaegertracing/jaeger-operator/pull/2481), [@antoniomerlin](https://github.com/antoniomerlin))
6+
* Use the host set in the Ingess field for the OpenShift Route ([#2409](https://github.com/jaegertracing/jaeger-operator/pull/2409), [@iblancasa](https://github.com/iblancasa))
7+
* Add minimum Kubernetes and OpenShift versions ([#2492](https://github.com/jaegertracing/jaeger-operator/pull/2492), [@andreasgerstmayr](https://github.com/andreasgerstmayr))
8+
49
## v1.54.0 (2024-02-14)
510
* apis/v1: add jaeger agent deprecation warning ([#2471](https://github.com/jaegertracing/jaeger-operator/pull/2471), [@frzifus](https://github.com/frzifus))
611

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The operator should be released within a week after the [Jaeger release](https:/
6666
6767
| Version | Release Manager |
6868
|---------| -------------------------------------------------------- |
69-
| 1.55.0 | [Pavol Loffay](https://github.com/pavolloffay) |
7069
| 1.56.0 | [Israel Blancas](https://github.com/iblancasa) |
7170
| 1.57.0 | [Ruben Vargas](https://github.com/rubenvp8510) |
7271
| 1.58.0 | [Benedikt Bongartz](https://github.com/frzifus) |
72+
| 1.56.0 | [Pavol Loffay](https://github.com/pavolloffay) |

bundle/manifests/jaeger-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ metadata:
1919
categories: Logging & Tracing
2020
certified: "false"
2121
containerImage: quay.io/jaegertracing/jaeger-operator:1.52.0
22-
createdAt: "2024-02-14T17:40:39Z"
22+
createdAt: "2024-03-22T14:01:20Z"
2323
description: Provides tracing, monitoring and troubleshooting for microservices-based
2424
distributed systems
2525
operators.openshift.io/infrastructure-features: '["disconnected"]'
2626
operators.operatorframework.io/builder: operator-sdk-v1.32.0
2727
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
2828
repository: https://github.com/jaegertracing/jaeger-operator
2929
support: Jaeger Community
30-
name: jaeger-operator.v1.54.0
30+
name: jaeger-operator.v1.55.0
3131
namespace: placeholder
3232
spec:
3333
apiservicedefinitions: {}
@@ -414,7 +414,7 @@ spec:
414414
value: DEBUG
415415
- name: KAFKA-PROVISIONING-MINIMAL
416416
value: "true"
417-
image: quay.io/jaegertracing/jaeger-operator:1.54.0
417+
image: quay.io/jaegertracing/jaeger-operator:1.55.0
418418
livenessProbe:
419419
httpGet:
420420
path: /healthz
@@ -527,11 +527,11 @@ spec:
527527
minKubeVersion: 1.19.0
528528
provider:
529529
name: CNCF
530-
replaces: jaeger-operator.v1.53.0
530+
replaces: jaeger-operator.v1.55.0
531531
selector:
532532
matchLabels:
533533
name: jaeger-operator
534-
version: 1.54.0
534+
version: 1.55.0
535535
webhookdefinitions:
536536
- admissionReviewVersions:
537537
- v1

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: quay.io/jaegertracing/jaeger-operator
8-
newTag: 1.54.0
8+
newTag: 1.55.0

config/manifests/bases/jaeger-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ spec:
125125
minKubeVersion: 1.19.0
126126
provider:
127127
name: CNCF
128-
replaces: jaeger-operator.v1.53.0
128+
replaces: jaeger-operator.v1.55.0
129129
selector:
130130
matchLabels:
131131
name: jaeger-operator

examples/all-in-one-with-options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
strategy: allInOne
77
allInOne:
8-
image: jaegertracing/all-in-one:1.54.0
8+
image: jaegertracing/all-in-one:1.55.0
99
options:
1010
log-level: debug
1111
query:

examples/operator-with-tracing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
serviceAccountName: jaeger-operator
1818
containers:
1919
- name: jaeger-operator
20-
image: jaegertracing/jaeger-operator:1.54.0
20+
image: jaegertracing/jaeger-operator:1.55.0
2121
ports:
2222
- containerPort: 8383
2323
name: http-metrics
@@ -41,7 +41,7 @@ spec:
4141
- name: OPERATOR_NAME
4242
value: "jaeger-operator"
4343
- name: jaeger-agent
44-
image: jaegertracing/jaeger-agent:1.54.0
44+
image: jaegertracing/jaeger-agent:1.55.0
4545
env:
4646
- name: POD_NAMESPACE
4747
valueFrom:

examples/statefulset-manual-sidecar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
- containerPort: 8080
2424
protocol: TCP
2525
- name: jaeger-agent
26-
image: jaegertracing/jaeger-agent:1.54.0
26+
image: jaegertracing/jaeger-agent:1.55.0
2727
imagePullPolicy: IfNotPresent
2828
ports:
2929
- containerPort: 5775

examples/tracegen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
spec:
2121
containers:
2222
- name: tracegen
23-
image: jaegertracing/jaeger-tracegen:1.54.0
23+
image: jaegertracing/jaeger-tracegen:1.55.0
2424
args:
2525
- -duration=30m
2626
- -workers=10

versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The Jaeger version to use by default. This is updated manually. Make sure to update the changelog
22
# and add an upgrade procedure (pkg/upgrade) for the new version.
3-
jaeger=1.54.0
3+
jaeger=1.55.0
44

55
# DO NOT EDIT the next value, it is updated automatically during the release.
66
# Represents the current (latest) release of the Jaeger Operator.
7-
operator=1.54.0
7+
operator=1.55.0

0 commit comments

Comments
 (0)