File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
org : cloudtruth
2
2
name : kubetruth
3
- version : 1.2.6
3
+ version : 1.3.0
4
4
Original file line number Diff line number Diff line change
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
+
1
7
1.2.6 (12/20/2023)
2
8
------------------
3
9
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.2.6
18
+ version : 1.3.0
19
19
20
20
21
21
22
22
# This is the version number of the application being deployed. This version number should be
23
23
# incremented each time you make changes to the application. Versions are not expected to
24
24
# follow Semantic Versioning. They should reflect the version the application is using.
25
- appVersion : 1.2.6
25
+ appVersion : 1.3.0
26
26
27
27
You can’t perform that action at this time.
0 commit comments