Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies (main) #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/fsnotify/fsnotify v1.7.0 -> v1.8.0 age adoption passing confidence require minor
github.com/kubevirt/monitoring/pkg/metrics/parser 373a956 -> 1c7b3af age adoption passing confidence require digest
github.com/machadovilaca/operator-observability v0.0.20 -> v0.0.25 age adoption passing confidence require patch
github.com/onsi/ginkgo/v2 v2.17.1 -> v2.22.2 age adoption passing confidence require minor
github.com/onsi/gomega v1.32.0 -> v1.36.2 age adoption passing confidence require minor
github.com/openshift/api 4b89b3a -> a770960 require digest
github.com/openshift/library-go 190fec8 -> 4ea5029 age adoption passing confidence require digest
github.com/operator-framework/api v0.26.0 -> v0.29.0 age adoption passing confidence require minor
github.com/operator-framework/operator-lib v0.14.0 -> v0.17.0 age adoption passing confidence require minor
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.75.1 -> v0.79.2 age adoption passing confidence require minor
github.com/prometheus/client_golang v1.19.1 -> v1.20.5 age adoption passing confidence require minor
github.com/prometheus/common v0.55.0 -> v0.62.0 age adoption passing confidence require minor
github.com/spf13/cobra v1.8.0 -> v1.8.1 age adoption passing confidence require patch
github.com/tektoncd/pipeline v0.61.1 -> v0.66.0 age adoption passing confidence require minor
gomodules.xyz/jsonpatch/v2 v2.4.0 -> v3.0.1 age adoption passing confidence require major
k8s.io/api v0.30.3 -> v0.32.1 age adoption passing confidence require minor
k8s.io/apiextensions-apiserver v0.30.3 -> v0.32.1 age adoption passing confidence require minor
k8s.io/apimachinery v0.30.3 -> v0.32.1 age adoption passing confidence require minor
k8s.io/client-go v0.30.3 -> v0.32.1 age adoption passing confidence require minor
k8s.io/kube-aggregator v0.30.3 -> v0.32.1 age adoption passing confidence require minor
k8s.io/utils fe8a2dd -> 24370be age adoption passing confidence require digest
kubevirt.io/api v1.3.0 -> v1.4.0 age adoption passing confidence require minor
kubevirt.io/containerized-data-importer-api v1.59.0 -> v1.61.0 age adoption passing confidence require minor
kubevirt.io/ssp-operator/api v0.0.0 -> v0.22.2 age adoption passing confidence require minor
peter-evans/create-pull-request v6 -> v7 age adoption passing confidence action major
quay.io/fedora/fedora 40 -> 42 age adoption passing confidence final major
sigs.k8s.io/controller-runtime v0.18.4 -> v0.20.1 age adoption passing confidence require minor
sigs.k8s.io/kustomize/api v0.17.1 -> v0.19.0 age adoption passing confidence require minor
sigs.k8s.io/kustomize/kyaml v0.17.0 -> v0.19.0 age adoption passing confidence require minor

Release Notes

fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.8.0

Compare Source

Additions

  • all: add FSNOTIFY_DEBUG to print debug logs to stderr (#​619)
Changes and fixes
  • windows: fix behaviour of WatchList() to be consistent with other platforms (#​610)

  • kqueue: ignore events with Ident=0 (#​590)

  • kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#​617)

  • kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#​625)

  • inotify: don't send event for IN_DELETE_SELF when also watching the parent (#​620)

  • inotify: fix panic when calling Remove() in a goroutine (#​650)

  • fen: allow watching subdirectories of watched directories (#​621)

machadovilaca/operator-observability (github.com/machadovilaca/operator-observability)

v0.0.25

Compare Source

What's Changed

Full Changelog: machadovilaca/operator-observability@v0.0.24...v0.0.25

v0.0.24

Compare Source

What's Changed

Full Changelog: machadovilaca/operator-observability@v0.0.23...v0.0.24

v0.0.23

Compare Source

What's Changed

Full Changelog: machadovilaca/operator-observability@v0.0.22...v0.0.23

v0.0.22

Compare Source

What's Changed

Full Changelog: machadovilaca/operator-observability@v0.0.21...v0.0.22

v0.0.21

Compare Source

What's Changed

Full Changelog: machadovilaca/operator-observability@v0.0.20...v0.0.21

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.22.2

Compare Source

What's Changed

Full Changelog: onsi/ginkgo@v2.22.1...v2.22.2

v2.22.1

Compare Source

2.22.1

Fixes

Fix CSV encoding

Maintenance
  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]

v2.22.0

Compare Source

2.22.0

Features
  • Add label to serial nodes [0fcaa08]

This allows serial tests to be filtered using the label-filter

Maintenance

Various doc fixes

v2.21.0

Compare Source

2.21.0

Features
  • add support for GINKGO_TIME_FORMAT [a69eb39]
  • add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]
Fixes
  • increase threshold in timeline matcher [e548367]
  • Fix the document by replacing SpecsThatWillBeRun with SpecsThatWillRun
    [c2c4d3c]
Maintenance
  • bump various dependencies [7e65a00]

v2.20.2

Compare Source

2.20.2

Require Go 1.22+

Maintenance

v2.20.1

Compare Source

2.20.1

Fixes
  • make BeSpecEvent duration matcher more forgiving [d6f9640]

v2.20.0

Compare Source

2.20.0

Features
Maintenance
  • Add update-deps to makefile [d303d14]
  • bump all dependencies [7a50221]

v2.19.1

Compare Source

2.19.1

Fixes
  • update supported platforms for race conditions [63c8c30]
  • [build] Allow custom name for binaries. [ff41e27]
Maintenance

v2.19.0

Compare Source

2.19.0

Features

Label Sets allow for more expressive and flexible label filtering.

v2.18.0

Compare Source

2.18.0

Features
  • Add --slience-skips and --force-newlines [f010b65]
  • fail when no tests were run and --fail-on-empty was set [d80eebe]
Fixes
  • Fix table entry context edge case [42013d6]
Maintenance

v2.17.3

Compare Source

2.17.3

Fixes

ginkgo watch now ignores hidden files [bde6e00]

v2.17.2

Compare Source

2.17.2

Fixes
  • fix: close files [32259c8]
  • fix github output log level for skipped specs [780e7a3]
Maintenance
onsi/gomega (github.com/onsi/gomega)

v1.36.2

Compare Source

Maintenance

v1.36.1

Compare Source

1.36.1

Fixes

v1.36.0

Compare Source

1.36.0

Features
  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]
Maintenance
  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]

v1.35.1

Compare Source

1.35.1

Fixes
  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

v1.35.0

Compare Source

1.35.0

Features
  • You can now call EnforceDefaultTimeoutsWhenUsingContexts() to have Eventually honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]
Fixes
  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]
Maintenance

v1.34.2

Compare Source

1.34.2

Require Go 1.22+

Maintenance
  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]

v1.34.1

Compare Source

1.34.1

Maintenance
  • Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]

v1.34.0

Compare Source

1.34.0

Features
  • Add RoundTripper method to ghttp.Server [c549e0d]
Fixes
  • fix incorrect handling of nil slices in HaveExactElements (fixes #​771) [878940c]
  • issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]
Maintenance

v1.33.1

Compare Source

1.33.1

Fixes
  • fix confusing eventually docs [3a66379]
Maintenance
  • Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]

v1.33.0

Compare Source

1.33.0

Features

Receive not accepts Receive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.

Maintenance
operator-framework/api (github.com/operator-framework/api)

v0.29.0

Compare Source

What's Changed

Full Changelog: operator-framework/api@v0.28.0...v0.29.0

v0.28.0

Compare Source

What's Changed

New Contributors

Full Changelog: operator-framework/api@v0.27.0...v0.28.0

v0.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: operator-framework/api@v0.26.0...v0.27.0

operator-framework/operator-lib (github.com/operator-framework/operator-lib)

v0.17.0

Compare Source

What's Changed

Full Changelog: operator-framework/operator-lib@v0.16.0...v0.17.0

v0.16.0

Compare Source

What's Changed


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Author

renovate bot commented Jul 25, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts 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: api/go.sum
Command failed: go get -d -t ./...
go: module github.com/openshift/api@v0.0.0-20250124212313-a770960d61e0 requires go >= 1.23.0; switching to go1.23.5
go: downloading go1.23.5 (linux/amd64)
go: download go1.23.5: golang.org/toolchain@v0.0.1-go1.23.5.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

File name: go.sum
Command failed: go get -d -t ./...
go: module github.com/openshift/api@v0.0.0-20250124212313-a770960d61e0 requires go >= 1.23.0; switching to go1.23.5
go: downloading go1.23.5 (linux/amd64)
go: download go1.23.5: golang.org/toolchain@v0.0.1-go1.23.5.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/main-all branch 2 times, most recently from 8a8fd6d to 580bd4b Compare July 26, 2024 07:48
@renovate renovate bot force-pushed the renovate/main-all branch 2 times, most recently from 0bf69ff to 8219d96 Compare July 27, 2024 14:35
@renovate renovate bot force-pushed the renovate/main-all branch from 8219d96 to 90c9b18 Compare July 29, 2024 06:51
@renovate renovate bot force-pushed the renovate/main-all branch from 90c9b18 to 696b885 Compare July 29, 2024 07:15
@renovate renovate bot force-pushed the renovate/main-all branch from 696b885 to 10ecfa5 Compare July 29, 2024 07:34
@renovate renovate bot force-pushed the renovate/main-all branch from 10ecfa5 to ca53725 Compare July 29, 2024 07:38
@renovate renovate bot force-pushed the renovate/main-all branch 6 times, most recently from 21a1e99 to 44570d0 Compare August 3, 2024 05:40
@renovate renovate bot force-pushed the renovate/main-all branch 4 times, most recently from 6cbca31 to 37a3506 Compare August 12, 2024 11:45
@renovate renovate bot force-pushed the renovate/main-all branch 3 times, most recently from 9044c5e to 66ba351 Compare August 16, 2024 05:43
@renovate renovate bot force-pushed the renovate/main-all branch 6 times, most recently from dde27ba to beed268 Compare November 30, 2024 08:54
@renovate renovate bot force-pushed the renovate/main-all branch 4 times, most recently from 4f3b626 to 784cc94 Compare December 9, 2024 15:04
@renovate renovate bot force-pushed the renovate/main-all branch 4 times, most recently from da6f640 to 0f21508 Compare December 18, 2024 05:47
@renovate renovate bot force-pushed the renovate/main-all branch 3 times, most recently from 97d704c to e80c952 Compare December 26, 2024 23:52
@renovate renovate bot force-pushed the renovate/main-all branch 4 times, most recently from 35d5abc to c2f20c6 Compare January 6, 2025 20:10
@renovate renovate bot force-pushed the renovate/main-all branch 4 times, most recently from bb9fb02 to 3509bbf Compare January 16, 2025 03:35
@renovate renovate bot force-pushed the renovate/main-all branch 3 times, most recently from 9411895 to 850f426 Compare January 23, 2025 13:10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/main-all branch from 850f426 to dbd8c7a Compare January 25, 2025 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants