Skip to content

Commit

Permalink
deps: update coredns to version 1.6.2
Browse files Browse the repository at this point in the history
Our current deployed version for coredns is `1.3.1`
which seems to be very old.

Since we plan a minor release, we should bump the version of Coredns
to a recent release.

Note: since this branch runs K8S 1.16, we bind the coredns version
to `1.6.2` following same standards from kubeadm.

Closes: #2572
  • Loading branch information
Ebaneck committed May 27, 2020
1 parent f4d8f58 commit 36f55cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def _version_prefix(version: str, prefix: str = 'v') -> str:
),
Image(
name='coredns',
version='1.3.1',
digest='sha256:02382353821b12c21b062c59184e227e001079bb13ebd01f9d3270ba0fcbf1e4',
version='1.6.2',
digest='sha256:4dd4d0e5bcc9bd0e8189f6fa4d4965ffa81207d8d99d29391f28cbd1a70a0163',
),
Image(
name='dex',
Expand Down

0 comments on commit 36f55cb

Please sign in to comment.