-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update charts/kustomize to use new release version (#1662)
* update charts/kustomize to use new release version Signed-off-by: Michael Kalantar <kalantar@us.ibm.com> * spelling Signed-off-by: Michael Kalantar <kalantar@us.ibm.com> --------- Signed-off-by: Michael Kalantar <kalantar@us.ibm.com>
- Loading branch information
Showing
13 changed files
with
60 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,6 +129,7 @@ setName | |
setUser | ||
trackToRoute | ||
toJson | ||
verifyUserExperience | ||
versionname | ||
WriteMetric | ||
contentType | ||
|
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
These instructions are a guide to making a new major or minor (not patch) release. The challenge is that charts refer to the image version. But this version is only created when the release is published. Consequently the following sequence of steps is needed: | ||
|
||
1. Modify only golang code (no version bump) | ||
1. Do not change `MajorMinor` or `Version` in `base/util.go` | ||
|
||
Make new major/minor release | ||
|
||
2. Bump version references in `/charts` changes and bump `/charts/iter8` chart version (no changes to `/testdata`) and bump Kustomize files and bump verifyUserExperience workflow | ||
1. The charts are modified to use the new image | ||
2. The chart versions should be bumped to match the major/minor version (this is required for the `iter8` chart) but is desirable for all | ||
|
||
Merging the chart changes triggers a automatic chart releases | ||
|
||
3. Version bump golang and `/testdata` and other workflows | ||
1. Bump `MajorMinor` or `Version` in `base/util.go` | ||
2. Bump explicit version references in remaining workflows | ||
3. Bump Dockerfile | ||
5. Changes to `/testdata` is only a version bump in charts (`iter8.tools/version`) | ||
|
||
Make a release (new patch version) | ||
|
||
*** | ||
|
||
At this point the documentation can be updated to refer to the new version. | ||
Some things to change in the docs | ||
|
||
* `iter8.tools/version` in Kubernetes manifests samples | ||
* `--version` for any `helm upgrade` and `helm template` commands | ||
* `deleteiter8controller.md` and `installiter8controller.md` | ||
* Reference to `values.yaml` |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# iter8Version is the minor version of Iter8 | ||
# should be specified as the value of the iter8.tools/version label on all routemaps | ||
iter8Version: v0.18 | ||
iter8Version: v1.1 | ||
|
||
# default Istio Gateway name | ||
istioGateway: my-gateway |
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
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