You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2022/05/03 21:39:08 UTC

[apisix-helm-chart] branch master updated: feat: upgrade APISIX dashboard chart dependency to 0.5.0 (#276)

This is an automated email from the ASF dual-hosted git repository.

zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 7454e23  feat: upgrade APISIX dashboard chart dependency to 0.5.0 (#276)
7454e23 is described below

commit 7454e23a70c2801793b8421a8f0cc702e439d474
Author: Meelis <44...@users.noreply.github.com>
AuthorDate: Wed May 4 00:39:03 2022 +0300

    feat: upgrade APISIX dashboard chart dependency to 0.5.0 (#276)
---
 charts/apisix/Chart.lock                        |   6 +++---
 charts/apisix/Chart.yaml                        |   4 ++--
 charts/apisix/charts/apisix-dashboard-0.4.0.tgz | Bin 5394 -> 0 bytes
 charts/apisix/charts/apisix-dashboard-0.5.0.tgz | Bin 0 -> 6873 bytes
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock
index 0521a28..d57b337 100644
--- a/charts/apisix/Chart.lock
+++ b/charts/apisix/Chart.lock
@@ -4,9 +4,9 @@ dependencies:
   version: 7.0.4
 - name: apisix-dashboard
   repository: https://charts.apiseven.com
-  version: 0.4.0
+  version: 0.5.0
 - name: apisix-ingress-controller
   repository: https://charts.apiseven.com
   version: 0.9.0
-digest: sha256:c7fa3a4cc920401515f6d346d5fea1336bf2fd39dcc649217ff96198088549c6
-generated: "2022-04-14T01:35:09.621196817Z"
+digest: sha256:9d0ebfb26f3aaed2a13b5bf3458e90a1ffcf68a34a04c495095522283005a28f
+generated: "2022-05-02T13:23:41.736595815+03:00"
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index 4a42c6e..083b1cc 100644
--- a/charts/apisix/Chart.yaml
+++ b/charts/apisix/Chart.yaml
@@ -31,7 +31,7 @@ type: application
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 0.9.1
+version: 0.9.2
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
@@ -44,7 +44,7 @@ dependencies:
     repository: https://charts.bitnami.com/bitnami
     condition: etcd.enabled
   - name: apisix-dashboard
-    version: 0.4.0
+    version: 0.5.0
     repository: https://charts.apiseven.com
     condition: dashboard.enabled
     alias: dashboard
diff --git a/charts/apisix/charts/apisix-dashboard-0.4.0.tgz b/charts/apisix/charts/apisix-dashboard-0.4.0.tgz
deleted file mode 100644
index 787800a..0000000
Binary files a/charts/apisix/charts/apisix-dashboard-0.4.0.tgz and /dev/null differ
diff --git a/charts/apisix/charts/apisix-dashboard-0.5.0.tgz b/charts/apisix/charts/apisix-dashboard-0.5.0.tgz
new file mode 100644
index 0000000..60f92c6
Binary files /dev/null and b/charts/apisix/charts/apisix-dashboard-0.5.0.tgz differ