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/08/31 09:09:47 UTC

[apisix-helm-chart] branch master updated: chore(dep): bump APISIX Ingress to v1.5.0-rc1 (#332)

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 1026dd4  chore(dep): bump APISIX Ingress to v1.5.0-rc1 (#332)
1026dd4 is described below

commit 1026dd4091465d6f45681c93211875a40fbaff5a
Author: Jintao Zhang <zh...@gmail.com>
AuthorDate: Wed Aug 31 17:09:43 2022 +0800

    chore(dep): bump APISIX Ingress to v1.5.0-rc1 (#332)
---
 charts/apisix/Chart.lock                                |   6 +++---
 charts/apisix/Chart.yaml                                |  10 ++++++++--
 .../charts/apisix-ingress-controller-0.10.0-rc1.tgz     | Bin 0 -> 15218 bytes
 .../apisix/charts/apisix-ingress-controller-0.9.3.tgz   | Bin 12738 -> 0 bytes
 4 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock
index 6a87a7f..ada6c50 100644
--- a/charts/apisix/Chart.lock
+++ b/charts/apisix/Chart.lock
@@ -7,6 +7,6 @@ dependencies:
   version: 0.6.0
 - name: apisix-ingress-controller
   repository: https://charts.apiseven.com
-  version: 0.9.3
-digest: sha256:ec765a3e06c74c2ebfaf272e41085bf56d536a47aeb3df52ff13d91e846507b3
-generated: "2022-08-03T10:38:08.862145+08:00"
+  version: 0.10.0-rc1
+digest: sha256:785d5dd2569197c4c3b3a18876c7f2f94513553b6960d6b5f99b25aa382b9c9d
+generated: "2022-08-31T16:40:22.338355307+08:00"
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index aba5340..7d894c0 100644
--- a/charts/apisix/Chart.yaml
+++ b/charts/apisix/Chart.yaml
@@ -31,12 +31,14 @@ 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.11.0
+version: 0.11.1-rc1
 
 # 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
 # follow Semantic Versioning. They should reflect the version the application is using.
 appVersion: 2.15.0
+sources:
+  - https://github.com/apache/apisix-helm-chart
 
 dependencies:
   - name: etcd
@@ -49,10 +51,14 @@ dependencies:
     condition: dashboard.enabled
     alias: dashboard
   - name: apisix-ingress-controller
-    version: 0.9.3
+    version: 0.10.0-rc1
     repository: https://charts.apiseven.com
     condition: ingress-controller.enabled
     alias: ingress-controller
 
 maintainers:
   - name: tao12345666333
+
+# ref: https://artifacthub.io/docs/topics/annotations/helm/
+annotations:
+  artifacthub.io/prerelease: "true"
diff --git a/charts/apisix/charts/apisix-ingress-controller-0.10.0-rc1.tgz b/charts/apisix/charts/apisix-ingress-controller-0.10.0-rc1.tgz
new file mode 100644
index 0000000..ec8fb2b
Binary files /dev/null and b/charts/apisix/charts/apisix-ingress-controller-0.10.0-rc1.tgz differ
diff --git a/charts/apisix/charts/apisix-ingress-controller-0.9.3.tgz b/charts/apisix/charts/apisix-ingress-controller-0.9.3.tgz
deleted file mode 100644
index 5ed3b46..0000000
Binary files a/charts/apisix/charts/apisix-ingress-controller-0.9.3.tgz and /dev/null differ