-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Robert Kukura <[email protected]>
- Loading branch information
Bob Kukura
authored
Dec 15, 2021
1 parent
3626129
commit 1e9c2ad
Showing
5 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected]:jaegertracing/jaeger-operator.git v1.29.0 | ||
git tag v1.29.1 | ||
git push [email protected]:jaegertracing/jaeger-operator.git v1.29.1 | ||
``` | ||
1. The GitHub Workflow will take it from here, creating a GitHub release and publishing the images | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters