redhat-cop / group-sync-operator

Synchronizes groups from external providers into OpenShift
Apache License 2.0
110 stars 60 forks source link

fix(deps): update module github.com/redhat-cop/operator-utils to v1.3.8 #290

Open renovate[bot] opened 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/redhat-cop/operator-utils v1.3.4 -> v1.3.8 age adoption passing confidence

Release Notes

redhat-cop/operator-utils (github.com/redhat-cop/operator-utils) ### [`v1.3.8`](https://togithub.com/redhat-cop/operator-utils/releases/tag/v1.3.8) [Compare Source](https://togithub.com/redhat-cop/operator-utils/compare/v1.3.7...v1.3.8) #### What's Changed - fixed schema validation. Has it ever worked? by [@​raffaelespazzoli](https://togithub.com/raffaelespazzoli) in [https://github.com/redhat-cop/operator-utils/pull/98](https://togithub.com/redhat-cop/operator-utils/pull/98) **Full Changelog**: https://github.com/redhat-cop/operator-utils/compare/v1.3.7...v1.3.8 ### [`v1.3.7`](https://togithub.com/redhat-cop/operator-utils/releases/tag/v1.3.7) [Compare Source](https://togithub.com/redhat-cop/operator-utils/compare/v1.3.6...v1.3.7) #### What's Changed - Bump package versions by [@​davidkarlsen](https://togithub.com/davidkarlsen) in [https://github.com/redhat-cop/operator-utils/pull/94](https://togithub.com/redhat-cop/operator-utils/pull/94) - Upgrade golang by [@​davidkarlsen](https://togithub.com/davidkarlsen) in [https://github.com/redhat-cop/operator-utils/pull/95](https://togithub.com/redhat-cop/operator-utils/pull/95) - Drop duplicated code. by [@​davidkarlsen](https://togithub.com/davidkarlsen) in [https://github.com/redhat-cop/operator-utils/pull/96](https://togithub.com/redhat-cop/operator-utils/pull/96) **Full Changelog**: https://github.com/redhat-cop/operator-utils/compare/v1.3.6...v1.3.7 ### [`v1.3.6`](https://togithub.com/redhat-cop/operator-utils/releases/tag/v1.3.6) [Compare Source](https://togithub.com/redhat-cop/operator-utils/compare/v1.3.5...v1.3.6) #### What's Changed - Typo Inheriting with v1.3.0 by [@​garrettthomaskth](https://togithub.com/garrettthomaskth) in [https://github.com/redhat-cop/operator-utils/pull/85](https://togithub.com/redhat-cop/operator-utils/pull/85) - fix: updated k8s.io (v0.27.3) and controller-runtime (v0.15.0) by [@​brianwilkinson](https://togithub.com/brianwilkinson) in [https://github.com/redhat-cop/operator-utils/pull/93](https://togithub.com/redhat-cop/operator-utils/pull/93) #### New Contributors - [@​garrettthomaskth](https://togithub.com/garrettthomaskth) made their first contribution in [https://github.com/redhat-cop/operator-utils/pull/85](https://togithub.com/redhat-cop/operator-utils/pull/85) - [@​brianwilkinson](https://togithub.com/brianwilkinson) made their first contribution in [https://github.com/redhat-cop/operator-utils/pull/93](https://togithub.com/redhat-cop/operator-utils/pull/93) **Full Changelog**: https://github.com/redhat-cop/operator-utils/compare/v1.3.5...v1.3.6 ### [`v1.3.5`](https://togithub.com/redhat-cop/operator-utils/releases/tag/v1.3.5) [Compare Source](https://togithub.com/redhat-cop/operator-utils/compare/v1.3.4...v1.3.5) **Full Changelog**: https://github.com/redhat-cop/operator-utils/compare/v1.3.4...v1.3.5

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 9 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/da7558/0c10e0/repos/github/redhat-cop/group-sync-operator":"/tmp/worker/da7558/0c10e0/repos/github/redhat-cop/group-sync-operator" -v "/tmp/worker/da7558/0c10e0/cache":"/tmp/worker/da7558/0c10e0/cache" -e GOPATH -e GOPROXY -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/da7558/0c10e0/repos/github/redhat-cop/group-sync-operator" ghcr.io/containerbase/sidecar:9.26.2 bash -l -c "install-tool golang 1.21.4 && go get -d -t ./..."
go: downloading github.com/openshift/api v3.9.1-0.20190924102528-32369d4db2ad+incompatible
go: downloading k8s.io/apimachinery v0.28.2
go: downloading sigs.k8s.io/controller-runtime v0.15.2
go: downloading github.com/go-logr/logr v1.2.4
go: downloading github.com/redhat-cop/operator-utils v1.3.8
go: downloading k8s.io/api v0.28.2
go: downloading k8s.io/client-go v0.28.2
go: downloading github.com/openshift/library-go v0.0.0-20210615164315-be4204e96f56
go: downloading gopkg.in/ldap.v2 v2.5.1
go: downloading github.com/prometheus/client_golang v1.16.0
go: downloading github.com/robfig/cron v1.2.0
go: downloading k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
go: downloading github.com/onsi/ginkgo v1.16.5
go: downloading github.com/onsi/gomega v1.27.10
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.4.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0
go: downloading github.com/Nerzal/gocloak/v11 v11.2.0
go: downloading github.com/google/go-github/v45 v45.2.0
go: downloading github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/microsoft/kiota-authentication-azure-go v0.6.0
go: downloading github.com/microsoft/kiota-http-go v0.16.1
go: downloading github.com/microsoftgraph/msgraph-sdk-go v0.61.0
go: downloading github.com/microsoftgraph/msgraph-sdk-go-core v0.36.0
go: downloading github.com/okta/okta-sdk-golang/v2 v2.14.0
go: downloading github.com/palantir/go-githubapp v0.13.2
go: downloading github.com/robfig/cron/v3 v3.0.1
go: downloading github.com/shurcooL/githubv4 v0.0.0-20220520033151-0b4e3294ff00
go: downloading github.com/xanzy/go-gitlab v0.73.1
go: downloading golang.org/x/text v0.11.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading k8s.io/klog/v2 v2.100.1
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3
go: downloading github.com/evanphx/json-patch v5.7.0+incompatible
go: downloading github.com/evanphx/json-patch/v5 v5.6.0
go: downloading github.com/go-logr/zapr v1.2.4
go: downloading go.uber.org/zap v1.24.0
go: downloading gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/client_model v0.4.0
go: downloading github.com/prometheus/common v0.44.0
go: downloading github.com/prometheus/procfs v0.10.1
go: downloading golang.org/x/sys v0.10.0
go: downloading google.golang.org/protobuf v1.30.0
go: downloading golang.org/x/net v0.13.0
go: downloading k8s.io/apiextensions-apiserver v0.27.2
go: downloading sigs.k8s.io/yaml v1.3.0
go: downloading github.com/google/go-cmp v0.5.9
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.2.0
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1
go: downloading golang.org/x/crypto v0.11.0
go: downloading github.com/go-resty/resty/v2 v2.7.0
go: downloading github.com/golang-jwt/jwt/v4 v4.4.2
go: downloading github.com/golang-jwt/jwt v3.2.1+incompatible
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/segmentio/ksuid v1.0.4
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/microsoft/kiota-abstractions-go v0.19.0
go: downloading go.opentelemetry.io/otel v1.14.0
go: downloading go.opentelemetry.io/otel/trace v1.14.0
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/microsoft/kiota-serialization-json-go v0.9.1
go: downloading github.com/microsoft/kiota-serialization-form-go v0.9.1
go: downloading github.com/microsoft/kiota-serialization-text-go v0.7.0
go: downloading github.com/BurntSushi/toml v1.3.2
go: downloading github.com/cenkalti/backoff/v4 v4.2.1
go: downloading github.com/kelseyhightower/envconfig v1.4.0
go: downloading github.com/patrickmn/go-cache v0.0.0-20180815053127-5633e0862627
go: downloading gopkg.in/square/go-jose.v2 v2.6.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f
go: downloading github.com/bradleyfalzon/ghinstallation/v2 v2.1.0
go: downloading github.com/hashicorp/golang-lru v0.5.4
go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
go: downloading github.com/rs/zerolog v1.28.0
go: downloading golang.org/x/oauth2 v0.8.0
go: downloading github.com/hashicorp/go-retryablehttp v0.7.1
go: downloading golang.org/x/time v0.3.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/json-iterator/go v1.1.12
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading k8s.io/kubectl v0.28.2
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
go: downloading go.uber.org/atomic v1.10.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading github.com/nxadm/tail v1.4.8
go: downloading golang.org/x/term v0.10.0
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
go: downloading github.com/yosida95/uritemplate/v3 v3.0.2
go: downloading github.com/cjlapao/common-go v0.0.39
go: downloading github.com/stretchr/testify v1.8.2
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/Masterminds/semver/v3 v3.2.0
go: downloading github.com/huandu/xstrings v1.3.3
go: downloading github.com/imdario/mergo v0.3.12
go: downloading github.com/mitchellh/copystructure v1.0.0
go: downloading github.com/shopspring/decimal v1.2.0
go: downloading github.com/spf13/cast v1.3.1
go: downloading k8s.io/component-base v0.28.2
go: downloading gomodules.xyz/jsonpatch/v2 v2.3.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d
go: downloading k8s.io/cli-runtime v0.28.2
go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/mattn/go-isatty v0.0.16
go: downloading github.com/mitchellh/reflectwalk v1.0.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/go-openapi/swag v0.22.3
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/fsnotify/fsnotify v1.6.0
go: downloading golang.org/x/sync v0.2.0
go: downloading sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3
go: downloading sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3
go: downloading github.com/emicklei/go-restful v2.9.5+incompatible
go: downloading github.com/emicklei/go-restful/v3 v3.9.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/go-errors/errors v1.4.2
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v1.2.0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading go.starlark.net v0.0.0-20230525235612-a134d8f9ddca
go: downloading sigs.k8s.io/controller-runtime v0.16.3
go: github.com/redhat-cop/group-sync-operator/controllers tested by
    github.com/redhat-cop/group-sync-operator/controllers.test imports
    sigs.k8s.io/controller-runtime/pkg/envtest/printer: cannot find module providing package sigs.k8s.io/controller-runtime/pkg/envtest/printer