Skip to content

chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.9.2#122

Open
renovate[bot] wants to merge 1 commit into
mainfrom
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#122
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-kube-vip-kube-vip-0.x

Conversation

@renovate

@renovate renovate Bot commented Dec 22, 2021

Copy link
Copy Markdown

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.0v0.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 - 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.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from kpfromer as a code owner December 22, 2021 14:00
@renovate renovate Bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from 40e12ae to 2a9b896 Compare February 9, 2022 13:35
@renovate renovate Bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.4.1 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.4.2 Feb 9, 2022
@renovate renovate Bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.4.2 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.4.3 Apr 1, 2022
@renovate renovate Bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from 2a9b896 to f603298 Compare April 1, 2022 18:49
@renovate renovate Bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.4.3 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.4.3 - autoclosed Apr 7, 2022
@renovate renovate Bot closed this Apr 7, 2022
@renovate renovate Bot deleted the renovate/ghcr.io-kube-vip-kube-vip-0.x branch April 7, 2022 09:31
@renovate renovate Bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.4.3 - autoclosed chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.4.3 Apr 8, 2022
@renovate renovate Bot reopened this Apr 8, 2022
@renovate renovate Bot restored the renovate/ghcr.io-kube-vip-kube-vip-0.x branch April 8, 2022 20:52
@renovate renovate Bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.4.3 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.4.4 Apr 21, 2022
@renovate renovate Bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from f603298 to 1060a4b Compare April 21, 2022 13:30
@renovate renovate Bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.4.4 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.4.4 - autoclosed Apr 25, 2022
@renovate renovate Bot closed this Apr 25, 2022
@renovate renovate Bot deleted the renovate/ghcr.io-kube-vip-kube-vip-0.x branch April 25, 2022 10:36
@renovate renovate Bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.4.4 - autoclosed chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.4.4 Apr 25, 2022
@renovate renovate Bot reopened this Apr 25, 2022
@renovate renovate Bot restored the renovate/ghcr.io-kube-vip-kube-vip-0.x branch April 25, 2022 15:25
@renovate renovate Bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from 1060a4b to e8f7d0c Compare September 25, 2022 11:27
@renovate renovate Bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.4.4 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.5.0 Sep 25, 2022
@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 e8f7d0c to b2c9f78 Compare November 20, 2022 16:52
@renovate renovate Bot deleted the renovate/ghcr.io-kube-vip-kube-vip-0.x branch July 1, 2023 05:49
@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 07:10
@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 12cd997 to c2e6d81 Compare August 13, 2023 16:15
@renovate renovate Bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.1 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.1 - autoclosed Aug 22, 2023
@renovate renovate Bot closed this Aug 22, 2023
@renovate renovate Bot deleted the renovate/ghcr.io-kube-vip-kube-vip-0.x branch August 22, 2023 12:18
@renovate renovate Bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.1 - autoclosed chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.1 Aug 22, 2023
@renovate renovate Bot reopened this Aug 22, 2023
@renovate renovate Bot restored the renovate/ghcr.io-kube-vip-kube-vip-0.x branch August 22, 2023 17:30
@renovate renovate Bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.1 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.2 Aug 24, 2023
@renovate renovate Bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from c2e6d81 to daa48fc Compare August 24, 2023 09:14
@renovate renovate Bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.2 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.3 Oct 4, 2023
@renovate renovate Bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from daa48fc to 9a8eaa0 Compare October 4, 2023 11:14
@vercel

vercel Bot commented Oct 4, 2023

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
home-cluster ❌ Failed (Inspect) Oct 4, 2023 11:14am

@renovate renovate Bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.3 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.3 - autoclosed Oct 25, 2023
@renovate renovate Bot closed this Oct 25, 2023
@renovate renovate Bot deleted the renovate/ghcr.io-kube-vip-kube-vip-0.x branch October 25, 2023 18:55
@renovate renovate Bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.3 - autoclosed chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.3 Oct 25, 2023
@renovate renovate Bot reopened this Oct 25, 2023
@renovate renovate Bot restored the renovate/ghcr.io-kube-vip-kube-vip-0.x branch October 25, 2023 22:15
@renovate renovate Bot changed the title chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.3 chore(deps): update container image ghcr.io/kube-vip/kube-vip to v0.6.4 Dec 3, 2023
@renovate renovate Bot force-pushed the renovate/ghcr.io-kube-vip-kube-vip-0.x branch from 9a8eaa0 to 97bc4cd Compare December 3, 2023 14:06
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