Skip to content

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
renovate/ghcr.io-kube-vip-kube-vip-0.x
Open

chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.9.2#82
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-kube-vip-kube-vip-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 23, 2022

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
ghcr.io/kube-vip/kube-vip minor v0.4.4v0.9.2

Warning

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.2

Compare Source

Highlights
  • Preparation for refactoring + bugfixes
  • Dependency upgrades
What's Changed
New Contributors

Full Changelog: kube-vip/kube-vip@v0.9.1...v0.9.2

v0.9.1

Compare Source

Highlights
  • Metadata for container images
  • Proper handling of endpoints after restart
What's Changed
New Contributors

Full Changelog: kube-vip/kube-vip@v0.9.0...v0.9.1

v0.9.0

Compare Source

Highlights
  • Manifest generation of RBAC resources (ClusterRole, ClusterRoleBinding and ServiceAccount)
  • DualStack in BGP mode
  • Deterministic handling of two Services using the same LoadBalancer IP in ARP mode
Breaking
  • When you use the environment variable vip_cidr please rename it to vip_subnet
    • ENV: vip_cidr got replaced by vip_subnet
    • CLI: --cidr got replaced by --vipSubnet
    • YAML: vipCidr got replaced by vipSubnet
  • Drop support of Equinix Metal Platform (Removed)
    • CLI: --metal, ENV: vip_packet, YAML: enableMetal
    • CLI: --metalKey, ENV: PACKET_AUTH_TOKEN
    • CLI: --metalProject, ENV: vip_packetproject
    • CLI: --metalProjectId, ENV: vip_packetprojectid
What's Changed
New Contributors

Full Changelog: kube-vip/kube-vip@v0.8.10...v0.9.0

v0.8.10

Compare Source

Bugfix Release
What's Changed

Full Changelog: kube-vip/kube-vip@v0.8.9...v0.8.10

v0.8.9

Compare 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.8

Compare 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.7

Compare 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.6

Compare Source

What's Changed

Full Changelog: kube-vip/kube-vip@v0.8.5...v0.8.6

v0.8.5

Compare Source

Known-Bug
What's Changed

Full Changelog: kube-vip/kube-vip@v0.8.4...v0.8.5

v0.8.4

Compare Source

What's Changed
New Contributors

Full Changelog: kube-vip/kube-vip@v0.8.3...v0.8.4

v0.8.3

Compare Source

What's Changed
New Contributors

Full Changelog: kube-vip/kube-vip@v0.8.2...v0.8.3

v0.8.2

Compare 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
New Contributors

Full Changelog: kube-vip/kube-vip@v0.8.1...v0.8.2

v0.8.1

Compare Source

What's Changed
New Contributors

Full Changelog: kube-vip/kube-vip@v0.8.0...v0.8.1

v0.8.0

Compare 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.

metadata:
  name: nginx-interface-ens192-service
  annotations:
    kube-vip.io/serviceInterface: ens192
Mirror Traffic

A mirror_dest_interface environment variable is now available, by default it will mirror from either servicesInterface of the default interface to the destination interface address!

Control plane load balancing

Defaults to masquerade mode, 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.2

Compare 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.1

Compare Source

Fixes a number of bugs that were introduced with some of the new features!

  • IPVS issues on the HA control plane
  • Issues around egress addresses not being applied
  • Route refactoring and lifecycle fixes
What's Changed
New Contributors

Full Changelog: kube-vip/kube-vip@v0.7.0...v0.7.1

v0.7.0

Compare Source

Big release

We now support IPv4/6 both on services and the control plane, with additional BGP updates and fixes for kubeadm this 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.4

Compare Source

Big changes / fixes
  • Use a separate etcd cluster for the HA control plane / leaderElection
  • Fixes to routing/table mode for VIP lifecycle
  • Fixes to the rbac
  • Ability to push a hostname when using DHCP
  • Various other e2e fixes (much faster CI)
What'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.


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

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

@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.5.0 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.5.6 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from 80ed482 to 25b5ed7 Compare November 20, 2022 17:39
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.5.6 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.5.6 - autoclosed Nov 25, 2022
@renovate renovate bot closed this Nov 25, 2022
@renovate renovate bot deleted the renovate/ghcr.io-kube-vip-kube-vip-0.x branch November 25, 2022 15:13
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.5.6 - autoclosed chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.5.6 Nov 25, 2022
@renovate renovate bot reopened this Nov 25, 2022
@renovate renovate bot restored the renovate/ghcr.io-kube-vip-kube-vip-0.x branch November 25, 2022 18:49
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from 25b5ed7 to f5a279a Compare December 1, 2022 13:35
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.5.6 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.5.7 Dec 1, 2022
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.5.7 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.5.11 Mar 11, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from f5a279a to ed0ed5e Compare March 11, 2023 02:55
@lefeverd lefeverd force-pushed the main branch 3 times, most recently from 7e87ce5 to e99957a Compare March 25, 2023 21:42
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.5.11 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.5.12 Apr 14, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from ed0ed5e to 556adf0 Compare April 14, 2023 17:24
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.5.12 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.0 May 15, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from 556adf0 to 1cbfa2d Compare May 15, 2023 10:51
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.0 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.0 - autoclosed Jul 1, 2023
@renovate renovate bot closed this Jul 1, 2023
@renovate renovate bot deleted the renovate/ghcr.io-kube-vip-kube-vip-0.x branch July 1, 2023 06:00
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.0 - autoclosed chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.0 Jul 1, 2023
@renovate renovate bot reopened this Jul 1, 2023
@renovate renovate bot restored the renovate/ghcr.io-kube-vip-kube-vip-0.x branch July 1, 2023 10:09
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.0 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.1 Aug 13, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from fa1f208 to 4397f38 Compare July 23, 2024 11:32
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.2 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.2 - autoclosed Aug 11, 2024
@renovate renovate bot closed this Aug 11, 2024
@renovate renovate bot deleted the renovate/ghcr.io-kube-vip-kube-vip-0.x branch August 11, 2024 13:00
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.2 - autoclosed chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.2 Aug 11, 2024
@renovate renovate bot reopened this Aug 11, 2024
@renovate renovate bot restored the renovate/ghcr.io-kube-vip-kube-vip-0.x branch August 11, 2024 16:19
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.2 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.3 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from 4397f38 to 597c0e0 Compare September 9, 2024 16:28
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.3 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.4 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from 597c0e0 to 95c5183 Compare October 10, 2024 11:20
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.4 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.5 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from 95c5183 to a948ef5 Compare October 31, 2024 16:11
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.5 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.6 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from a948ef5 to 4c92dba Compare November 4, 2024 17:02
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.6 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.7 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from 4c92dba to 9724113 Compare November 20, 2024 10:23
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.7 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.8 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from 9724113 to d6013c4 Compare January 8, 2025 15:10
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.8 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.9 Jan 14, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from d6013c4 to df09b56 Compare January 14, 2025 18:02
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.9 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.10 Apr 4, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from df09b56 to d3ab2cb Compare April 4, 2025 17:34
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.8.10 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.9.0 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from d3ab2cb to 2147bfc Compare April 15, 2025 23:32
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.9.0 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.9.1 Apr 28, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from 2147bfc to 3058b7a Compare April 28, 2025 19:27
@renovate renovate bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from 3058b7a to c9dc109 Compare June 24, 2025 19:34
@renovate renovate bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.9.1 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.9.2 Jun 24, 2025
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