Skip to content

Commit 4308dea

Browse files
committed
bump version
1 parent 799f02a commit 4308dea

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org: cloudtruth
22
name: kubetruth
3-
version: 1.2.6
3+
version: 1.3.0
44

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.3.0 (01/22/2024)
2+
------------------
3+
4+
* use Semaphore instead of Mutex [799f02a](../../commit/799f02a)
5+
* update ruby runtime to 3.3.0 [176e897](../../commit/176e897)
6+
17
1.2.6 (12/20/2023)
28
------------------
39

helm/kubetruth/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.2.6
18+
version: 1.3.0
1919

2020

2121

2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application. Versions are not expected to
2424
# follow Semantic Versioning. They should reflect the version the application is using.
25-
appVersion: 1.2.6
25+
appVersion: 1.3.0
2626

2727

0 commit comments

Comments
 (0)