Skip to content

Commit 90ca173

Browse files
authored
Updated release version from v0.16.0 to v0.16.1 (#167)
* Updated release version from v0.16.0 to v0.16.1 * Updated release version from v0.16.0 to v0.16.1 * Updated release version from v0.16.0 to v0.16.1
1 parent 7904d38 commit 90ca173

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v4
2121

22+
- name: Install AWS CLI
23+
run: |
24+
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
25+
unzip awscliv2.zip
26+
sudo ./aws/install --update
27+
2228
- name: Configure AWS credentials
2329
uses: aws-actions/configure-aws-credentials@v4
2430
with:

charts/openobserve-standalone/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: 0.16.0
18+
version: 0.16.1
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
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.16.0"
24+
appVersion: "v0.16.1"
2525

2626
dependencies:
2727
- name: minio

charts/openobserve-standalone/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ image:
66
repository: o2cr.ai/openobserve/openobserve
77
pullPolicy: IfNotPresent
88
# Overrides the image tag whose default is the chart appVersion.
9-
tag: "v0.16.0"
9+
tag: "v0.16.1"
1010
busybox:
1111
repository: busybox
1212
tag: 1.37.0

charts/openobserve/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: 0.16.0
18+
version: 0.16.1
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
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.16.0"
24+
appVersion: "v0.16.1"
2525

2626
dependencies:
2727
- name: etcd

charts/openobserve/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ image:
66
oss:
77
repository: o2cr.ai/openobserve/openobserve
88
# Overrides the image tag whose default is the chart appVersion.
9-
tag: "v0.16.0"
9+
tag: "v0.16.1"
1010
enterprise:
1111
repository: o2cr.ai/openobserve/openobserve-enterprise
1212
# Overrides the image tag whose default is the chart appVersion.
13-
tag: "v0.16.0"
13+
tag: "v0.16.1"
1414
reportserver:
1515
repository: o2cr.ai/openobserve/report-server
1616
tag: "v0.11.0-70baf7a"

0 commit comments

Comments
 (0)