Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
Bump oss 0.10.10 (#25)
Browse files Browse the repository at this point in the history
* bump versions
* cl
* ignore
  • Loading branch information
joekelley committed Dec 15, 2020
1 parent ae161e1 commit 8bb3a37
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog/v0.3.1/cl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
- type: NEW_FEATURE
issueLink: https://github.com/solo-io/gloo-mesh-enterprise-helm/issues/24
description: Bump OSS Gloo Mesh to 0.10.10 and all corresponding dependencies.
1 change: 1 addition & 0 deletions install/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ charts/
_output/
requirements.lock
Chart.yaml
Chart.lock
8 changes: 4 additions & 4 deletions install/helm/gloo-mesh-enterprise/Chart-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ apiVersion: v2
dependencies:
- name: gloo-mesh
repository: https://storage.googleapis.com/gloo-mesh/gloo-mesh
version: 0.10.8
version: 0.10.10
- name: gloo-mesh-ui
repository: https://storage.googleapis.com/gloo-mesh-enterprise/gloo-mesh-ui
version: 0.8.0
version: 0.8.1
condition: gloo-mesh-ui.enabled
- name: rbac-webhook
repository: https://storage.googleapis.com/gloo-mesh-enterprise/rbac-webhook
version: 0.2.0
version: 0.2.1
condition: rbac-webhook.enabled
- name: gloo-mesh-extender
repository: https://storage.googleapis.com/gloo-mesh-enterprise/enterprise-extender
version: 0.2.0
version: 0.2.1
condition: gloo-mesh-extender.enabled
description: Enterprise components for Gloo Mesh.
home: https://docs.solo.io/gloo-mesh/
Expand Down

0 comments on commit 8bb3a37

Please sign in to comment.