forked from kubevirt/ssp-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/main-all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
renovate
bot
force-pushed
the
renovate/main-all
branch
2 times, most recently
from
July 26, 2024 07:48
8a8fd6d
to
580bd4b
Compare
renovate
bot
force-pushed
the
renovate/main-all
branch
2 times, most recently
from
July 27, 2024 14:35
0bf69ff
to
8219d96
Compare
renovate
bot
force-pushed
the
renovate/main-all
branch
from
July 29, 2024 06:51
8219d96
to
90c9b18
Compare
renovate
bot
force-pushed
the
renovate/main-all
branch
from
July 29, 2024 07:15
90c9b18
to
696b885
Compare
renovate
bot
force-pushed
the
renovate/main-all
branch
from
July 29, 2024 07:34
696b885
to
10ecfa5
Compare
renovate
bot
force-pushed
the
renovate/main-all
branch
from
July 29, 2024 07:38
10ecfa5
to
ca53725
Compare
renovate
bot
force-pushed
the
renovate/main-all
branch
6 times, most recently
from
August 3, 2024 05:40
21a1e99
to
44570d0
Compare
renovate
bot
force-pushed
the
renovate/main-all
branch
4 times, most recently
from
August 12, 2024 11:45
6cbca31
to
37a3506
Compare
renovate
bot
force-pushed
the
renovate/main-all
branch
3 times, most recently
from
August 16, 2024 05:43
9044c5e
to
66ba351
Compare
renovate
bot
force-pushed
the
renovate/main-all
branch
6 times, most recently
from
November 30, 2024 08:54
dde27ba
to
beed268
Compare
renovate
bot
force-pushed
the
renovate/main-all
branch
4 times, most recently
from
December 9, 2024 15:04
4f3b626
to
784cc94
Compare
renovate
bot
force-pushed
the
renovate/main-all
branch
4 times, most recently
from
December 18, 2024 05:47
da6f640
to
0f21508
Compare
renovate
bot
force-pushed
the
renovate/main-all
branch
3 times, most recently
from
December 26, 2024 23:52
97d704c
to
e80c952
Compare
renovate
bot
force-pushed
the
renovate/main-all
branch
4 times, most recently
from
January 6, 2025 20:10
35d5abc
to
c2f20c6
Compare
renovate
bot
force-pushed
the
renovate/main-all
branch
4 times, most recently
from
January 16, 2025 03:35
bb9fb02
to
3509bbf
Compare
renovate
bot
force-pushed
the
renovate/main-all
branch
3 times, most recently
from
January 23, 2025 13:10
9411895
to
850f426
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
bot
force-pushed
the
renovate/main-all
branch
from
January 25, 2025 11:01
850f426
to
dbd8c7a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.7.0
->v1.8.0
373a956
->1c7b3af
v0.0.20
->v0.0.25
v2.17.1
->v2.22.2
v1.32.0
->v1.36.2
4b89b3a
->a770960
190fec8
->4ea5029
v0.26.0
->v0.29.0
v0.14.0
->v0.17.0
v0.75.1
->v0.79.2
v1.19.1
->v1.20.5
v0.55.0
->v0.62.0
v1.8.0
->v1.8.1
v0.61.1
->v0.66.0
v2.4.0
->v3.0.1
v0.30.3
->v0.32.1
v0.30.3
->v0.32.1
v0.30.3
->v0.32.1
v0.30.3
->v0.32.1
v0.30.3
->v0.32.1
fe8a2dd
->24370be
v1.3.0
->v1.4.0
v1.59.0
->v1.61.0
v0.0.0
->v0.22.2
v6
->v7
40
->42
v0.18.4
->v0.20.1
v0.17.1
->v0.19.0
v0.17.0
->v0.19.0
Release Notes
fsnotify/fsnotify (github.com/fsnotify/fsnotify)
v1.8.0
Compare Source
Additions
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
aab3da6
]c09df39
]96a80fc
]43dad69
]Maintenance
c88c634
]4df44bf
]v2.22.0
Compare Source
2.22.0
Features
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
a69eb39
]bcab9c8
]Fixes
e548367
]SpecsThatWillBeRun
withSpecsThatWillRun
[
c2c4d3c
]Maintenance
7e65a00
]v2.20.2
Compare Source
2.20.2
Require Go 1.22+
Maintenance
a671816
]v2.20.1
Compare Source
2.20.1
Fixes
d6f9640
]v2.20.0
Compare Source
2.20.0
Features
be5ab95
]Maintenance
d303d14
]7a50221
]v2.19.1
Compare Source
2.19.1
Fixes
63c8c30
]ff41e27
]Maintenance
76f4e0c
]b69c00d
]f097741
]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
f010b65
]d80eebe
]Fixes
42013d6
]Maintenance
fcf1fd7
]8bb14fd
]04bfad7
]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
32259c8
]780e7a3
]Maintenance
d91fe4e
]8cb662e
]3134422
]eca81b4
]760def8
]4ce33f4
]f2fcd97
]fd622d2
]5474a26
]e6d1170
]7f447b2
]f15239a
]onsi/gomega (github.com/onsi/gomega)
v1.36.2
Compare Source
Maintenance
v1.36.1
Compare Source
1.36.1
Fixes
1c6c112
]4feb9d7
]v1.36.0
Compare Source
1.36.0
Features
4c964c6
]Maintenance
ece6872
]8e924d7
]v1.35.1
Compare Source
1.35.1
Fixes
ca36da1
]v1.35.0
Compare Source
1.35.0
Features
EnforceDefaultTimeoutsWhenUsingContexts()
to haveEventually
honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265
]StopTrying(message).Successfully()
to abort aConsistently
early without failure [eeca931
]Fixes
HaveField
to avoid unexpected errors when used with async assertions. [3bdbc4e
]Maintenance
a05a416
]v1.34.2
Compare Source
1.34.2
Require Go 1.22+
Maintenance
c59c6dc
]8158b99
]v1.34.1
Compare Source
1.34.1
Maintenance
5e71dcd
]v1.34.0
Compare Source
1.34.0
Features
c549e0d
]Fixes
878940c
]ebadb67
]Maintenance
8af2ece
]123a071
]0e69083
]2675796
]4160c0f
]892c303
]v1.33.1
Compare Source
1.33.1
Fixes
3a66379
]Maintenance
e9bc35a
]v1.33.0
Compare Source
1.33.0
Features
Receive
not acceptsReceive(<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
9999deb
]cb5ff21
]bac6596
]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.
This PR was generated by Mend Renovate. View the repository job log.