Skip to content

Commit

Permalink
Merge pull request #326 from gardener/update
Browse files Browse the repository at this point in the history
Update Gardener extensions
  • Loading branch information
Diaphteiros authored Oct 29, 2020
2 parents a02e040 + e40dab8 commit ecc44aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gardener uses Kubernetes to manage Kubernetes clusters. This documentation descr
* [Viewing kubeconfig (GKE)](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl#viewing_kubeconfig)
* [Create a kubeconfig for Amazon EKS](https://docs.aws.amazon.com/eks/latest/userguide/create-kubeconfig.html)
* [Use Azure role-based access controls to define access to the Kubernetes configuration file in Azure Kubernetes Service (AKS)](https://docs.microsoft.com/en-us/azure/aks/control-kubeconfig-access)
* You need to have the [Vertical Pod Autoscaler (VPA)](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler) installed.
* You need to have the [Vertical Pod Autoscaler (VPA)](https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler) installed on the base cluster and each seed cluster (Gardener deploys it on [shooted seeds](docs/extended/iaas.md#shooted-seeds) automatically).

## Procedure

Expand Down
6 changes: 3 additions & 3 deletions dependency-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"networking-calico": {
"repo": "https://github.com/gardener/gardener-extension-networking-calico.git",
"version": "v1.10.0"
"version": "v1.11.0"
},
"os-suse-chost": {
"repo": "https://github.com/gardener/gardener-extension-os-suse-jeos.git",
Expand All @@ -24,7 +24,7 @@
},
"os-gardenlinux": {
"repo": "https://github.com/gardener/gardener-extension-os-gardenlinux.git",
"version": "v0.1.0"
"version": "v0.6.0"
},
"provider-aws": {
"repo": "https://github.com/gardener/gardener-extension-provider-aws.git",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"provider-vsphere": {
"repo": "https://github.com/gardener/gardener-extension-provider-vsphere.git",
"version": "v0.1.0"
"version": "v0.2.0"
}
}
},
Expand Down

0 comments on commit ecc44aa

Please sign in to comment.