Skip to content

Commit

Permalink
update version of changed-files
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kalantar <kalantar@us.ibm.com>
  • Loading branch information
kalantar committed Jan 3, 2024
1 parent f2c3ffe commit 77737ea
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lintcharts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Get modified files in the ${{ matrix.version }} folder
id: modified-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: ${{ matrix.version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lintcharts2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Get modified files in the charts/iter8 folder
id: modified-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: charts/iter8

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Get modified files in the charts/iter8 folder
id: modified-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: charts/iter8

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/testcharts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Get modified files in the charts/iter8 folder
id: modified-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: charts/iter8

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

- name: Get modified files in the charts/iter8 folder
id: modified-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: charts/iter8

Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:

- name: Get modified files in the charts/iter8 folder
id: modified-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: charts/iter8

Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:

- name: Get modified files in the charts/iter8 folder
id: modified-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: charts/iter8

Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:

- name: Get modified files in the charts/iter8 folder
id: modified-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: charts/iter8

Expand Down Expand Up @@ -434,7 +434,7 @@ jobs:

- name: Get modified files in the charts/iter8 folder
id: modified-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: charts/iter8

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testkustomize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Get modified files in the kustomize/controller folder
id: modified-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: kustomize/controller

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Get modified files in the kustomize/controller folder
id: modified-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: kustomize/controller

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versionbump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Get modified files in the ${{ matrix.version }} folder
id: modified-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v41
with:
files: ${{ matrix.version }}

Expand Down
7 changes: 4 additions & 3 deletions bump-version-hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ 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
At this point the documentation can be updated to refer to the new version. This usually takes 2 commits (or one with failed link checking)

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`
* `getting-started/delete.md.md` and `getting-started/install.md`
* Reference to `values.yaml`

0 comments on commit 77737ea

Please sign in to comment.