Skip to content

Commit

Permalink
Preparing release v1.38.1 (#2086)
Browse files Browse the repository at this point in the history
Co-authored-by: Israel Blancas <[email protected]>
Signed-off-by: Benedikt Bongartz <[email protected]>

Signed-off-by: Benedikt Bongartz <[email protected]>
Co-authored-by: Israel Blancas <[email protected]>
  • Loading branch information
frzifus and iblancasa authored Oct 19, 2022
1 parent 0e41c5c commit b003836
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 16 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes by Version
==================


1.38.1 (2022-10-11)
-------------------
* Add ability to specify es proxy resources ([#2079](https://github.com/jaegertracing/jaeger-operator/pull/2079), [@rubenvp8510](https://github.com/rubenvp8510))
* Fix: CVE-2022-27664 ([#2081](https://github.com/jaegertracing/jaeger-operator/pull/2081), [@albertlockett](https://github.com/albertlockett))
* Add liveness and readiness probes to injected sidecar ([#2077](https://github.com/jaegertracing/jaeger-operator/pull/2077), [@MacroPower](https://github.com/MacroPower))
* Add http- port prefix to follow istio naming conventions ([#2075](https://github.com/jaegertracing/jaeger-operator/pull/2075), [@cnvergence](https://github.com/cnvergence))

1.38.0 (2022-09-19)
-------------------
* added pathType to ingress ([#2066](https://github.com/jaegertracing/jaeger-operator/pull/2066), [@giautm](https://github.com/giautm))
Expand Down
8 changes: 4 additions & 4 deletions bundle/manifests/jaeger-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/jaegertracing/jaeger-operator
support: Jaeger Community
name: jaeger-operator.v1.38.0
name: jaeger-operator.v1.38.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -403,7 +403,7 @@ spec:
fieldPath: metadata.namespace
- name: OPERATOR_NAME
value: jaeger-operator
image: quay.io/jaegertracing/jaeger-operator:1.38.0
image: quay.io/jaegertracing/jaeger-operator:1.38.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -518,11 +518,11 @@ spec:
maturity: alpha
provider:
name: CNCF
replaces: jaeger-operator.v1.37.0
replaces: jaeger-operator.v1.38.1

This comment has been minimized.

Copy link
@frzifus

frzifus Oct 20, 2022

Author Member

damn that needs to be 1.38.0

cc @rubenvp8510 @iblancasa

selector:
matchLabels:
name: jaeger-operator
version: 1.38.0
version: 1.38.1
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 @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/jaegertracing/jaeger-operator
newTag: 1.38.0
newTag: 1.38.1
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ spec:
maturity: alpha
provider:
name: CNCF
replaces: jaeger-operator.v1.37.0
replaces: jaeger-operator.v1.38.1
selector:
matchLabels:
name: jaeger-operator
Expand Down
2 changes: 1 addition & 1 deletion examples/all-in-one-with-options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
strategy: allInOne
allInOne:
image: jaegertracing/all-in-one:1.38.0
image: jaegertracing/all-in-one:1.38.1
options:
log-level: debug
query:
Expand Down
4 changes: 2 additions & 2 deletions examples/operator-with-tracing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccountName: jaeger-operator
containers:
- name: jaeger-operator
image: jaegertracing/jaeger-operator:1.38.0
image: jaegertracing/jaeger-operator:1.38.1
ports:
- containerPort: 8383
name: http-metrics
Expand All @@ -41,7 +41,7 @@ spec:
- name: OPERATOR_NAME
value: "jaeger-operator"
- name: jaeger-agent
image: jaegertracing/jaeger-agent:1.38.0
image: jaegertracing/jaeger-agent:1.38.1
env:
- name: POD_NAMESPACE
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion examples/statefulset-manual-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- containerPort: 8080
protocol: TCP
- name: jaeger-agent
image: jaegertracing/jaeger-agent:1.38.0
image: jaegertracing/jaeger-agent:1.38.1
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775
Expand Down
2 changes: 1 addition & 1 deletion examples/tracegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: tracegen
image: jaegertracing/jaeger-tracegen:1.38.0
image: jaegertracing/jaeger-tracegen:1.38.1
args:
- -duration=30m
- -workers=10
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/assert-kafka-cluster.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ status:
{{if eq .Env.KAFKA_USE_CUSTOM_PODSET "true" }}
readyPods: {{ .Env.REPLICAS }}
{{else}}
availableReplicas: 1
availableReplicas: {{ .Env.REPLICAS }}
{{end}}
2 changes: 1 addition & 1 deletion tests/templates/assert-zookeeper-cluster.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ status:
{{if eq .Env.KAFKA_USE_CUSTOM_PODSET "true" }}
readyPods: {{ .Env.REPLICAS }}
{{else}}
availableReplicas: 1
availableReplicas: {{ .Env.REPLICAS }}
{{end}}
2 changes: 1 addition & 1 deletion tests/templates/openshift/report-spans.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- script: "SERVICE_ACCOUNT_NAME={{ .Env.SERVICE_ACCOUNT_NAME }} {{ .Env.GET_TOKEN_PROGRAM }} $NAMESPACE {{ .Env.JAEGER_NAME }} /dev/null"
- script: "DAYS={{ .Env.DAYS }} ASSERT_IMG={{ .Env.ASSERT_IMG }} {{if getenv "JOB_NUMBER"}}JOB_NUMBER={{ .Env.JOB_NUMBER }}{{end}} JAEGER_COLLECTOR_ENDPOINT={{ .Env.JAEGER_COLLECTOR_ENDPOINT }} {{if getenv "JAEGER_QUERY_ENDPOINT"}}JAEGER_QUERY_ENDPOINT={{ .Env.JAEGER_QUERY_ENDPOINT }} MOUNT_SECRET={{ .Env.SERVICE_ACCOUNT_NAME }} {{ .Env.GOMPLATE }} -f {{ .Env.TEMPLATES_DIR }}/report-spans.yaml.template -o report-span-{{ .Env.JOB_NUMBER }}-job.yaml"
- script: "DAYS={{ .Env.DAYS }} ASSERT_IMG={{ .Env.ASSERT_IMG }} {{if getenv "JOB_NUMBER"}}JOB_NUMBER={{ .Env.JOB_NUMBER }}{{end}} JAEGER_COLLECTOR_ENDPOINT={{ .Env.JAEGER_COLLECTOR_ENDPOINT }} {{if getenv "JAEGER_QUERY_ENDPOINT"}}JAEGER_QUERY_ENDPOINT={{ .Env.JAEGER_QUERY_ENDPOINT }}{{end}} MOUNT_SECRET={{ .Env.SERVICE_ACCOUNT_NAME }} {{ .Env.GOMPLATE }} -f {{ .Env.TEMPLATES_DIR }}/report-spans.yaml.template -o report-span-{{ .Env.JOB_NUMBER }}-job.yaml"
- script: "kubectl apply -f report-span{{if getenv "JOB_NUMBER"}}-{{ .Env.JOB_NUMBER }}{{end}}-job.yaml -n $NAMESPACE"
4 changes: 2 additions & 2 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The Jaeger version to use by default. This is updated manually. Make sure to update the changelog
# and add an upgrade procedure (pkg/upgrade) for the new version.
jaeger=1.38.0
jaeger=1.38.1

# DO NOT EDIT the next value, it is updated automatically during the release.
# Represents the current (latest) release of the Jaeger Operator.
operator=1.38.0
operator=1.38.1

0 comments on commit b003836

Please sign in to comment.