Skip to content

Commit d63404a

Browse files
authored
chore(main): release agp-helm 0.1.1 (#50)
1 parent accb7db commit d63404a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/release-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"data-plane/python-bindings": "0.1.5",
3-
"charts/agp": "0.1.0"
3+
"charts/agp": "0.1.1"
44
}

charts/agp/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/agntcy/agp/compare/agp-helm-v0.1.0...agp-helm-v0.1.1) (2025-02-14)
4+
5+
6+
### Features
7+
8+
* add checks for helm charts ([#49](https://github.com/agntcy/agp/issues/49)) ([accb7db](https://github.com/agntcy/agp/commit/accb7db30da76dfa7c7eab8688edda6cfad9c768))

charts/agp/Chart.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2025 Cisco and/or its affiliates.
22
# SPDX-License-Identifier: Apache-2.0
3-
43
---
54
apiVersion: v2
65
name: agp
@@ -19,7 +18,7 @@ type: application
1918
# This is the chart version. This version number should be incremented each time you make changes
2019
# to the chart and its templates, including the app version.
2120
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: 0.1.0
21+
version: 0.1.1
2322

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

0 commit comments

Comments
 (0)