Skip to content

Commit

Permalink
chore: update release notes for 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
btoic committed Jan 6, 2024
1 parent e47be21 commit ba65e90
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 6 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## 1.2.1 (2023-12-17)
### 1.2.2 (2024-01-06)


#### Bug Fixes

* **podExtraLabels:** apply extra labels only to pod templates ([6f71f4b7](https://github.com/SysbeeTech/kubedeploy/commit/6f71f4b76b1b639218bcac85a3b836456582f42b))
* **extraVolumeMounts:** add missing features ([999c3e69](https://github.com/SysbeeTech/kubedeploy/commit/999c3e697568318f8b5cee48f72c95cccd961a40))
* **test:** extraVolumeMounts tests were not included ([3c4dece9](https://github.com/SysbeeTech/kubedeploy/commit/3c4dece9a7733b5530e6006dd005de1cabd80d2e))

#### Features

* **extraVolumeMounts:** add chartName parameter ([694fac66](https://github.com/SysbeeTech/kubedeploy/commit/694fac66fed2ea0d9a486d186d20760287205da3))

#### Docs

* **extraVolumeMounts:** extend documentation on subpath and items ([20b02842](https://github.com/SysbeeTech/kubedeploy/commit/20b02842bb50141fd4156947ba177895281360df))
19 changes: 19 additions & 0 deletions docs/start/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## 1.2.2

(2024-01-06)


### Bug Fixes

* **extraVolumeMounts:** add missing features ([999c3e69](https://github.com/SysbeeTech/kubedeploy/commit/999c3e697568318f8b5cee48f72c95cccd961a40))
* **test:** extraVolumeMounts tests were not included ([3c4dece9](https://github.com/SysbeeTech/kubedeploy/commit/3c4dece9a7733b5530e6006dd005de1cabd80d2e))

### Features

* **extraVolumeMounts:** add chartName parameter ([694fac66](https://github.com/SysbeeTech/kubedeploy/commit/694fac66fed2ea0d9a486d186d20760287205da3))

### Docs

* **extraVolumeMounts:** extend documentation on subpath and items ([20b02842](https://github.com/SysbeeTech/kubedeploy/commit/20b02842bb50141fd4156947ba177895281360df))


## 1.2.1

(2023-12-17)
Expand Down
4 changes: 2 additions & 2 deletions kubedeploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.2.1
version: 1.2.2

# This is the version number of the application being deployed.
# As this chart doesn't ship any application this is declared mostly for compatibility
appVersion: "1.2.1"
appVersion: "1.2.2"

home: https://kubedeploy.app/

Expand Down
4 changes: 2 additions & 2 deletions kubedeploy/tests/configMapsHash_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tests:
path: spec.template.metadata.annotations
- equal:
path: spec.template.metadata.annotations['checksum/config']
value: 1136fecc650b0d767dbcdd1211c783f9f276c0031959c6543e5386229fe06e70
value: d2181c033990fa465e4f13f49aff4c828f234c5e1afc027c0d8fb357c9e68906

- it: test enabled configmaphash on statefulset
template: statefulset.yaml
Expand Down Expand Up @@ -84,4 +84,4 @@ tests:
path: spec.template.metadata.annotations
- equal:
path: spec.template.metadata.annotations['checksum/config']
value: 1136fecc650b0d767dbcdd1211c783f9f276c0031959c6543e5386229fe06e70
value: d2181c033990fa465e4f13f49aff4c828f234c5e1afc027c0d8fb357c9e68906

0 comments on commit ba65e90

Please sign in to comment.