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 7f51d59
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:12eb885b8685b1b13a04ecf5c23bc809c2e57917252fd7b0be9e9c00644e8ee5',
),
Image(
name='dex',
Expand Down

0 comments on commit 7f51d59

Please sign in to comment.