home-ops icon indicating copy to clipboard operation
home-ops copied to clipboard

feat(container): update image ghcr.io/kube-vip/kube-vip to v0.9.1

Open wyoa-bot[bot] opened this issue 1 year ago • 1 comments

This PR contains the following updates:

Package Update Change
ghcr.io/kube-vip/kube-vip minor v0.6.4 -> v0.9.1

[!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.1

Compare Source

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

Full Changelog: https://github.com/kube-vip/kube-vip/compare/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: https://github.com/kube-vip/kube-vip/compare/v0.8.10...v0.9.0

v0.8.10

Compare Source

Bugfix Release
What's Changed

Full Changelog: https://github.com/kube-vip/kube-vip/compare/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: https://github.com/kube-vip/kube-vip/compare/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: https://github.com/kube-vip/kube-vip/compare/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: https://github.com/kube-vip/kube-vip/compare/v0.8.6...v0.8.7

v0.8.6

Compare Source

What's Changed

Full Changelog: https://github.com/kube-vip/kube-vip/compare/v0.8.5...v0.8.6

v0.8.5

Compare Source

Known-Bug
What's Changed

Full Changelog: https://github.com/kube-vip/kube-vip/compare/v0.8.4...v0.8.5

v0.8.4

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/kube-vip/kube-vip/compare/v0.8.3...v0.8.4

v0.8.3

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/kube-vip/kube-vip/compare/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: https://github.com/kube-vip/kube-vip/compare/v0.8.1...v0.8.2

v0.8.1

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/kube-vip/kube-vip/compare/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: https://github.com/kube-vip/kube-vip/compare/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: https://github.com/kube-vip/kube-vip/compare/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: https://github.com/kube-vip/kube-vip/compare/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
  • [@​flawedmatrix](https://redirect.github.com/flawedmat

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 has been generated by Renovate Bot.

wyoa-bot[bot] avatar Feb 06 '24 12:02 wyoa-bot[bot]

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time

See detailed report in MegaLinter reports Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

wyoa-bot[bot] avatar Feb 06 '24 12:02 wyoa-bot[bot]