From 1ced37fe439d7bb5f236a950bf291be27a7a66ec Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Mon, 22 Sep 2025 16:56:29 -0400 Subject: [PATCH 1/6] bump controller version --- charts/ziti-controller/Chart.yaml | 4 ++-- charts/ziti-controller/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/ziti-controller/Chart.yaml b/charts/ziti-controller/Chart.yaml index 9d949dac..a55ce470 100644 --- a/charts/ziti-controller/Chart.yaml +++ b/charts/ziti-controller/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 1.6.5 +appVersion: 1.6.7 description: Host an OpenZiti controller in Kubernetes name: ziti-controller type: application -version: 2.0.3 +version: 2.0.4 diff --git a/charts/ziti-controller/README.md b/charts/ziti-controller/README.md index 7682ea3b..f24a6ddb 100644 --- a/charts/ziti-controller/README.md +++ b/charts/ziti-controller/README.md @@ -2,7 +2,7 @@ # ziti-controller -![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.5](https://img.shields.io/badge/AppVersion-1.6.5-informational?style=flat-square) +![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.7](https://img.shields.io/badge/AppVersion-1.6.7-informational?style=flat-square) Host an OpenZiti controller in Kubernetes From 9fd473065308fca0a5ee254e1c0cf6047f1b025f Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Tue, 23 Sep 2025 10:37:00 -0400 Subject: [PATCH 2/6] pin the stable webhook action --- .github/workflows/mattermost-ziti-webhook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mattermost-ziti-webhook.yml b/.github/workflows/mattermost-ziti-webhook.yml index f1ef9b49..8eed45cc 100644 --- a/.github/workflows/mattermost-ziti-webhook.yml +++ b/.github/workflows/mattermost-ziti-webhook.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest name: Ziti Mattermost Action - Py steps: - - uses: openziti/ziti-mattermost-action-py@main + - uses: openziti/ziti-mattermost-action-py@v1 if: ${{ env.ZHOOK_URL != null }} env: ZHOOK_URL: ${{ secrets.ZHOOK_URL }} From f7ec93e0a00b56c0ee1f16e19cd33d454f122cc1 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Tue, 23 Sep 2025 10:49:11 -0400 Subject: [PATCH 3/6] try hotfix action --- .github/workflows/mattermost-ziti-webhook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mattermost-ziti-webhook.yml b/.github/workflows/mattermost-ziti-webhook.yml index 8eed45cc..8a9b687f 100644 --- a/.github/workflows/mattermost-ziti-webhook.yml +++ b/.github/workflows/mattermost-ziti-webhook.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest name: Ziti Mattermost Action - Py steps: - - uses: openziti/ziti-mattermost-action-py@v1 + - uses: openziti/ziti-mattermost-action-py@hotfix-stable-v1 if: ${{ env.ZHOOK_URL != null }} env: ZHOOK_URL: ${{ secrets.ZHOOK_URL }} From 6d706b7b7b23dd966e1ca18aa469da7c1224df81 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Tue, 23 Sep 2025 11:03:21 -0400 Subject: [PATCH 4/6] pin the stable webhook --- .github/workflows/mattermost-ziti-webhook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mattermost-ziti-webhook.yml b/.github/workflows/mattermost-ziti-webhook.yml index 8a9b687f..8eed45cc 100644 --- a/.github/workflows/mattermost-ziti-webhook.yml +++ b/.github/workflows/mattermost-ziti-webhook.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest name: Ziti Mattermost Action - Py steps: - - uses: openziti/ziti-mattermost-action-py@hotfix-stable-v1 + - uses: openziti/ziti-mattermost-action-py@v1 if: ${{ env.ZHOOK_URL != null }} env: ZHOOK_URL: ${{ secrets.ZHOOK_URL }} From e6da272fa21aad54b087e378c75a0d9c374370a0 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Tue, 23 Sep 2025 11:57:54 -0400 Subject: [PATCH 5/6] use the channel-specific URL --- .github/workflows/mattermost-ziti-webhook.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mattermost-ziti-webhook.yml b/.github/workflows/mattermost-ziti-webhook.yml index 8eed45cc..a73ab7b7 100644 --- a/.github/workflows/mattermost-ziti-webhook.yml +++ b/.github/workflows/mattermost-ziti-webhook.yml @@ -21,16 +21,16 @@ jobs: name: Ziti Mattermost Action - Py steps: - uses: openziti/ziti-mattermost-action-py@v1 - if: ${{ env.ZHOOK_URL != null }} + if: ${{ env.ZHOOK_URL_DEV_NOTIFICATIONS != null }} env: - ZHOOK_URL: ${{ secrets.ZHOOK_URL }} + ZHOOK_URL: ${{ secrets.ZHOOK_URL_DEV_NOTIFICATIONS }} with: # Identity JSON containing key to access a Ziti network zitiId: ${{ secrets.ZITI_MATTERMOST_IDENTITY }} # URL to post the payload. Note that the `zitiId` must provide access to a service # intercepting `my-mattermost-ziti-server` - webhookUrl: ${{ secrets.ZHOOK_URL }} + webhookUrl: ${{ secrets.ZHOOK_URL_DEV_NOTIFICATIONS }} eventJson: ${{ toJson(github.event) }} senderUsername: "GitHubZ" From 9723e46a3aedeb5bb1bfdd98cef2cb67b37b983b Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Wed, 24 Sep 2025 16:20:21 -0400 Subject: [PATCH 6/6] bump controller version --- charts/ziti-controller/Chart.yaml | 4 ++-- charts/ziti-controller/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/ziti-controller/Chart.yaml b/charts/ziti-controller/Chart.yaml index a55ce470..24c26a41 100644 --- a/charts/ziti-controller/Chart.yaml +++ b/charts/ziti-controller/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 1.6.7 +appVersion: 1.6.8 description: Host an OpenZiti controller in Kubernetes name: ziti-controller type: application -version: 2.0.4 +version: 2.0.5 diff --git a/charts/ziti-controller/README.md b/charts/ziti-controller/README.md index f24a6ddb..a58a6696 100644 --- a/charts/ziti-controller/README.md +++ b/charts/ziti-controller/README.md @@ -2,7 +2,7 @@ # ziti-controller -![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.7](https://img.shields.io/badge/AppVersion-1.6.7-informational?style=flat-square) +![Version: 2.0.5](https://img.shields.io/badge/Version-2.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.8](https://img.shields.io/badge/AppVersion-1.6.8-informational?style=flat-square) Host an OpenZiti controller in Kubernetes