Skip to content

Commit

Permalink
Automator: Update dependencies in istio-ecosystem/sail-operator@main (#…
Browse files Browse the repository at this point in the history
…609)

Signed-off-by: openshift-service-mesh-bot <[email protected]>
  • Loading branch information
openshift-service-mesh-bot authored Feb 4, 2025
1 parent 2a9e854 commit bbc577d
Show file tree
Hide file tree
Showing 18 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "istio build-tools",
"image": "gcr.io/istio-testing/build-tools:master-6bfe0028e941afdae35a3c5d4374bc08e3c04153",
"image": "gcr.io/istio-testing/build-tools:master-6de2ce5813071b34e0ca033dbac7f79ffc1644be",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
update-deps:
runs-on: ubuntu-latest
container:
image: gcr.io/istio-testing/build-tools:master-6bfe0028e941afdae35a3c5d4374bc08e3c04153
image: gcr.io/istio-testing/build-tools:master-6de2ce5813071b34e0ca033dbac7f79ffc1644be
options: --entrypoint ''

steps:
Expand Down
20 changes: 10 additions & 10 deletions bundle/manifests/sailoperator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ metadata:
capabilities: Seamless Upgrades
categories: OpenShift Optional, Integration & Delivery, Networking, Security
containerImage: quay.io/sail-dev/sail-operator:1.1-latest
createdAt: "2025-02-02T05:05:33Z"
createdAt: "2025-02-04T05:05:33Z"
description: Experimental operator for installing Istio service mesh
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "true"
Expand Down Expand Up @@ -377,7 +377,7 @@ spec:
- v1.22.6
- v1.22.5
- v1.21.6
- latest (49157f3e)
- latest (09d9aba7)
[See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it.
displayName: Sail Operator
Expand Down Expand Up @@ -653,10 +653,10 @@ spec:
template:
metadata:
annotations:
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
images.v1_21_6.cni: docker.io/istio/install-cni:1.21.6
images.v1_21_6.istiod: docker.io/istio/pilot:1.21.6
images.v1_21_6.proxy: docker.io/istio/proxyv2:1.21.6
Expand Down Expand Up @@ -830,13 +830,13 @@ spec:
provider:
name: Red Hat, Inc.
relatedImages:
- image: gcr.io/istio-testing/install-cni:1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
- image: gcr.io/istio-testing/install-cni:1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
name: latest.cni
- image: gcr.io/istio-testing/pilot:1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
- image: gcr.io/istio-testing/pilot:1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
name: latest.istiod
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
name: latest.proxy
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
name: latest.ztunnel
- image: docker.io/istio/install-cni:1.21.6
name: v1_21_6.cni
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ csv:
- v1.22.6
- v1.22.5
- v1.21.6
- latest (49157f3e)
- latest (09d9aba7)
[See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it.
support: Community based
Expand Down
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0569152cf7260f891ee02fcef8c10bf4f94ea606
db9cffca45877f4e6c8e82fdabf1eba104638732
2 changes: 1 addition & 1 deletion common/scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fi
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
PROJECT_ID=${PROJECT_ID:-istio-testing}
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
IMAGE_VERSION=master-6bfe0028e941afdae35a3c5d4374bc08e3c04153
IMAGE_VERSION=master-6de2ce5813071b34e0ca033dbac7f79ffc1644be
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ require (
gomodules.xyz/jsonpatch/v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.17.0
istio.io/client-go v1.25.0-alpha.0.0.20250131163555-62dfd07e8a0a
istio.io/istio v0.0.0-20250202032045-49157f3e9dba
istio.io/client-go v1.25.0-alpha.0.0.20250204011224-d53ff786b50f
istio.io/istio v0.0.0-20250204022024-09d9aba75c2d
k8s.io/api v0.32.1
k8s.io/apiextensions-apiserver v0.32.1
k8s.io/apimachinery v0.32.1
Expand Down Expand Up @@ -178,7 +178,7 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gotest.tools/v3 v3.5.1 // indirect
istio.io/api v1.25.0-alpha.0.0.20250131163253-07553b9282e7 // indirect
istio.io/api v1.25.0-alpha.0.0.20250204010814-22f48aedd503 // indirect
k8s.io/apiserver v0.32.1 // indirect
k8s.io/component-base v0.32.1 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -514,12 +514,12 @@ gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU=
gotest.tools/v3 v3.5.1/go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU=
helm.sh/helm/v3 v3.17.0 h1:DUD4AGdNVn7PSTYfxe1gmQG7s18QeWv/4jI9TubnhT0=
helm.sh/helm/v3 v3.17.0/go.mod h1:Mo7eGyKPPHlS0Ml67W8z/lbkox/gD9Xt1XpD6bxvZZA=
istio.io/api v1.25.0-alpha.0.0.20250131163253-07553b9282e7 h1:8x2u30Lz1Ds+4M+nwNL2JMXI4n4AnuBqfTKFwmBDrpI=
istio.io/api v1.25.0-alpha.0.0.20250131163253-07553b9282e7/go.mod h1:QFzEXv/IT582T0FHZVp1QoolvE4ws0zz/vVO55blmlE=
istio.io/client-go v1.25.0-alpha.0.0.20250131163555-62dfd07e8a0a h1:KCDwqGhe20vuYQTbSLYRomG9ke3BRN9mUjbdhF14xGk=
istio.io/client-go v1.25.0-alpha.0.0.20250131163555-62dfd07e8a0a/go.mod h1:QqWX0D3JJcNO3t8dWDdtuWiktIdgW9WAWYdd0Rj5BR0=
istio.io/istio v0.0.0-20250202032045-49157f3e9dba h1:/9iP10K8hOS/odkl3h6hbSImO/j/xsEGG0SCiaimNM4=
istio.io/istio v0.0.0-20250202032045-49157f3e9dba/go.mod h1:mGm5gpQhF+mvxZk9yVoz61uzC9+PGZC9N/PdvBSQR6Q=
istio.io/api v1.25.0-alpha.0.0.20250204010814-22f48aedd503 h1:zvEa7gM7y3rcpwaegmROjY9kDzRn7ZQjh+XiBqnqFX4=
istio.io/api v1.25.0-alpha.0.0.20250204010814-22f48aedd503/go.mod h1:QFzEXv/IT582T0FHZVp1QoolvE4ws0zz/vVO55blmlE=
istio.io/client-go v1.25.0-alpha.0.0.20250204011224-d53ff786b50f h1:bxRYyhFgU81Og4dRH6mQY67HRpJC0SgRbRuCjc/tGs8=
istio.io/client-go v1.25.0-alpha.0.0.20250204011224-d53ff786b50f/go.mod h1:qbfCxj5TAB4zr9brUXchbO2bVl518wyftvQVSlNGdYc=
istio.io/istio v0.0.0-20250204022024-09d9aba75c2d h1:OV/v3LfmIqG90H57/ztoHoKgxMGwQQ4SAGw7QxADuXA=
istio.io/istio v0.0.0-20250204022024-09d9aba75c2d/go.mod h1:HFf9DJoWgQe5Re9V2J7RKLWCEKoD5M9p0XFBeOc2Zxg=
k8s.io/api v0.32.1 h1:f562zw9cy+GvXzXf0CKlVQ7yHJVYzLfL6JAS4kOAaOc=
k8s.io/api v0.32.1/go.mod h1:/Yi/BqkuueW1BgpoePYBRdDYfjPF5sgTr5+YqDZra5k=
k8s.io/apiextensions-apiserver v0.32.1 h1:hjkALhRUeCariC8DiVmb5jj0VjIc1N0DREP32+6UXZw=
Expand Down
4 changes: 2 additions & 2 deletions resources/latest/charts/base/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
appVersion: 1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
appVersion: 1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
description: Helm chart for deploying Istio cluster resources and CRDs
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
- istio
name: base
sources:
- https://github.com/istio/istio
version: 1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
version: 1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
4 changes: 2 additions & 2 deletions resources/latest/charts/cni/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
appVersion: 1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
description: Helm chart for istio-cni components
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
Expand All @@ -8,4 +8,4 @@ keywords:
name: cni
sources:
- https://github.com/istio/istio
version: 1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
version: 1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
2 changes: 1 addition & 1 deletion resources/latest/charts/cni/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ _internal_defaults_do_not_set:
hub: gcr.io/istio-testing

# Default tag for Istio images.
tag: 1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
tag: 1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95

# Variant of the image to use.
# Currently supported are: [debug, distroless]
Expand Down
4 changes: 2 additions & 2 deletions resources/latest/charts/gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
appVersion: 1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
description: Helm chart for deploying Istio gateways
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
Expand All @@ -9,4 +9,4 @@ name: gateway
sources:
- https://github.com/istio/istio
type: application
version: 1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
version: 1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
4 changes: 2 additions & 2 deletions resources/latest/charts/istiod/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
appVersion: 1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
description: Helm chart for istio control plane
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
Expand All @@ -9,4 +9,4 @@ keywords:
name: istiod
sources:
- https://github.com/istio/istio
version: 1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
version: 1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
2 changes: 1 addition & 1 deletion resources/latest/charts/istiod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ _internal_defaults_do_not_set:
# Dev builds from prow are on gcr.io
hub: gcr.io/istio-testing
# Default tag for Istio images.
tag: 1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
tag: 1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
# Variant of the image to use.
# Currently supported are: [debug, distroless]
variant: ""
Expand Down
2 changes: 1 addition & 1 deletion resources/latest/charts/revisiontags/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ _internal_defaults_do_not_set:
# Dev builds from prow are on gcr.io
hub: gcr.io/istio-testing
# Default tag for Istio images.
tag: 1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
tag: 1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
# Variant of the image to use.
# Currently supported are: [debug, distroless]
variant: ""
Expand Down
4 changes: 2 additions & 2 deletions resources/latest/charts/ztunnel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
appVersion: 1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
description: Helm chart for istio ztunnel components
icon: https://istio.io/latest/favicons/android-192x192.png
keywords:
Expand All @@ -8,4 +8,4 @@ keywords:
name: ztunnel
sources:
- https://github.com/istio/istio
version: 1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
version: 1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
2 changes: 1 addition & 1 deletion resources/latest/charts/ztunnel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _internal_defaults_do_not_set:
# Hub to pull from. Image will be `Hub/Image:Tag-Variant`
hub: gcr.io/istio-testing
# Tag to pull from. Image will be `Hub/Image:Tag-Variant`
tag: 1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
tag: 1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
# Variant to pull. Options are "debug" or "distroless". Unset will use the default for the given version.
variant: ""

Expand Down
14 changes: 7 additions & 7 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ versions:
- https://istio-release.storage.googleapis.com/charts/cni-1.21.6.tgz
- https://istio-release.storage.googleapis.com/charts/ztunnel-1.21.6.tgz
- name: latest
version: 1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242
version: 1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95
repo: https://github.com/istio/istio
branch: master
commit: 49157f3e9dba8c4cad9ab6a8ac475e34459ad242
commit: 09d9aba75c2d65456eb83f059cdea09267e1da95
charts:
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242/helm/base-1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242/helm/cni-1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242/helm/gateway-1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242/helm/istiod-1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242/helm/ztunnel-1.25-alpha.49157f3e9dba8c4cad9ab6a8ac475e34459ad242.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95/helm/base-1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95/helm/cni-1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95/helm/gateway-1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95/helm/istiod-1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95.tgz
- https://storage.googleapis.com/istio-build/dev/1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95/helm/ztunnel-1.25-alpha.09d9aba75c2d65456eb83f059cdea09267e1da95.tgz

0 comments on commit bbc577d

Please sign in to comment.