Skip to content

Commit

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

Signed-off-by: openshift-service-mesh-bot <openshiftservicemeshbot@gmail.com>
  • Loading branch information
openshift-service-mesh-bot authored Nov 19, 2024
1 parent 8a049c8 commit 17f2616
Show file tree
Hide file tree
Showing 14 changed files with 127 additions and 125 deletions.
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/maistra-dev/sail-operator:0.2-latest
createdAt: "2024-11-17T05:05:20Z"
createdAt: "2024-11-19T05:05:04Z"
description: Experimental operator for installing Istio service mesh
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "true"
Expand Down Expand Up @@ -315,7 +315,7 @@ spec:
- v1.22.6
- v1.22.5
- v1.21.6
- latest (0d9721d8)
- latest (a7394f41)
[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 @@ -539,10 +539,10 @@ spec:
template:
metadata:
annotations:
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.0d9721d804a72a7a0d1c64a2c0df5eca6bb2b03e
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.0d9721d804a72a7a0d1c64a2c0df5eca6bb2b03e
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.0d9721d804a72a7a0d1c64a2c0df5eca6bb2b03e
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.0d9721d804a72a7a0d1c64a2c0df5eca6bb2b03e
images.latest.cni: gcr.io/istio-testing/install-cni:1.25-alpha.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
images.latest.istiod: gcr.io/istio-testing/pilot:1.25-alpha.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
images.latest.proxy: gcr.io/istio-testing/proxyv2:1.25-alpha.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
images.latest.ztunnel: gcr.io/istio-testing/ztunnel:1.25-alpha.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
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 @@ -719,13 +719,13 @@ spec:
provider:
name: Red Hat, Inc.
relatedImages:
- image: gcr.io/istio-testing/install-cni:1.25-alpha.0d9721d804a72a7a0d1c64a2c0df5eca6bb2b03e
- image: gcr.io/istio-testing/install-cni:1.25-alpha.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
name: latest.cni
- image: gcr.io/istio-testing/pilot:1.25-alpha.0d9721d804a72a7a0d1c64a2c0df5eca6bb2b03e
- image: gcr.io/istio-testing/pilot:1.25-alpha.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
name: latest.istiod
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.0d9721d804a72a7a0d1c64a2c0df5eca6bb2b03e
- image: gcr.io/istio-testing/proxyv2:1.25-alpha.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
name: latest.proxy
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.0d9721d804a72a7a0d1c64a2c0df5eca6bb2b03e
- image: gcr.io/istio-testing/ztunnel:1.25-alpha.a7394f412e7c4b6d06fdc97f7f4970ec99db3301
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 @@ -24,7 +24,7 @@ csv:
- v1.22.6
- v1.22.5
- v1.21.6
- latest (0d9721d8)
- latest (a7394f41)
[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
59 changes: 30 additions & 29 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ require (
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.4.0
github.com/magiconair/properties v1.8.7
github.com/onsi/ginkgo/v2 v2.20.2
github.com/onsi/gomega v1.35.0
github.com/onsi/gomega v1.35.1
github.com/prometheus/common v0.60.1
github.com/stretchr/testify v1.9.0
golang.org/x/mod v0.20.0
golang.org/x/text v0.19.0
golang.org/x/tools v0.24.0
golang.org/x/mod v0.21.0
golang.org/x/text v0.20.0
golang.org/x/tools v0.26.0
gomodules.xyz/jsonpatch/v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.16.2
helm.sh/helm/v3 v3.16.3
istio.io/client-go v1.24.0-alpha.0.0.20241114185735-ec09604bc205
istio.io/istio v0.0.0-20241117024254-0d9721d804a7
istio.io/istio v0.0.0-20241119023857-a7394f412e7c
k8s.io/api v0.31.2
k8s.io/apiextensions-apiserver v0.31.2
k8s.io/apimachinery v0.31.2
Expand All @@ -46,17 +46,18 @@ require (
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
github.com/Masterminds/squirrel v1.5.4 // indirect
github.com/Microsoft/hcsshim v0.11.4 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/chai2010/gettext-go v1.0.2 // indirect
github.com/containerd/containerd v1.7.12 // indirect
github.com/containerd/containerd v1.7.23 // indirect
github.com/containerd/errdefs v0.3.0 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/cyphar/filepath-securejoin v0.3.1 // indirect
github.com/containerd/platforms v0.2.1 // indirect
github.com/cyphar/filepath-securejoin v0.3.4 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/cli v27.3.1+incompatible // indirect
github.com/docker/distribution v2.8.3+incompatible // indirect
github.com/docker/docker v26.1.5+incompatible // indirect
Expand All @@ -69,7 +70,7 @@ require (
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/go-errors/errors v1.5.1 // indirect
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
Expand Down Expand Up @@ -103,7 +104,7 @@ require (
github.com/jmoiron/sqlx v1.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/lib/pq v1.10.9 // indirect
Expand Down Expand Up @@ -144,26 +145,26 @@ require (
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/xlab/treeprint v1.2.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
go.opentelemetry.io/otel v1.31.0 // indirect
go.opentelemetry.io/otel/metric v1.31.0 // indirect
go.opentelemetry.io/otel/trace v1.31.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 // indirect
go.opentelemetry.io/otel v1.32.0 // indirect
go.opentelemetry.io/otel/metric v1.32.0 // indirect
go.opentelemetry.io/otel/trace v1.32.0 // indirect
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/time v0.7.0 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/oauth2 v0.24.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/term v0.26.0 // indirect
golang.org/x/time v0.8.0 // indirect
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241021214115-324edc3d5d38 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
google.golang.org/grpc v1.67.1 // indirect
google.golang.org/protobuf v1.35.1 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241113202542-65e8d215514f // indirect
google.golang.org/grpc v1.68.0 // indirect
google.golang.org/protobuf v1.35.2 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand All @@ -174,7 +175,7 @@ require (
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20240423202451-8948a665c108 // indirect
k8s.io/kubectl v0.31.2 // indirect
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // indirect
k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078 // indirect
oras.land/oras-go v1.2.5 // indirect
sigs.k8s.io/controller-tools v0.15.0 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
Expand Down
Loading

0 comments on commit 17f2616

Please sign in to comment.