Skip to content

Commit 45e00d1

Browse files
authored
Merge pull request #2 from gitops-toolbox/release-please--branches--main
chore: release main
2 parents b242957 + 932c851 commit 45e00d1

File tree

7 files changed

+30
-6
lines changed

7 files changed

+30
-6
lines changed

.release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"helm-charts/one": "v0.0.1",
3-
"helm-charts/two": "v0.0.1",
4-
"helm-charts/three": "v0.0.1"
2+
"helm-charts/one": "0.1.0",
3+
"helm-charts/two": "0.1.0",
4+
"helm-charts/three": "0.1.0"
55
}

helm-charts/one/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/gitops-toolbox/helm-charts/compare/one-v0.0.1...one-v0.1.0) (2024-12-15)
4+
5+
6+
### Features
7+
8+
* Bumping versions ([b242957](https://github.com/gitops-toolbox/helm-charts/commit/b24295750395af9159504198ba66f7250c5604b2))

helm-charts/one/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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: 0.2.0
18+
version: 0.1.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

helm-charts/three/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/gitops-toolbox/helm-charts/compare/three-v0.0.1...three-v0.1.0) (2024-12-15)
4+
5+
6+
### Features
7+
8+
* Bumping versions ([b242957](https://github.com/gitops-toolbox/helm-charts/commit/b24295750395af9159504198ba66f7250c5604b2))

helm-charts/three/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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: 0.2.0
18+
version: 0.1.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

helm-charts/two/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/gitops-toolbox/helm-charts/compare/two-v0.0.1...two-v0.1.0) (2024-12-15)
4+
5+
6+
### Features
7+
8+
* Bumping versions ([b242957](https://github.com/gitops-toolbox/helm-charts/commit/b24295750395af9159504198ba66f7250c5604b2))

helm-charts/two/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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: 0.2.0
18+
version: 0.1.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)