chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.9.2#82
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.9.2#82renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
80ed482 to
25b5ed7
Compare
25b5ed7 to
f5a279a
Compare
f5a279a to
ed0ed5e
Compare
7e87ce5 to
e99957a
Compare
ed0ed5e to
556adf0
Compare
556adf0 to
1cbfa2d
Compare
1 task
1 task
fa1f208 to
4397f38
Compare
4397f38 to
597c0e0
Compare
597c0e0 to
95c5183
Compare
95c5183 to
a948ef5
Compare
a948ef5 to
4c92dba
Compare
4c92dba to
9724113
Compare
9724113 to
d6013c4
Compare
d6013c4 to
df09b56
Compare
df09b56 to
d3ab2cb
Compare
d3ab2cb to
2147bfc
Compare
2147bfc to
3058b7a
Compare
3058b7a to
c9dc109
Compare
This file contains hidden or 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
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:
v0.4.4→v0.9.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kube-vip/kube-vip (ghcr.io/kube-vip/kube-vip)
v0.9.2Compare Source
Highlights
What's Changed
New Contributors
Full Changelog: kube-vip/kube-vip@v0.9.1...v0.9.2
v0.9.1Compare Source
Highlights
endpointsafter restartWhat's Changed
New Contributors
Full Changelog: kube-vip/kube-vip@v0.9.0...v0.9.1
v0.9.0Compare Source
Highlights
Breaking
vip_cidrplease rename it tovip_subnetvip_cidrgot replaced byvip_subnet--cidrgot replaced by--vipSubnetvipCidrgot replaced byvipSubnet--metal, ENV:vip_packet, YAML:enableMetal--metalKey, ENV:PACKET_AUTH_TOKEN--metalProject, ENV:vip_packetproject--metalProjectId, ENV:vip_packetprojectidWhat's Changed
New Contributors
Full Changelog: kube-vip/kube-vip@v0.8.10...v0.9.0
v0.8.10Compare Source
Bugfix Release
What's Changed
Full Changelog: kube-vip/kube-vip@v0.8.9...v0.8.10
v0.8.9Compare Source
Quick and hopefully the final 0.8.x version
Fixes a blocking issue where an etcd timeout or network "blip" would stop load balancer services from restarting.
What's Changed
Full Changelog: kube-vip/kube-vip@v0.8.8...v0.8.9
v0.8.8Compare Source
Recreation of v0.8.8
Unfortunately a bug was introduced from fixing a linting issue that broke one of the watchers for services being created, this has been fixed and tested. Thanks @jjschwarz 🙏
What's Changed
New Contributors
Full Changelog: kube-vip/kube-vip@v0.8.7...v0.8.8
v0.8.7Compare Source
Fixes an issue where services were no longer released due to the leader Election never ending when endpoints reached
0.What's Changed
Full Changelog: kube-vip/kube-vip@v0.8.6...v0.8.7
v0.8.6Compare Source
What's Changed
Full Changelog: kube-vip/kube-vip@v0.8.5...v0.8.6
v0.8.5Compare Source
Known-Bug
lb_enable: truesetups are broken due to #974 please update to kube-vip@v0.8.6What's Changed
Full Changelog: kube-vip/kube-vip@v0.8.4...v0.8.5
v0.8.4Compare Source
What's Changed
New Contributors
Full Changelog: kube-vip/kube-vip@v0.8.3...v0.8.4
v0.8.3Compare Source
What's Changed
New Contributors
Full Changelog: kube-vip/kube-vip@v0.8.2...v0.8.3
v0.8.2Compare Source
Fixes an issue that stopped manifests being generated correctly, ensures that the routes are parsed and ensures that DHCP binds to the macvlan so ARPs come from the correct place.
What's Changed
macvlanwhen using DHCP by @TilBlechschmidt in #897New Contributors
Full Changelog: kube-vip/kube-vip@v0.8.1...v0.8.2
v0.8.1Compare Source
What's Changed
New Contributors
Full Changelog: kube-vip/kube-vip@v0.8.0...v0.8.1
v0.8.0Compare Source
Big new features
Specify which interface a service should use
The annotation
kube-vip.io/serviceInterface:can now be used on a service to define which interface on the machine the service will be exposed on.e.g.
Mirror Traffic
A
mirror_dest_interfaceenvironment variable is now available, by default it will mirror from eitherservicesInterfaceof the default interface to the destination interface address!Control plane load balancing
Defaults to
masquerademode, and will now ensure health checks of the control plane nodes!Egress updates
Cleaner behaviours of the egress rules ensuring only specific egress addresses are impacted by changes to the service/loadbalancer object.
What's Changed
New Contributors
Full Changelog: kube-vip/kube-vip@v0.7.2...v0.8.0
v0.7.2Compare Source
Mainly bug fixes, but a main bug fix around egress for TCP ports. The garbage collection was a little bit too enthusiastic.
What's Changed
Full Changelog: kube-vip/kube-vip@v0.7.1...v0.7.2
v0.7.1Compare Source
Fixes a number of bugs that were introduced with some of the new features!
What's Changed
New Contributors
Full Changelog: kube-vip/kube-vip@v0.7.0...v0.7.1
v0.7.0Compare Source
Big release
We now support IPv4/6 both on services and the control plane, with additional BGP updates and fixes for
kubeadmthis has been a long release to get out.What's Changed
New Contributors
Full Changelog: kube-vip/kube-vip@v0.6.4...v0.7.0
v0.6.4Compare Source
Big changes / fixes
rbacWhat's Changed
Configuration
📅 Schedule: Branch creation - "every weekend" (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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.