Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
5cfcb31
Fix deadlock in recursive metric locks
jsafrane Aug 19, 2021
c4a2ac7
Merge pull request #581 from jsafrane/fix-recursive-lock
k8s-ci-robot Aug 19, 2021
633cef1
Update images to v4.2.1
xing-yang Aug 31, 2021
390a2de
Merge pull request #586 from xing-yang/update_image_4.2.1
k8s-ci-robot Aug 31, 2021
80b6445
Squashed 'release-tools/' changes from c0a4fb1d..5489de6e
mauriciopoppe Sep 10, 2021
8451704
Merge commit '8b2327a85107da8d23afb886bd510749b46e7e50' into prow-upd…
mauriciopoppe Sep 10, 2021
73f3def
Merge pull request #589 from mauriciopoppe/prow-update-master
k8s-ci-robot Sep 10, 2021
afff041
WIP
May 26, 2021
36b6b87
add content finalizer patch
Aug 4, 2021
2039ad9
checkandBindSnapshotContent with patch tested
Sep 24, 2021
3b9f0e2
Fix unit tests and don't patch with empty finalizers
Sep 27, 2021
e1f82e4
Add patch for delete annotation
Sep 28, 2021
b2d17cd
setAnnVolumeSnapshotBeingCreated patch impl
Sep 29, 2021
2980e22
Allow csi-snapshotter to patch vsc
Sep 29, 2021
0ccf801
Add volumesnapshotcontents/status patch rbac
Sep 29, 2021
d14e2ee
Use patch for snapshot-controller when there are no finalizers
Sep 29, 2021
ad7dfe6
Revert patch for empty finalizers
Sep 30, 2021
8ba6ab7
Merge pull request #526 from ggriffiths/updatecontentstatuserror_patch
k8s-ci-robot Oct 5, 2021
83aba76
Squashed 'release-tools/' changes from 5489de6e..5b9a1e06
pohly Oct 15, 2021
8064f52
Merge commit 'dda85fa539b4407a3b7a5333f23774a396d853cb' into prow-upd…
pohly Oct 15, 2021
caef201
Merge pull request #599 from pohly/prow-update-master
k8s-ci-robot Oct 15, 2021
f3d3453
Fix an issue where patch will fail when status is nil
Oct 21, 2021
96fa9c8
add bare kustomization manifests to CRDs and controller components
itspngu Nov 8, 2021
8bb933b
Merge pull request #601 from ggriffiths/fix_patch_error_status
k8s-ci-robot Nov 11, 2021
eb7aa9b
Add short names for Volume Snapshot CRDs
robbie-demuth Oct 29, 2021
3fadf1a
Merge pull request #607 from appian/short-names-release-5.0
k8s-ci-robot Nov 17, 2021
c6da466
Merge pull request #588 from Kartik494/ValidateWebhook
k8s-ci-robot Nov 17, 2021
98085c7
update usage instructions
itspngu Nov 22, 2021
241c202
Squashed 'release-tools/' changes from 5b9a1e06..a6a1a797
pohly Nov 22, 2021
c60fabf
Merge commit 'beb06fe9a886dddf700d5e869881e63884e17899' into prow-upd…
pohly Nov 22, 2021
38600fc
Merge pull request #619 from pohly/prow-update-release-5.0
k8s-ci-robot Nov 22, 2021
7cf8fea
Merge pull request #613 from Kartik494/backport-588
k8s-ci-robot Nov 29, 2021
475dcfc
Merge branch 'add_kustomization_manifests' into HEAD
itspngu Dec 3, 2021
8a1b179
Merge pull request #623 from itspngu/backport-606
k8s-ci-robot Dec 3, 2021
60bad8a
Make the QPS and Burst of kube client config to be configurable in bo…
Nov 29, 2021
345fa98
Merge pull request #625 from lintongj/backport-621
k8s-ci-robot Dec 8, 2021
74f8831
Fixed the bug introduced by PR 621 and exposed the kube-api-qps cmd o…
Dec 10, 2021
3c27f97
Merge pull request #628 from lintongj/backport-626
k8s-ci-robot Dec 13, 2021
a6f4c82
update kube and dependencies to v1.23
humblec Dec 13, 2021
b584cdf
Merge pull request #631 from humblec/release-5.0
k8s-ci-robot Dec 16, 2021
2a56514
Rename KUBE_NODE_NAME to NODE_NAME
zhucan Nov 22, 2021
5064bca
Merge pull request #633 from zhucan/bugfix-615-1
k8s-ci-robot Dec 24, 2021
7223a0b
feat: Implement distributed snapshotting
nearora-msft Dec 24, 2021
f35e686
Merge pull request #634 from nearora-msft/nearora-distributed-snapsho…
k8s-ci-robot Dec 28, 2021
f8355b3
Add changelog for v5.0.0
xing-yang Dec 28, 2021
3693301
Merge pull request #636 from xing-yang/release-5.0
k8s-ci-robot Dec 30, 2021
f6c8173
Squashed 'release-tools/' changes from a6a1a797..4aedf357
xing-yang Jan 7, 2022
526ef67
Merge commit 'f6c8173426bb7757ed8619f21ab4a1bded31e32a' into update_r…
xing-yang Jan 7, 2022
9f6fc89
Merge pull request #641 from xing-yang/update_release_tools_5.0_stable
k8s-ci-robot Jan 7, 2022
246d755
Merge tag 'v5.0.1' into bug2043130
dobsonj Jan 20, 2022
34c1d26
Bump Dockerfiles to golang 1.17
dobsonj Jan 20, 2022
f81d48f
Remove stale Dockerfiles
dobsonj Jan 20, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .ci-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_root_image:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.16-openshift-4.10
tag: rhel-8-release-golang-1.17-openshift-4.10
183 changes: 183 additions & 0 deletions CHANGELOG/CHANGELOG-5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
# Release notes for v5.0.0

[Documentation](https://kubernetes-csi.github.io)

# Changelog since v4.2.0

## Changes by Kind

### Feature

- Added short names for Volume Snapshot CRDs:
- VolumeSnapshot - vs
- VolumeSnapshotContent - vsc, vscs
- VolumeSnapshotClass` - vsclass, vsclasses ([#604](https://github.com/kubernetes-csi/external-snapshotter/pull/604), [@robbie-demuth](https://github.com/robbie-demuth))
- Adds support for distributed snapshotting. This affects both snapshot controller and CSI snapshotter sidecar. ([#585](https://github.com/kubernetes-csi/external-snapshotter/pull/585), [@nearora-msft](https://github.com/nearora-msft))
- Make the QPS and Burst of kube client config to be configurable in both snapshot-controller and CSI snapshotter sidecar ([#621](https://github.com/kubernetes-csi/external-snapshotter/pull/621), [@lintongj](https://github.com/lintongj))

### Design

- Added kustomization manifests to CRDs, snapshot controller, and CSI snapshotter sidecar components ([#606](https://github.com/kubernetes-csi/external-snapshotter/pull/606), [@itspngu](https://github.com/itspngu))

### Bug or Regression

- Fixed a bug introduced by [#621](https://github.com/kubernetes-csi/external-snapshotter/pull/621) which makes the QPS and Burst of kube client config configurable in both snapshot-controller and CSI snapshotter sidecar. This fix exposed the kube-api-qps cmd option properly ([#626](https://github.com/kubernetes-csi/external-snapshotter/pull/626), [@lintongj](https://github.com/lintongj))
- Fixed deadlock in reporting metrics in snapshot controller. ([#581](https://github.com/kubernetes-csi/external-snapshotter/pull/581), [@jsafrane](https://github.com/jsafrane))

### Other (Cleanup or Flake)

- Rename KUBE_NODE_NAME to NODE_NAME for CSI snapshotter sidecar deployment. ([#616](https://github.com/kubernetes-csi/external-snapshotter/pull/616), [@zhucan](https://github.com/zhucan))
- Replaces many VolumeSnapshot/VolumeSnapshotContent Update/UpdateStatus operations with Patch. This lowers the probability of the "object has been modified" update API errors occurring. This change introduces a dependency on two new RBAC rules for the CSI snapshotter sidecar: volumesnapshotcontents:patch, volumesnapshotcontents/status:patch and four new RBAC rules for the snapshot-controller: volumesnapshotcontents:patch, volumesnapshotcontents/status:patch, volumesnapshots:patch, and volumesnapshots/status: patch. ([#526](https://github.com/kubernetes-csi/external-snapshotter/pull/526), [@ggriffiths](https://github.com/ggriffiths))

### Uncategorized

- Updated `CertificateSigningRequest apiversion` to `V1` for Snapshot validation webhook deployment. ([#588](https://github.com/kubernetes-csi/external-snapshotter/pull/588), [@Kartik494](https://github.com/Kartik494))

## Dependencies

### Added
- bazil.org/fuse: 371fbbd
- github.com/antlr/antlr4/runtime/Go/antlr: [b48c857](https://github.com/antlr/antlr4/runtime/Go/antlr/tree/b48c857)
- github.com/bits-and-blooms/bitset: [v1.2.0](https://github.com/bits-and-blooms/bitset/tree/v1.2.0)
- github.com/checkpoint-restore/go-criu/v5: [v5.0.0](https://github.com/checkpoint-restore/go-criu/v5/tree/v5.0.0)
- github.com/cncf/xds/go: [fbca930](https://github.com/cncf/xds/go/tree/fbca930)
- github.com/coredns/caddy: [v1.1.0](https://github.com/coredns/caddy/tree/v1.1.0)
- github.com/frankban/quicktest: [v1.11.3](https://github.com/frankban/quicktest/tree/v1.11.3)
- github.com/getkin/kin-openapi: [v0.76.0](https://github.com/getkin/kin-openapi/tree/v0.76.0)
- github.com/go-logr/zapr: [v1.2.0](https://github.com/go-logr/zapr/tree/v1.2.0)
- github.com/google/cel-go: [v0.9.0](https://github.com/google/cel-go/tree/v0.9.0)
- github.com/google/cel-spec: [v0.6.0](https://github.com/google/cel-spec/tree/v0.6.0)
- github.com/kr/fs: [v0.1.0](https://github.com/kr/fs/tree/v0.1.0)
- github.com/pkg/sftp: [v1.10.1](https://github.com/pkg/sftp/tree/v1.10.1)
- github.com/robfig/cron/v3: [v3.0.1](https://github.com/robfig/cron/v3/tree/v3.0.1)
- k8s.io/pod-security-admission: v0.23.0
- sigs.k8s.io/json: c049b76

### Changed
- cloud.google.com/go: v0.65.0 → v0.81.0
- github.com/GoogleCloudPlatform/k8s-cloud-provider: [7901bc8 → ea6160c](https://github.com/GoogleCloudPlatform/k8s-cloud-provider/compare/7901bc8...ea6160c)
- github.com/Microsoft/go-winio: [v0.4.15 → v0.4.17](https://github.com/Microsoft/go-winio/compare/v0.4.15...v0.4.17)
- github.com/Microsoft/hcsshim: [5eafd15 → v0.8.22](https://github.com/Microsoft/hcsshim/compare/5eafd15...v0.8.22)
- github.com/auth0/go-jwt-middleware: [5493cab → v1.0.1](https://github.com/auth0/go-jwt-middleware/compare/5493cab...v1.0.1)
- github.com/benbjohnson/clock: [v1.0.3 → v1.1.0](https://github.com/benbjohnson/clock/compare/v1.0.3...v1.1.0)
- github.com/bketelsen/crypt: [5cbc8cc → v0.0.4](https://github.com/bketelsen/crypt/compare/5cbc8cc...v0.0.4)
- github.com/cilium/ebpf: [v0.2.0 → v0.6.2](https://github.com/cilium/ebpf/compare/v0.2.0...v0.6.2)
- github.com/containerd/cgroups: [0dbf7f0 → v1.0.1](https://github.com/containerd/cgroups/compare/0dbf7f0...v1.0.1)
- github.com/containerd/console: [v1.0.1 → v1.0.2](https://github.com/containerd/console/compare/v1.0.1...v1.0.2)
- github.com/containerd/containerd: [v1.4.4 → v1.4.11](https://github.com/containerd/containerd/compare/v1.4.4...v1.4.11)
- github.com/containerd/continuity: [aaeac12 → v0.1.0](https://github.com/containerd/continuity/compare/aaeac12...v0.1.0)
- github.com/containerd/fifo: [a9fb20d → v1.0.0](https://github.com/containerd/fifo/compare/a9fb20d...v1.0.0)
- github.com/containerd/go-runc: [5a6d9f3 → v1.0.0](https://github.com/containerd/go-runc/compare/5a6d9f3...v1.0.0)
- github.com/containerd/typeurl: [v1.0.1 → v1.0.2](https://github.com/containerd/typeurl/compare/v1.0.1...v1.0.2)
- github.com/containernetworking/cni: [v0.8.0 → v0.8.1](https://github.com/containernetworking/cni/compare/v0.8.0...v0.8.1)
- github.com/coredns/corefile-migration: [v1.0.11 → v1.0.14](https://github.com/coredns/corefile-migration/compare/v1.0.11...v1.0.14)
- github.com/docker/docker: [v20.10.2+incompatible → v20.10.7+incompatible](https://github.com/docker/docker/compare/v20.10.2...v20.10.7)
- github.com/envoyproxy/go-control-plane: [668b12f → 63b5d3c](https://github.com/envoyproxy/go-control-plane/compare/668b12f...63b5d3c)
- github.com/evanphx/json-patch: [v4.11.0+incompatible → v4.12.0+incompatible](https://github.com/evanphx/json-patch/compare/v4.11.0...v4.12.0)
- github.com/go-logr/logr: [v0.4.0 → v1.2.0](https://github.com/go-logr/logr/compare/v0.4.0...v1.2.0)
- github.com/golang/glog: [23def4e → v1.0.0](https://github.com/golang/glog/compare/23def4e...v1.0.0)
- github.com/golang/mock: [v1.4.4 → v1.5.0](https://github.com/golang/mock/compare/v1.4.4...v1.5.0)
- github.com/google/cadvisor: [v0.39.0 → v0.43.0](https://github.com/google/cadvisor/compare/v0.39.0...v0.43.0)
- github.com/google/martian/v3: [v3.0.0 → v3.1.0](https://github.com/google/martian/v3/compare/v3.0.0...v3.1.0)
- github.com/google/pprof: [1a94d86 → cbba55b](https://github.com/google/pprof/compare/1a94d86...cbba55b)
- github.com/gopherjs/gopherjs: [0766667 → fce0ec3](https://github.com/gopherjs/gopherjs/compare/0766667...fce0ec3)
- github.com/heketi/heketi: [v10.2.0+incompatible → v10.3.0+incompatible](https://github.com/heketi/heketi/compare/v10.2.0...v10.3.0)
- github.com/ianlancetaylor/demangle: [5e5cf60 → 28f6c0f](https://github.com/ianlancetaylor/demangle/compare/5e5cf60...28f6c0f)
- github.com/json-iterator/go: [v1.1.11 → v1.1.12](https://github.com/json-iterator/go/compare/v1.1.11...v1.1.12)
- github.com/kr/pretty: [v0.2.0 → v0.2.1](https://github.com/kr/pretty/compare/v0.2.0...v0.2.1)
- github.com/kr/pty: [v1.1.5 → v1.1.1](https://github.com/kr/pty/compare/v1.1.5...v1.1.1)
- github.com/magiconair/properties: [v1.8.1 → v1.8.5](https://github.com/magiconair/properties/compare/v1.8.1...v1.8.5)
- github.com/mattn/go-isatty: [v0.0.4 → v0.0.3](https://github.com/mattn/go-isatty/compare/v0.0.4...v0.0.3)
- github.com/miekg/dns: [v1.1.35 → v1.0.14](https://github.com/miekg/dns/compare/v1.1.35...v1.0.14)
- github.com/mitchellh/mapstructure: [v1.1.2 → v1.4.1](https://github.com/mitchellh/mapstructure/compare/v1.1.2...v1.4.1)
- github.com/moby/sys/mountinfo: [v0.4.0 → v0.4.1](https://github.com/moby/sys/mountinfo/compare/v0.4.0...v0.4.1)
- github.com/modern-go/reflect2: [v1.0.1 → v1.0.2](https://github.com/modern-go/reflect2/compare/v1.0.1...v1.0.2)
- github.com/opencontainers/runc: [v1.0.0-rc93 → v1.0.2](https://github.com/opencontainers/runc/compare/v1.0.0-rc93...v1.0.2)
- github.com/opencontainers/runtime-spec: [e6143ca → 1c3f411](https://github.com/opencontainers/runtime-spec/compare/e6143ca...1c3f411)
- github.com/opencontainers/selinux: [v1.8.0 → v1.8.2](https://github.com/opencontainers/selinux/compare/v1.8.0...v1.8.2)
- github.com/pelletier/go-toml: [v1.2.0 → v1.9.3](https://github.com/pelletier/go-toml/compare/v1.2.0...v1.9.3)
- github.com/prometheus/common: [v0.26.0 → v0.28.0](https://github.com/prometheus/common/compare/v0.26.0...v0.28.0)
- github.com/smartystreets/assertions: [b2de0cb → v1.1.0](https://github.com/smartystreets/assertions/compare/b2de0cb...v1.1.0)
- github.com/spf13/afero: [v1.2.2 → v1.6.0](https://github.com/spf13/afero/compare/v1.2.2...v1.6.0)
- github.com/spf13/cast: [v1.3.0 → v1.3.1](https://github.com/spf13/cast/compare/v1.3.0...v1.3.1)
- github.com/spf13/cobra: [v1.1.3 → v1.2.1](https://github.com/spf13/cobra/compare/v1.1.3...v1.2.1)
- github.com/spf13/viper: [v1.7.0 → v1.8.1](https://github.com/spf13/viper/compare/v1.7.0...v1.8.1)
- github.com/yuin/goldmark: [v1.3.5 → v1.4.0](https://github.com/yuin/goldmark/compare/v1.3.5...v1.4.0)
- go.opencensus.io: v0.22.4 → v0.23.0
- go.uber.org/zap: v1.17.0 → v1.19.0
- golang.org/x/crypto: 5ea612d → 32db794
- golang.org/x/net: 37e1c6a → e898025
- golang.org/x/oauth2: 08078c5 → 2bc19b1
- golang.org/x/sys: 59db8d7 → f4d4317
- golang.org/x/term: 6a3ed07 → 6886f2d
- golang.org/x/text: v0.3.6 → v0.3.7
- golang.org/x/tools: v0.1.2 → d4cc65f
- google.golang.org/api: v0.30.0 → v0.46.0
- google.golang.org/genproto: f16073e → fe13028
- google.golang.org/grpc: v1.38.0 → v1.40.0
- google.golang.org/protobuf: v1.26.0 → v1.27.1
- gopkg.in/ini.v1: v1.51.0 → v1.62.0
- k8s.io/api: v0.22.0 → v0.23.0
- k8s.io/apiextensions-apiserver: v0.22.0 → v0.23.0
- k8s.io/apimachinery: v0.22.0 → v0.23.0
- k8s.io/apiserver: v0.22.0 → v0.23.0
- k8s.io/cli-runtime: v0.22.0 → v0.23.0
- k8s.io/client-go: v0.22.0 → v0.23.0
- k8s.io/cloud-provider: v0.22.0 → v0.23.0
- k8s.io/cluster-bootstrap: v0.22.0 → v0.23.0
- k8s.io/code-generator: v0.22.0 → v0.23.0
- k8s.io/component-base: v0.22.0 → v0.23.0
- k8s.io/component-helpers: v0.22.0 → v0.23.0
- k8s.io/controller-manager: v0.22.0 → v0.23.0
- k8s.io/cri-api: v0.22.0 → v0.23.0
- k8s.io/csi-translation-lib: v0.22.0 → v0.23.0
- k8s.io/gengo: b6c5ce2 → 485abfe
- k8s.io/klog/v2: v2.9.0 → v2.30.0
- k8s.io/kube-aggregator: v0.22.0 → v0.23.0
- k8s.io/kube-controller-manager: v0.22.0 → v0.23.0
- k8s.io/kube-openapi: 9528897 → e816edb
- k8s.io/kube-proxy: v0.22.0 → v0.23.0
- k8s.io/kube-scheduler: v0.22.0 → v0.23.0
- k8s.io/kubectl: v0.22.0 → v0.23.0
- k8s.io/kubelet: v0.22.0 → v0.23.0
- k8s.io/kubernetes: v1.21.0 → v1.23.0
- k8s.io/legacy-cloud-providers: v0.22.0 → v0.23.0
- k8s.io/metrics: v0.22.0 → v0.23.0
- k8s.io/mount-utils: v0.22.0 → v0.23.0
- k8s.io/sample-apiserver: v0.22.0 → v0.23.0
- k8s.io/system-validators: v1.4.0 → v1.6.0
- k8s.io/utils: 4b05e18 → cb0fa31
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.22 → v0.0.25
- sigs.k8s.io/kustomize/api: v0.8.11 → v0.10.1
- sigs.k8s.io/kustomize/cmd/config: v0.9.13 → v0.10.2
- sigs.k8s.io/kustomize/kustomize/v4: v4.2.0 → v4.4.1
- sigs.k8s.io/kustomize/kyaml: v0.11.0 → v0.13.0

### Removed
- github.com/bifurcation/mint: [93c51c6](https://github.com/bifurcation/mint/tree/93c51c6)
- github.com/caddyserver/caddy: [v1.0.3](https://github.com/caddyserver/caddy/tree/v1.0.3)
- github.com/cenkalti/backoff: [v2.1.1+incompatible](https://github.com/cenkalti/backoff/tree/v2.1.1)
- github.com/checkpoint-restore/go-criu/v4: [v4.1.0](https://github.com/checkpoint-restore/go-criu/v4/tree/v4.1.0)
- github.com/cheekybits/genny: [9127e81](https://github.com/cheekybits/genny/tree/9127e81)
- github.com/go-acme/lego: [v2.5.0+incompatible](https://github.com/go-acme/lego/tree/v2.5.0)
- github.com/go-bindata/go-bindata: [v3.1.1+incompatible](https://github.com/go-bindata/go-bindata/tree/v3.1.1)
- github.com/go-openapi/spec: [v0.19.5](https://github.com/go-openapi/spec/tree/v0.19.5)
- github.com/jimstudt/http-authentication: [3eca13d](https://github.com/jimstudt/http-authentication/tree/3eca13d)
- github.com/klauspost/cpuid: [v1.2.0](https://github.com/klauspost/cpuid/tree/v1.2.0)
- github.com/kylelemons/godebug: [d65d576](https://github.com/kylelemons/godebug/tree/d65d576)
- github.com/lucas-clemente/aes12: [cd47fb3](https://github.com/lucas-clemente/aes12/tree/cd47fb3)
- github.com/lucas-clemente/quic-clients: [v0.1.0](https://github.com/lucas-clemente/quic-clients/tree/v0.1.0)
- github.com/lucas-clemente/quic-go-certificates: [d2f8652](https://github.com/lucas-clemente/quic-go-certificates/tree/d2f8652)
- github.com/lucas-clemente/quic-go: [v0.10.2](https://github.com/lucas-clemente/quic-go/tree/v0.10.2)
- github.com/marten-seemann/qtls: [v0.2.3](https://github.com/marten-seemann/qtls/tree/v0.2.3)
- github.com/mholt/certmagic: [6a42ef9](https://github.com/mholt/certmagic/tree/6a42ef9)
- github.com/naoina/go-stringutil: [v0.1.0](https://github.com/naoina/go-stringutil/tree/v0.1.0)
- github.com/naoina/toml: [v0.1.1](https://github.com/naoina/toml/tree/v0.1.1)
- github.com/robfig/cron: [v1.1.0](https://github.com/robfig/cron/tree/v1.1.0)
- github.com/thecodeteam/goscaleio: [v0.1.0](https://github.com/thecodeteam/goscaleio/tree/v0.1.0)
- github.com/willf/bitset: [v1.1.11](https://github.com/willf/bitset/tree/v1.1.11)
- go.etcd.io/etcd: dd1b699
- gopkg.in/cheggaaa/pb.v1: v1.0.25
- gopkg.in/mcuadros/go-syslog.v2: v2.2.1
- gotest.tools: v2.2.0+incompatible
- k8s.io/heapster: v1.2.0-beta.1
2 changes: 1 addition & 1 deletion Dockerfile.openshift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10 AS builder
WORKDIR /go/src/github.com/kubernetes-csi/external-snapshotter
COPY . .
RUN make build
Expand Down
8 changes: 0 additions & 8 deletions Dockerfile.openshift.rhel7

This file was deleted.

8 changes: 0 additions & 8 deletions Dockerfile.snapshot-controller.openshift

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile.snapshot-controller.openshift.rhel7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10 AS builder
WORKDIR /go/src/github.com/kubernetes-csi/external-snapshotter
COPY . .
RUN make build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.webhook.openshift.rhel7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10 AS builder
WORKDIR /go/src/github.com/kubernetes-csi/external-snapshotter
COPY . .
RUN make build
Expand Down
Loading