proactive-node-scaling-operator
proactive-node-scaling-operator copied to clipboard
Update module github.com/redhat-cop/operator-utils to v2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/redhat-cop/operator-utils | v1.1.4 -> v2.0.0 |
Release Notes
redhat-cop/operator-utils (github.com/redhat-cop/operator-utils)
v1.3.8
What's Changed
- fixed schema validation. Has it ever worked? by @raffaelespazzoli in https://github.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
What's Changed
- Bump package versions by @davidkarlsen in https://github.com/redhat-cop/operator-utils/pull/94
- Upgrade golang by @davidkarlsen in https://github.com/redhat-cop/operator-utils/pull/95
- Drop duplicated code. by @davidkarlsen in https://github.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
What's Changed
- Typo Inheriting with v1.3.0 by @garrettthomaskth in https://github.com/redhat-cop/operator-utils/pull/85
- fix: updated k8s.io (v0.27.3) and controller-runtime (v0.15.0) by @brianwilkinson in https://github.com/redhat-cop/operator-utils/pull/93
New Contributors
- @garrettthomaskth made their first contribution in https://github.com/redhat-cop/operator-utils/pull/85
- @brianwilkinson made their first contribution in https://github.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
Full Changelog: https://github.com/redhat-cop/operator-utils/compare/v1.3.4...v1.3.5
v1.3.4
What's Changed
- upgrade osdk to 1.22.2 by @davgordo in https://github.com/redhat-cop/operator-utils/pull/88
- fix release pipeline by @davgordo in https://github.com/redhat-cop/operator-utils/pull/90
New Contributors
- @davgordo made their first contribution in https://github.com/redhat-cop/operator-utils/pull/88
Full Changelog: https://github.com/redhat-cop/operator-utils/compare/v1.3.3...v1.3.4
v1.3.3
v1.3.2
v1.3.1
- changed patch type name to workarounf osdk issue
c87b639(raffaelespazzoli)
v1.3.0
- fixed docs
863a1e6(raffaelespazzoli) - reset to no v2
533c20a(raffaelespazzoli) - fixed module upgrade
dc172eb(raffaelespazzoli) - added v2 module
5c046ed(raffaelespazzoli) - New patch (#80)
b22e79c(raffaelespazzoli) - bump to osdk 1.15 (#79)
db103cf(raffaelespazzoli)
v1.2.2
- bumped to osdk 1.13 fixed status
410a587(raffaelespazzoli)
v1.2.1
- Some more nil pointer checks
f1e80d0(Iain Calder) - Add nil pointer check
7bb1a96(Iain Calder) - Fix typos in README.md
11c7f7a(Hamish Robertson)
v1.2.0
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
⚠ 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:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: go.sum
Command failed: go get -d -t ./...
go: downloading k8s.io/api v0.22.1
go: downloading k8s.io/apimachinery v0.22.1
go: downloading sigs.k8s.io/controller-runtime v0.10.0
go: downloading github.com/go-logr/logr v0.4.0
go: downloading k8s.io/client-go v0.22.1
go: downloading github.com/onsi/gomega v1.17.0
go: downloading github.com/onsi/ginkgo v1.16.5
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading k8s.io/klog/v2 v2.9.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.1.2
go: downloading github.com/google/go-cmp v0.5.5
go: downloading github.com/go-logr/zapr v0.4.0
go: downloading go.uber.org/zap v1.19.0
go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
go: downloading github.com/evanphx/json-patch v5.6.0+incompatible
go: downloading golang.org/x/net v0.0.0-20210520170846-37e1c6afe023
go: downloading k8s.io/apiextensions-apiserver v0.22.1
go: downloading k8s.io/utils v0.0.0-20210802155522-efc7438f0176
go: downloading sigs.k8s.io/yaml v1.3.0
go: downloading github.com/Azure/go-autorest/autorest v0.11.18
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.13
go: downloading github.com/prometheus/client_golang v1.11.0
go: downloading github.com/json-iterator/go v1.1.11
go: downloading go.uber.org/atomic v1.7.0
go: downloading go.uber.org/multierr v1.6.0
go: downloading gomodules.xyz/jsonpatch/v2 v2.2.0
go: downloading k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e
go: downloading golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
go: downloading golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2
go: downloading github.com/Azure/go-autorest/logger v0.2.1
go: downloading github.com/form3tech-oss/jwt-go v3.2.3+incompatible
go: downloading golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/imdario/mergo v0.3.12
go: downloading k8s.io/component-base v0.22.1
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/prometheus/common v0.26.0
go: downloading github.com/golang/protobuf v1.5.2
go: downloading github.com/googleapis/gnostic v0.5.5
go: downloading golang.org/x/text v0.3.6
go: downloading github.com/prometheus/procfs v0.6.0
go: downloading google.golang.org/protobuf v1.26.0
go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
go: downloading github.com/redhat-cop/operator-utils v1.3.8
go: downloading k8s.io/api v0.28.2
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 k8s.io/client-go v0.28.2
go: downloading github.com/onsi/gomega v1.27.10
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/nsf/jsondiff v0.0.0-20230430225905-43f6cf3098c1
go: downloading k8s.io/kubectl v0.28.2
go: downloading k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
go: downloading github.com/evanphx/json-patch/v5 v5.6.0
go: downloading github.com/evanphx/json-patch v5.7.0+incompatible
go: downloading github.com/google/go-cmp v0.5.9
go: downloading golang.org/x/time v0.3.0
go: downloading golang.org/x/net v0.13.0
go: downloading k8s.io/apiextensions-apiserver v0.27.2
go: downloading github.com/go-logr/zapr v1.2.4
go: downloading go.uber.org/zap v1.24.0
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/BurntSushi/toml v1.3.2
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading github.com/prometheus/client_golang v1.16.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
go: downloading github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d
go: downloading k8s.io/cli-runtime v0.28.2
go: downloading gomodules.xyz/jsonpatch/v2 v2.3.0
go: downloading golang.org/x/sys v0.10.0
go: downloading golang.org/x/term v0.10.0
go: downloading golang.org/x/oauth2 v0.8.0
go: downloading go.uber.org/atomic v1.10.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/Masterminds/semver/v3 v3.2.0
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/huandu/xstrings v1.3.3
go: downloading golang.org/x/crypto v0.11.0
go: downloading google.golang.org/protobuf v1.30.0
go: downloading k8s.io/component-base v0.28.2
go: downloading github.com/prometheus/client_model v0.4.0
go: downloading github.com/prometheus/common v0.44.0
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading golang.org/x/sync v0.2.0
go: downloading golang.org/x/text v0.11.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/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/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/procfs v0.10.1
go: downloading github.com/fsnotify/fsnotify v1.6.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading github.com/emicklei/go-restful/v3 v3.9.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/emicklei/go-restful v2.9.5+incompatible
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/go-errors/errors v1.4.2
go: downloading github.com/josharian/intern v1.0.0
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/proactive-node-scaling-operator/controllers tested by
github.com/redhat-cop/proactive-node-scaling-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
go: downloading cloud.google.com/go v0.110.0
go: downloading github.com/kr/pretty v0.3.1
go: downloading go.uber.org/goleak v1.2.1
go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
go: downloading honnef.co/go/tools v0.1.3