From 000fd107e0659eb235101e1103641124d901b37f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 22:18:57 +0000 Subject: [PATCH 1/2] Deploy: sentinel to v5.7.0 (e335793) --- kubernetes/manifests/sentinel/kustomization.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kubernetes/manifests/sentinel/kustomization.yaml b/kubernetes/manifests/sentinel/kustomization.yaml index e889e57..4e79126 100644 --- a/kubernetes/manifests/sentinel/kustomization.yaml +++ b/kubernetes/manifests/sentinel/kustomization.yaml @@ -32,18 +32,18 @@ resources: images: - name: ghcr.io/gaucho-racing/sentinel-core - newTag: 5.6.4 + newTag: 5.7.0 - name: ghcr.io/gaucho-racing/sentinel-oauth - newTag: 5.6.4 + newTag: 5.7.0 - name: ghcr.io/gaucho-racing/sentinel-discord - newTag: 5.6.4 + newTag: 5.7.0 - name: ghcr.io/gaucho-racing/sentinel-saml - newTag: 5.6.4 + newTag: 5.7.0 # google joined after the 5.6.4 release, so there's no :5.6.4 image yet. # Track :latest until the next release pins it to semver like the rest. - name: ghcr.io/gaucho-racing/sentinel-google - newTag: latest + newTag: 5.7.0 - name: ghcr.io/gaucho-racing/sentinel-web - newTag: 5.6.4 + newTag: 5.7.0 - name: bk1031/kerbecs newTag: 3.2.0 From 95f4eb227e600cf98151fd0b1763f457b2e14a70 Mon Sep 17 00:00:00 2001 From: Bharat Kathi Date: Tue, 23 Jun 2026 15:19:47 -0700 Subject: [PATCH 2/2] Upgrade sentinel images to version 5.7.0 Updated the image tags for sentinel components to version 5.7.0. --- kubernetes/manifests/sentinel/kustomization.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/kubernetes/manifests/sentinel/kustomization.yaml b/kubernetes/manifests/sentinel/kustomization.yaml index 4e79126..b1c547b 100644 --- a/kubernetes/manifests/sentinel/kustomization.yaml +++ b/kubernetes/manifests/sentinel/kustomization.yaml @@ -39,8 +39,6 @@ images: newTag: 5.7.0 - name: ghcr.io/gaucho-racing/sentinel-saml newTag: 5.7.0 - # google joined after the 5.6.4 release, so there's no :5.6.4 image yet. - # Track :latest until the next release pins it to semver like the rest. - name: ghcr.io/gaucho-racing/sentinel-google newTag: 5.7.0 - name: ghcr.io/gaucho-racing/sentinel-web