-
Notifications
You must be signed in to change notification settings - Fork 8
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: Milouu <[email protected]>
- Loading branch information
Showing
5 changed files
with
36 additions
and
28 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 |
---|---|---|
@@ -1,141 +1,147 @@ | ||
# Changelog | ||
|
||
## 1.0.23 | ||
|
||
### Changed | ||
|
||
- Upgrade AppVersion to 0.45.0 | ||
|
||
## 1.0.22 | ||
|
||
### Changed | ||
|
||
- Allow the chart to run with reduced capabilities (rootless, readOnlyFileSystem) | ||
- Allow the chart to run with reduced capabilities (rootless, readOnlyFileSystem) | ||
|
||
## 1.0.21 | ||
|
||
### Changed | ||
|
||
- Upgrade AppVersion to 0.44.0 | ||
- Upgrade AppVersion to 0.44.0 | ||
|
||
## 1.0.20 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.43.0 | ||
- Upgraded AppVersion to 0.43.0 | ||
|
||
## 1.0.19 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.42.1 | ||
- Upgraded AppVersion to 0.42.1 | ||
|
||
## 1.0.18 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.42.0 | ||
- Upgraded AppVersion to 0.42.0 | ||
|
||
## 1.0.17 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.41.0 | ||
- Upgraded AppVersion to 0.41.0 | ||
|
||
## 1.0.16 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.40.0 | ||
- Upgraded AppVersion to 0.40.0 | ||
|
||
## 1.0.15 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.39.2 | ||
- Upgraded AppVersion to 0.39.2 | ||
|
||
## 1.0.14 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.39.1 | ||
- Upgraded AppVersion to 0.39.1 | ||
|
||
## 1.0.13 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.39.0 | ||
- Upgraded AppVersion to 0.39.0 | ||
|
||
## 1.0.12 | ||
|
||
### Changed | ||
|
||
- Update chart maintainers | ||
- Update chart maintainers | ||
|
||
## 1.0.11 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.38.1 | ||
- Upgraded AppVersion to 0.38.1 | ||
|
||
## 1.0.10 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.38.0 | ||
- Upgraded AppVersion to 0.38.0 | ||
|
||
## 1.0.9 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.37.0 | ||
- Upgraded AppVersion to 0.37.0 | ||
|
||
## 1.0.8 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.36.0 | ||
- Upgraded AppVersion to 0.36.0 | ||
|
||
## 1.0.7 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.35.0 | ||
- Upgraded AppVersion to 0.35.0 | ||
|
||
## 1.0.6 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.34.0 | ||
- Upgraded AppVersion to 0.34.0 | ||
|
||
## 1.0.5 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.33.0 | ||
- Upgraded AppVersion to 0.33.0 | ||
|
||
## 1.0.4 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.32.1 | ||
- Upgraded AppVersion to 0.32.1 | ||
|
||
## 1.0.3 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.32.0 | ||
- Upgraded AppVersion to 0.32.0 | ||
|
||
## 1.0.2 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.31.0 | ||
- Upgraded AppVersion to 0.31.0 | ||
|
||
## 1.0.1 | ||
|
||
### Changed | ||
|
||
- Upgraded AppVersion to 0.30.0 | ||
- Upgraded AppVersion to 0.30.0 | ||
|
||
## 1.0.0 | ||
|
||
(Previous version was 0.15.0) | ||
|
||
### Changed | ||
|
||
- Set the appVersion field in the chart metadata; the chart will default to using it as a docker tag, if `image.tag` in the values is unset. | ||
- Set the appVersion field in the chart metadata; the chart will default to using it as a docker tag, if `image.tag` in the values is unset. |
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 |
---|---|---|
|
@@ -13,6 +13,6 @@ maintainers: | |
- name: Substra Team | ||
email: [email protected] | ||
|
||
version: 1.0.22 | ||
appVersion: 0.44.0 # should be same as in package.json | ||
version: 1.0.23 | ||
appVersion: 0.45.0-rc1 # should be same as in package.json | ||
kubeVersion: '>= 1.19.0-0' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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