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 to v0.19.5 #5

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 21, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

loft-sh/vcluster (vcluster)

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 changed the title chore(deps): update helm release vcluster to v0.15.7 chore(deps): update helm release vcluster to v0.16.0 Oct 4, 2023
@renovate renovate bot force-pushed the renovate/vcluster-0.x branch 2 times, most recently from 24e7a96 to 0dde642 Compare October 6, 2023 02:51
@renovate renovate bot changed the title chore(deps): update helm release vcluster to v0.16.0 chore(deps): update helm release vcluster to v0.16.1 Oct 6, 2023
@renovate renovate bot changed the title chore(deps): update helm release vcluster to v0.16.1 chore(deps): update helm release vcluster to v0.16.2 Oct 7, 2023
@renovate renovate bot changed the title chore(deps): update helm release vcluster to v0.16.2 chore(deps): update helm release vcluster to v0.16.3 Oct 11, 2023
@renovate renovate bot changed the title chore(deps): update helm release vcluster to v0.16.3 chore(deps): update helm release vcluster to v0.16.4 Oct 21, 2023
@renovate renovate bot changed the title chore(deps): update helm release vcluster to v0.16.4 chore(deps): update helm release vcluster to v0.17.0 Nov 21, 2023
@renovate renovate bot changed the title chore(deps): update helm release vcluster to v0.17.0 chore(deps): update helm release vcluster to v0.17.1 Nov 25, 2023
@renovate renovate bot changed the title chore(deps): update helm release vcluster to v0.17.1 chore(deps): update helm release vcluster to v0.18.0 Dec 7, 2023
@renovate renovate bot changed the title chore(deps): update helm release vcluster to v0.18.0 chore(deps): update helm release vcluster to v0.18.1 Dec 15, 2023
@renovate renovate bot changed the title chore(deps): update helm release vcluster to v0.18.1 chore(deps): update helm release vcluster to v0.19.0 Feb 13, 2024
@renovate renovate bot force-pushed the renovate/vcluster-0.x branch 2 times, most recently from 6fd56eb to 86615e1 Compare February 20, 2024 02:20
@renovate renovate bot changed the title chore(deps): update helm release vcluster to v0.19.0 chore(deps): update helm release vcluster to v0.19.1 Feb 20, 2024
@renovate renovate bot changed the title chore(deps): update helm release vcluster to v0.19.1 chore(deps): update helm release vcluster to v0.19.2 Feb 28, 2024
@renovate renovate bot changed the title chore(deps): update helm release vcluster to v0.19.2 chore(deps): update helm release vcluster to v0.19.3 Feb 29, 2024
@renovate renovate bot changed the title chore(deps): update helm release vcluster to v0.19.3 chore(deps): update helm release vcluster to v0.19.4 Mar 8, 2024
@renovate renovate bot changed the title chore(deps): update helm release vcluster to v0.19.4 chore(deps): update helm release vcluster to v0.19.5 Mar 26, 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
Development

Successfully merging this pull request may close these issues.

None yet

0 participants