Skip to content
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 helm release vcluster-k8s to v0.19.5 #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 30, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
vcluster-k8s (source) minor 0.15.5 -> 0.19.5

Release Notes

loft-sh/vcluster (vcluster-k8s)

v0.19.5

Compare Source

What's Changed

Full Changelog: loft-sh/vcluster@v0.19.4...v0.19.5

v0.19.4

Compare Source

What's Changed
New Contributors

Full Changelog: loft-sh/vcluster@v0.19.3...v0.19.4

v0.19.3

Compare Source

What's Changed

Full Changelog: loft-sh/vcluster@v0.19.2...v0.19.3

v0.19.2

Compare Source

What's Changed
New Contributors

Full Changelog: loft-sh/vcluster@v0.19.1...v0.19.2

v0.19.1

Compare Source

What's Changed

Full Changelog: loft-sh/vcluster@v0.19.0...v0.19.1

v0.19.0

Compare Source

Changes made since: v0.18.1

vCluster.Pro Changes
Embedded Etcd for EKS, K0s & K8s

We previously released embedded etcd for K3s and have now added support for the EKS, K0s and K8s distributions. When enabled, vCluster will start managing an embedded etcd cluster within the syncer container. vCluster will automatically add or remove peers based on new replicas of the statefulset. This makes using HA a lot easier.

For more information, refer to the doc

Centralized Admission Control

The Centralized Admission Control feature allows platform admins to enforce webhook configurations (both validating and mutating) referencing the host cluster or external policy services from within the vCluster.

These configurations will be read-only within the vCluster and can only be set from the vCluster CLI or Helm values upon creation. This provides assurance to platform admins that vCluster admins will not be able to bypass or alter the hooks they set for a vCluster.

For more information, refer to the doc

Other Changes
vCluster OSS Changes
Plugin API v2

We refactored how plugins in vCluster work and moved from a sidecar pattern to an init container pattern, where plugin binaries are copied through an init container into the syncer container.
This allows us to reuse go-plugin, which is one of the most used plugin frameworks out there. This makes logging easier as there is only a single container as well as allows you to directly package the plugin binary into the syncer image if needed.

Besides changing the architecture of plugins we also now allow specifying plugin configuration through a config Helm value:

plugin:
  my-plugin:
    version: v2
    image: ...
    config:
      my-plugin-config: my-value
      other-plugin-config: other-value

This config will be passed to the plugin and can easily be used within the plugin to unmarshal into a config struct. We also got rid of a lot of tech debt with this refactoring and added a new example plugin to sync secrets from the host cluster to the virtual cluster.

For more information about plugins, refer to the doc

Merged K8s Api-Server and Controller-Manager into Syncer

vClusters are now even more streamlined with only 1 Pod instead of 3+ Pods. Similar to how we refactored K3s and K0s in the earlier version, we have now refactored the K8s and EKS distros to copy the api-server and controller-manager binary directly into the syncer container to reduce complexity and to make the different vCluster distributions more similar and streamline certain features, such as metrics-server proxying.

Other Changes
New Contributors

Full Changelog: loft-sh/vcluster@v0.18.1...v0.19.0

v0.18.1

Compare Source

What's Changed

Full Changelog: loft-sh/vcluster@v0.18.0...v0.18.1

v0.18.0

Compare Source

What's Changed

Full Changelog: loft-sh/vcluster@v0.17.1...v0.18.0

v0.17.1

Compare Source

What's Changed

Full Changelog: loft-sh/vcluster@v0.17.0...v0.17.1

v0.17.0

Compare Source

What's Changed
New Contributors

Full Changelog: loft-sh/vcluster@v0.16.4...v0.17.0

v0.16.4

Compare Source

What's Changed
New Contributors

Full Changelog: loft-sh/vcluster@v0.16.3...v0.16.4

v0.16.3

Compare Source

What's Changed
New Contributors

Full Changelog: loft-sh/vcluster@v0.16.2...v0.16.3

v0.16.2

Compare Source

What's Changed

Full Changelog: loft-sh/vcluster@v0.16.1...v0.16.2

v0.16.1

Compare Source

What's Changed

Full Changelog: loft-sh/vcluster@v0.16.0...v0.16.1

v0.16.0

Compare Source

Official Kubernetes v1.28 Support

We have integrated v1.28 k3s and k8s images and vCluster is now officially supporting v1.28

vCluster.Pro

There is a new command called vcluster pro start that will start the vCluster.Pro backend. For more information take a look at: https://www.vcluster.com/pro/

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/vcluster-k8s-0.x branch from 13d9d5d to 98b917b Compare February 13, 2024 02:18
@renovate renovate bot changed the title Update Helm release vcluster-k8s to v0.18.1 Update Helm release vcluster-k8s to v0.19.0 Feb 13, 2024
@renovate renovate bot force-pushed the renovate/vcluster-k8s-0.x branch from 98b917b to 9aee0b9 Compare February 20, 2024 02:37
@renovate renovate bot changed the title Update Helm release vcluster-k8s to v0.19.0 Update Helm release vcluster-k8s to v0.19.1 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/vcluster-k8s-0.x branch from 9aee0b9 to 1a2c1dc Compare February 28, 2024 08:50
@renovate renovate bot changed the title Update Helm release vcluster-k8s to v0.19.1 Update Helm release vcluster-k8s to v0.19.2 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/vcluster-k8s-0.x branch from 1a2c1dc to fbfa103 Compare February 29, 2024 21:00
@renovate renovate bot changed the title Update Helm release vcluster-k8s to v0.19.2 Update Helm release vcluster-k8s to v0.19.3 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/vcluster-k8s-0.x branch from fbfa103 to 6a85e1a Compare March 7, 2024 20:32
@renovate renovate bot changed the title Update Helm release vcluster-k8s to v0.19.3 Update Helm release vcluster-k8s to v0.19.4 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/vcluster-k8s-0.x branch from 6a85e1a to f33b2b4 Compare March 26, 2024 05:30
@renovate renovate bot changed the title Update Helm release vcluster-k8s to v0.19.4 Update Helm release vcluster-k8s to v0.19.5 Mar 26, 2024
@renovate renovate bot force-pushed the renovate/vcluster-k8s-0.x branch from f33b2b4 to aef8d5b Compare May 20, 2024 23:37
@renovate renovate bot changed the title Update Helm release vcluster-k8s to v0.19.5 chore(deps): update helm release vcluster-k8s to v0.19.5 May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants