Skip to content

Commit

Permalink
Merge pull request #284 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
update components (Kubernetes v1.28.0-rc.1)
  • Loading branch information
AkihiroSuda authored Aug 12, 2023
2 parents 58df6ea + fd3e943 commit a8dbe7e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@
# use ./hack/show-latest-commits.sh to get the latest commits

ARG ROOTLESSKIT_COMMIT=v1.1.0
ARG CONTAINERD_COMMIT=v1.7.1
ARG CRIO_COMMIT=v1.27.0
ARG CONTAINERD_COMMIT=v1.7.3
ARG CRIO_COMMIT=v1.27.1

ARG KUBE_NODE_COMMIT=v1.27.2
ARG KUBE_NODE_COMMIT=v1.28.0-rc.1

# Version definitions (cont.)
ARG SLIRP4NETNS_RELEASE=v1.2.0
ARG CONMON_RELEASE=2.1.7
ARG CRUN_RELEASE=1.8.4
ARG CRUN_RELEASE=1.8.6
ARG FUSE_OVERLAYFS_RELEASE=v1.12
ARG CONTAINERD_FUSE_OVERLAYFS_RELEASE=1.0.6
ARG KUBE_MASTER_RELEASE=v1.27.2
ARG KUBE_MASTER_RELEASE=v1.28.0-rc.1
# Kube's build script requires KUBE_GIT_VERSION to be set to a semver string
ARG KUBE_GIT_VERSION=v1.27.2
ARG KUBE_GIT_VERSION=v1.28.0-rc.1
ARG CNI_PLUGINS_RELEASE=v1.3.0
ARG FLANNEL_CNI_PLUGIN_RELEASE=v1.1.2
ARG FLANNEL_RELEASE=v0.21.5
ARG FLANNEL_CNI_PLUGIN_RELEASE=v1.2.0
ARG FLANNEL_RELEASE=v0.22.1
ARG ETCD_RELEASE=v3.5.9
ARG CFSSL_RELEASE=1.6.4

ARG ALPINE_RELEASE=3.18
ARG GO_RELEASE=1.20
ARG GO_RELEASE=1.21
ARG FEDORA_RELEASE=38

### Common base images (common-*)
Expand Down
2 changes: 1 addition & 1 deletion manifests/coredns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: coredns
image: coredns/coredns:1.10.1
image: coredns/coredns:1.11.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit a8dbe7e

Please sign in to comment.