Skip to content

Commit de39606

Browse files
authored
Updated version to 3.0.1 (#40)
1 parent 71bafc3 commit de39606

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
1818

@@ -22,7 +22,7 @@ jobs:
2222
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2323
2424
- name: Run chart-releaser
25-
uses: helm/chart-releaser-action@v1.1.0
25+
uses: helm/chart-releaser-action@v1.5.0
2626
with:
2727
charts_dir: charts
2828
env:

charts/common/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ apiVersion: v2
55
name: oci-onm-common
66
description: Common resources for OCI Kubernetes Monitoring solution helm charts
77
type: application
8-
version: 3.0.0
8+
version: 3.0.1
99
appVersion: "3.0.0"

charts/logan/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ apiVersion: v2
55
name: oci-onm-logan
66
description: Charts for sending Kubernetes platform logs, compute logs, and Kubernetes Objects information to OCI Logging Analytics.
77
type: application
8-
version: 3.0.0
8+
version: 3.0.1
99
appVersion: "3.0.0"
1010

1111
dependencies:
1212
- name: oci-onm-common
13-
version: "3.0.0"
13+
version: "3.0.1"
1414
repository: "file://../common"
1515
condition: oci-onm-common.enabled

charts/mgmt-agent/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 3.0.0
21+
version: 3.0.1
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
@@ -28,6 +28,6 @@ appVersion: "1.16.0"
2828

2929
dependencies:
3030
- name: oci-onm-common
31-
version: "3.0.0"
31+
version: "3.0.1"
3232
repository: "file://../common"
3333
condition: oci-onm-common.enabled

charts/oci-onm/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 3.0.0
21+
version: 3.0.1
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
@@ -28,14 +28,14 @@ appVersion: "3.0.0"
2828

2929
dependencies:
3030
- name: oci-onm-common
31-
version: "3.0.0"
31+
version: "3.0.1"
3232
repository: "file://../common"
3333
condition: oci-onm-common.enabled
3434
- name: oci-onm-logan
35-
version: "3.0.0"
35+
version: "3.0.1"
3636
repository: "file://../logan"
3737
condition: oci-onm-logan.enabled
3838
- name: oci-onm-mgmt-agent
39-
version: "3.0.0"
39+
version: "3.0.1"
4040
repository: "file://../mgmt-agent"
4141
condition: oci-onm-mgmt-agent.enabled

0 commit comments

Comments
 (0)