Skip to content

Commit

Permalink
Bump all chart versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenh committed Oct 24, 2024
1 parent f7a3e27 commit e3da91b
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 44 deletions.
3 changes: 2 additions & 1 deletion charts/aserto-lib/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: v2
name: aserto-lib
description: Common helpers for aserto charts
Expand All @@ -20,7 +21,7 @@ type: library
# 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.1.3
version: 0.1.4

# 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
Expand Down
14 changes: 7 additions & 7 deletions charts/aserto/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
dependencies:
- name: directory
repository: oci://ghcr.io/aserto-dev/helm
version: 0.1.6
version: 0.1.7
- name: authorizer
repository: oci://ghcr.io/aserto-dev/helm
version: 0.1.5
version: 0.1.6
- name: discovery
repository: oci://ghcr.io/aserto-dev/helm
version: 0.1.4
version: 0.1.5
- name: console
repository: oci://ghcr.io/aserto-dev/helm
version: 0.1.4
version: 0.1.5
- name: scim
repository: oci://ghcr.io/aserto-dev/helm
version: 0.1.3
digest: sha256:9fdf8504143a355be2ded44d06abcc74423ece9dc4736495ab10d26d08e92043
generated: "2024-09-10T16:31:54.603385-04:00"
version: 0.1.4
digest: sha256:62f06ef22f89eab79e44787a57c9377faf11d5fb14cf799f0ff63c1dcf127798
generated: "2024-10-24T12:12:29.438424-04:00"
13 changes: 7 additions & 6 deletions charts/aserto/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: v2
name: aserto
description: A Helm chart for Kubernetes
Expand All @@ -20,7 +21,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.1.8
version: 0.1.9

# 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
Expand All @@ -30,17 +31,17 @@ appVersion: "0.1.0"

dependencies:
- name: directory
version: ~0.1.6
version: ~0.1.7
repository: oci://ghcr.io/aserto-dev/helm
- name: authorizer
version: ~0.1.5
version: ~0.1.6
repository: oci://ghcr.io/aserto-dev/helm
- name: discovery
version: ~0.1.4
version: ~0.1.5
repository: oci://ghcr.io/aserto-dev/helm
- name: console
version: ~0.1.4
version: ~0.1.5
repository: oci://ghcr.io/aserto-dev/helm
- name: scim
version: ~0.1.3
version: ~0.1.4
repository: oci://ghcr.io/aserto-dev/helm
6 changes: 3 additions & 3 deletions charts/authorizer/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: aserto-lib
repository: oci://ghcr.io/aserto-dev/helm
version: 0.1.3
digest: sha256:ce25ed7c67b00cdfb3d17ddb8bc80146ba94f6a6ebdb1c7a7004ee67fcee4bac
generated: "2024-08-30T07:36:53.544524-04:00"
version: 0.1.4
digest: sha256:018291c7638b93c7e47707393a5f72872ecb4ff06670fa660637392fdc28c873
generated: "2024-10-24T12:07:51.34431-04:00"
5 changes: 3 additions & 2 deletions charts/authorizer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: v2
name: authorizer
description: A Helm chart for the Aserto Authorizer service
Expand All @@ -20,7 +21,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.1.5
version: 0.1.6

# 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
Expand All @@ -30,5 +31,5 @@ appVersion: "0.14.8"

dependencies:
- name: aserto-lib
version: ~0.1.3
version: ~0.1.4
repository: oci://ghcr.io/aserto-dev/helm
6 changes: 3 additions & 3 deletions charts/console/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: aserto-lib
repository: oci://ghcr.io/aserto-dev/helm
version: 0.1.3
digest: sha256:ce25ed7c67b00cdfb3d17ddb8bc80146ba94f6a6ebdb1c7a7004ee67fcee4bac
generated: "2024-08-30T07:36:57.247407-04:00"
version: 0.1.4
digest: sha256:018291c7638b93c7e47707393a5f72872ecb4ff06670fa660637392fdc28c873
generated: "2024-10-24T12:09:17.129418-04:00"
5 changes: 3 additions & 2 deletions charts/console/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: v2
name: console
description: A Helm chart for the Aserto multi-tenant console
Expand All @@ -20,7 +21,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.1.4
version: 0.1.5

# 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
Expand All @@ -30,5 +31,5 @@ appVersion: "0.1.13"

dependencies:
- name: aserto-lib
version: ~0.1.3
version: ~0.1.4
repository: oci://ghcr.io/aserto-dev/helm
6 changes: 3 additions & 3 deletions charts/directory/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: aserto-lib
repository: oci://ghcr.io/aserto-dev/helm
version: 0.1.3
digest: sha256:ce25ed7c67b00cdfb3d17ddb8bc80146ba94f6a6ebdb1c7a7004ee67fcee4bac
generated: "2024-08-30T08:15:56.64798-04:00"
version: 0.1.4
digest: sha256:018291c7638b93c7e47707393a5f72872ecb4ff06670fa660637392fdc28c873
generated: "2024-10-24T12:09:49.990987-04:00"
5 changes: 3 additions & 2 deletions charts/directory/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: v2
name: directory
description: A Helm chart for the Aserto Directory service
Expand All @@ -20,7 +21,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.1.6
version: 0.1.7

# 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
Expand All @@ -30,5 +31,5 @@ appVersion: "0.32.11"

dependencies:
- name: aserto-lib
version: ~0.1.3
version: ~0.1.4
repository: oci://ghcr.io/aserto-dev/helm
6 changes: 3 additions & 3 deletions charts/discovery/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: aserto-lib
repository: oci://ghcr.io/aserto-dev/helm
version: 0.1.3
digest: sha256:ce25ed7c67b00cdfb3d17ddb8bc80146ba94f6a6ebdb1c7a7004ee67fcee4bac
generated: "2024-08-30T07:37:04.499003-04:00"
version: 0.1.4
digest: sha256:018291c7638b93c7e47707393a5f72872ecb4ff06670fa660637392fdc28c873
generated: "2024-10-24T12:10:15.253039-04:00"
5 changes: 3 additions & 2 deletions charts/discovery/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: v2
name: discovery
description: A Helm chart for the Aserto Discovery service
Expand All @@ -20,7 +21,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.1.4
version: 0.1.5

# 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
Expand All @@ -30,5 +31,5 @@ appVersion: "0.1.3"

dependencies:
- name: aserto-lib
version: ~0.1.3
version: ~0.1.4
repository: oci://ghcr.io/aserto-dev/helm
6 changes: 3 additions & 3 deletions charts/scim/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: aserto-lib
repository: oci://ghcr.io/aserto-dev/helm
version: 0.1.3
digest: sha256:ce25ed7c67b00cdfb3d17ddb8bc80146ba94f6a6ebdb1c7a7004ee67fcee4bac
generated: "2024-08-30T07:37:08.212356-04:00"
version: 0.1.4
digest: sha256:018291c7638b93c7e47707393a5f72872ecb4ff06670fa660637392fdc28c873
generated: "2024-10-24T12:10:39.84766-04:00"
5 changes: 3 additions & 2 deletions charts/scim/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: v2
name: scim
description: A Helm chart for the Aserto SCIM Gateway
Expand All @@ -20,7 +21,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.1.3
version: 0.1.4

# 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
Expand All @@ -30,5 +31,5 @@ appVersion: "0.0.7"

dependencies:
- name: aserto-lib
version: ~0.1.3
version: ~0.1.4
repository: oci://ghcr.io/aserto-dev/helm
6 changes: 3 additions & 3 deletions charts/topaz/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: aserto-lib
repository: oci://ghcr.io/aserto-dev/helm
version: 0.1.3
digest: sha256:ce25ed7c67b00cdfb3d17ddb8bc80146ba94f6a6ebdb1c7a7004ee67fcee4bac
generated: "2024-09-23T14:11:57.386406-04:00"
version: 0.1.4
digest: sha256:018291c7638b93c7e47707393a5f72872ecb4ff06670fa660637392fdc28c873
generated: "2024-10-24T12:11:00.463017-04:00"
4 changes: 2 additions & 2 deletions charts/topaz/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.1.6-1
version: 0.1.6

# 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
Expand All @@ -31,5 +31,5 @@ appVersion: "0.32.31"

dependencies:
- name: aserto-lib
version: ~0.1.3
version: ~0.1.4
repository: oci://ghcr.io/aserto-dev/helm

0 comments on commit e3da91b

Please sign in to comment.