Skip to content

Commit

Permalink
Preparing release v1.29.1 (#1674)
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Kukura <rkukura@redhat.com>
  • Loading branch information
Bob Kukura authored Dec 15, 2021
1 parent 3626129 commit 1e9c2ad
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes by Version
==================

1.29.1 (2021-12-15)
-------------------
* Register oschema for openshift resources ([#1673](https://github.com/jaegertracing/jaeger-operator/pull/1673), [@rubenvp8510](https://github.com/rubenvp8510))

1.29.0 (2021-12-10)
-------------------
* Fix default namespace ([#1651](https://github.com/jaegertracing/jaeger-operator/pull/1651), [@rubenvp8510](https://github.com/rubenvp8510))
Expand Down
10 changes: 5 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ Steps to release a new version of the Jaeger Operator:

1. Change the `versions.txt `so that it lists the target version of the Jaeger (if it is required). Don't touch the operator version it will be changed automatically in the next step.

1. Run `OPERATOR_VERSION=1.29.0 make prepare-release`, using the operator version that will be released.
1. Run `OPERATOR_VERSION=1.29.1 make prepare-release`, using the operator version that will be released.

1. Prepare a changelog since last release.

1. Commit the changes and create a pull request:

```
git commit -sm "Preparing release v1.29.0"
git commit -sm "Preparing release v1.29.1"
```

1. Once the changes above are merged and available in `master` tag it with the desired version, prefixed with `v`, eg. `v1.29.0`
1. Once the changes above are merged and available in `master` tag it with the desired version, prefixed with `v`, eg. `v1.29.1`

```
git checkout master
git tag v1.29.0
git push git@github.com:jaegertracing/jaeger-operator.git v1.29.0
git tag v1.29.1
git push git@github.com:jaegertracing/jaeger-operator.git v1.29.1
```

1. The GitHub Workflow will take it from here, creating a GitHub release and publishing the images
Expand Down
6 changes: 3 additions & 3 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.29.0
name: jaeger-operator.v1.29.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -384,7 +384,7 @@ spec:
fieldPath: metadata.namespace
- name: OPERATOR_NAME
value: jaeger-operator
image: quay.io/jaegertracing/jaeger-operator:1.29.0
image: quay.io/jaegertracing/jaeger-operator:1.29.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -472,4 +472,4 @@ spec:
selector:
matchLabels:
name: jaeger-operator
version: 1.29.0
version: 1.29.1
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.29.0
newTag: 1.29.1
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ jaeger=1.29.0

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

0 comments on commit 1e9c2ad

Please sign in to comment.