Skip to content

Commit

Permalink
release 2.0.3 (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Nov 8, 2024
1 parent 7bd4388 commit 3660715
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/release-crd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Release CRD to GitHub

on:
push:
tags:
- "v*.*.*"
workflow_dispatch: ~

jobs:
release-crd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: generate crds
run: |
cat helm/core/crds/customresourcedefinitions.gen.yaml helm/core/crds/istio-envoyfilter.yaml > crd.yaml
- name: Upload hgctl packages to the GitHub release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
crd.yaml
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.2
v2.0.3
1 change: 1 addition & 0 deletions helm/core/crds/istio-envoyfilter.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down
8 changes: 4 additions & 4 deletions helm/higress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.0.2
appVersion: 2.0.3
description: Helm chart for deploying Higress gateways
icon: https://higress.io/img/higress_logo_small.png
home: http://higress.io/
Expand All @@ -12,9 +12,9 @@ sources:
dependencies:
- name: higress-core
repository: "file://../core"
version: 2.0.2
version: 2.0.3
- name: higress-console
repository: "https://higress.io/helm-charts/"
version: 1.4.4
version: 1.4.5
type: application
version: 2.0.2
version: 2.0.3

0 comments on commit 3660715

Please sign in to comment.