Skip to content

Commit

Permalink
build: Bump Kubernetes version to 1.16.15
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyAndrieux committed Feb 19, 2021
1 parent dcfb091 commit 92049fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
- [#2572](https://github.com/scality/metalk8s/issues/2572) - Bump CoreDNS
version to 1.6.2 (PR [#2575](https://github.com/scality/metalk8s/pull/2575))

- [#2674](https://github.com/scality/metalk8s/issues/2674) - Bump K8S version
to 1.16.13 (PR [#2679](https://github.com/scality/metalk8s/pull/2679))
- [#2674](https://github.com/scality/metalk8s/issues/2674) - Bump Kubernetes
version to 1.16.15 (PR [#3140](https://github.com/scality/metalk8s/pull/3140))

### Bug fixes
- [#2854](https://github.com/scality/metalk8s/issues/2854) - Bump containerd
Expand Down
10 changes: 5 additions & 5 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Project-wide versions {{{

CALICO_VERSION : str = '3.12.0'
K8S_VERSION : str = '1.16.13'
K8S_VERSION : str = '1.16.15'
SALT_VERSION : str = '3000.3'
CONTAINERD_VERSION : str = '1.2.14'

Expand Down Expand Up @@ -121,22 +121,22 @@ def _version_prefix(version: str, prefix: str = 'v') -> str:
Image(
name='kube-apiserver',
version=_version_prefix(K8S_VERSION),
digest='sha256:76434b2d8df2631f26a3ab88c2199d61868d4814ead1d617d816b37c3200cfea',
digest='sha256:58075c15f5978b4b73e58b004bb3a1856ad58a9061ac3075ef860207ba00ac75',
),
Image(
name='kube-controller-manager',
version=_version_prefix(K8S_VERSION),
digest='sha256:10310266d1a2c3d21276ec61005a67a78014cc2b71d5b3f503dbf4a6c3b7dadb',
digest='sha256:da7ac5487dc7b6eddfb4fbdf39af92bc065416a7dac147a937a39aff72716fe9',
),
Image(
name='kube-proxy',
version=_version_prefix(K8S_VERSION),
digest='sha256:527ed80e37c5f85b52dd686d08d5ae34d74efe60a0753bca0543abe9708788ad',
digest='sha256:656661fb58ea588a4633d8af66989a4b7fa5f9f1380fcf2bbbb07546390c681a',
),
Image(
name='kube-scheduler',
version=_version_prefix(K8S_VERSION),
digest='sha256:1cbc899b82ae99535b61334a72865d08fb31ce3cf13f8dff7a1dc08d4b64d4de',
digest='sha256:d9156baf649cd356bad6be119a62cf137b73956957604275ab8e3008bee96c8f',
),
Image(
name='kube-state-metrics',
Expand Down

0 comments on commit 92049fe

Please sign in to comment.