1015 Commits

Author SHA1 Message Date
Navratan Lal Gupta
7b636c89ec
chores: Annotate "helm.sh/resource-policy": keep to CRDs 2023-07-19 22:46:08 +05:30
Navratan Lal Gupta
3d3bc3da63
Allow csi-snapshotter to be enabled without installing CRDs 2023-07-18 22:25:04 +05:30
Kubernetes Prow Robot
346af08047
Merge pull request #487 from GarbageYard/csi-snapshot-controller-bug
fix: helm chart format issue
2023-07-18 08:25:09 -07:00
GarbageYard
46a32aa71e Curl brace missing
Updated packages for latest and 4.4.0 charts
2023-07-18 19:45:27 +05:30
Kubernetes Prow Robot
05b1337fe1
Merge pull request #480 from endriu0/prio_class_value
feat: make priorityClassName configurable
2023-07-18 01:17:09 -07:00
Kubernetes Prow Robot
a6ee216293
Merge pull request #484 from kubernetes-csi/dependabot/go_modules/github.com/container-storage-interface/spec-1.8.0
chore(deps): bump github.com/container-storage-interface/spec from 1.5.0 to 1.8.0
2023-07-17 17:39:07 -07:00
dependabot[bot]
8aa54d1eaf
chore(deps): bump github.com/container-storage-interface/spec
Bumps [github.com/container-storage-interface/spec](https://github.com/container-storage-interface/spec) from 1.5.0 to 1.8.0.
- [Release notes](https://github.com/container-storage-interface/spec/releases)
- [Commits](https://github.com/container-storage-interface/spec/compare/v1.5.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/container-storage-interface/spec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 22:27:46 +00:00
apiorkowski
f4c202468f Make priorityClass name overridable
Add README entries

Before:

After:

Test:

Address comments

Before:

After:

Test:

Fix the lint error

Before:

After:

Test:
2023-07-17 17:35:48 +02:00
Andy Zhang
4bfd786ee6
Merge pull request #483 from andyzhangx/disable-snapshot-controller-install
feat: disable snapshot controller install in helm chart by default
2023-07-17 12:23:30 +08:00
andyzhangx
5896a17244 feat: disable snapshot controller install in helm chart by default 2023-07-16 03:45:52 +00:00
Kubernetes Prow Robot
9f16a51a0d
Merge pull request #473 from dvyas1/bugfix-missing-imagePullSecrets
fix: add imagePullSecrets to snapshot controller in helm chart
2023-07-15 07:13:04 -07:00
andyzhangx
00208f67ed chore: add helm chart change 2023-07-15 11:22:12 +00:00
Kubernetes Prow Robot
1574ffae0c
Merge pull request #478 from kubernetes-csi/dependabot/go_modules/golang.org/x/net-0.12.0
chore(deps): bump golang.org/x/net from 0.10.0 to 0.12.0
2023-07-15 00:53:04 -07:00
dependabot[bot]
36281fa581
chore(deps): bump golang.org/x/net from 0.10.0 to 0.12.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.12.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.12.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-15 07:08:54 +00:00
Andy Zhang
0bd9017bed
Merge pull request #482 from andyzhangx/CVE-2022-1996
fix: CVE-2022-1996, CVE-2023-2431
2023-07-15 15:06:56 +08:00
andyzhangx
2327af89eb test: fix test failure 2023-07-15 05:40:47 +00:00
andyzhangx
e4d0acedaa fix: CVE-2022-1996, CVE-2023-2431 2023-07-15 03:04:16 +00:00
Kubernetes Prow Robot
748bde32e0
Merge pull request #475 from kubernetes-csi/dependabot/go_modules/google.golang.org/protobuf-1.31.0
chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0
2023-06-30 18:24:43 -07:00
dependabot[bot]
c236c9b344
chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.31.0
Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-30 22:46:46 +00:00
Kubernetes Prow Robot
d2c5d046e7
Merge pull request #474 from kubernetes-csi/dependabot/go_modules/github.com/onsi/gomega-1.27.8
chore(deps): bump github.com/onsi/gomega from 1.27.6 to 1.27.8
2023-06-29 20:31:45 -07:00
dependabot[bot]
cbd1689e09
chore(deps): bump github.com/onsi/gomega from 1.27.6 to 1.27.8
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.6 to 1.27.8.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.27.6...v1.27.8)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-29 22:33:35 +00:00
Dhaval Vyas
78ae02b0a1
Adding imagePullSecrets to snapshot controller. 2023-06-29 10:19:32 -04:00
Kubernetes Prow Robot
37d790f47e
Merge pull request #471 from kubernetes-csi/dependabot/go_modules/github.com/onsi/ginkgo-1.16.5
chore(deps): bump github.com/onsi/ginkgo from 1.14.0 to 1.16.5
2023-06-28 23:40:46 -07:00
dependabot[bot]
53245449fd
chore(deps): bump github.com/onsi/ginkgo from 1.14.0 to 1.16.5
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.14.0 to 1.16.5.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/compare/v1.14.0...v1.16.5)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-27 23:07:37 +00:00
Kubernetes Prow Robot
27323cfc92
Merge pull request #469 from kubernetes-csi/dependabot/go_modules/github.com/stretchr/testify-1.8.4
chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.4
2023-06-26 17:22:30 -07:00
dependabot[bot]
9f6bf579c6
chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.4
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.4)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 23:16:17 +00:00
Kubernetes Prow Robot
a721ef5488
Merge pull request #454 from kubernetes-csi/dependabot/go_modules/k8s.io/klog/v2-2.100.1
chore(deps): bump k8s.io/klog/v2 from 2.80.1 to 2.100.1
2023-06-23 17:51:07 -07:00
Kubernetes Prow Robot
d89ed66bac
Merge pull request #466 from kubernetes-csi/dependabot/github_actions/actions/checkout-3
chore(deps): bump actions/checkout from 2 to 3
2023-06-16 18:22:24 -07:00
dependabot[bot]
8ffef9edae
chore(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-16 23:03:41 +00:00
Andy Zhang
862cb036e3
Merge pull request #463 from andyzhangx/cut-v4.4.0
doc: cut v4.4.0 release
2023-06-07 19:28:40 +08:00
andyzhangx
a9e9fa0e81 doc: use latest version for master branch 2023-06-07 08:29:19 +00:00
andyzhangx
965d8451a3 doc: cut v4.4.0 release 2023-06-07 08:28:43 +00:00
Kubernetes Prow Robot
9af6a6e320
Merge pull request #462 from andyzhangx/forbid-invalid-parameters
chore: forbid invalid parameters in snapshot storage class
2023-06-07 01:24:12 -07:00
andyzhangx
8cee28152d chore: forbid invalid parameters in snapshot storage class 2023-06-07 07:45:57 +00:00
Kubernetes Prow Robot
8eb52e1430
Merge pull request #461 from wozniakjan/fix_snapshot_subpath
bugfix: correct snapshot path when using share parameter
2023-06-07 00:18:12 -07:00
Jan Wozniak
cb330e63c4
bugfix: correct snapshot path when using share parameter 2023-06-05 14:05:28 +02:00
Andy Zhang
dc621b84b6
chore: switch master branch version 2023-06-03 11:04:24 +08:00
Kubernetes Prow Robot
d19f3fad39
Merge pull request #458 from andyzhangx/snapshot-limits
chore: add snapshot resource limits
2023-06-01 05:31:46 -07:00
andyzhangx
f010c16241 chore: add snapshot resource limits 2023-06-01 11:31:46 +00:00
Andy Zhang
50345edca6
Merge pull request #452 from andyzhangx/cut-v4.3.0
doc: cut v4.3.0 release
2023-06-01 11:30:40 +08:00
dependabot[bot]
5995a84ea5
chore(deps): bump k8s.io/klog/v2 from 2.80.1 to 2.100.1
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.80.1 to 2.100.1.
- [Release notes](https://github.com/kubernetes/klog/releases)
- [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](https://github.com/kubernetes/klog/compare/v2.80.1...v2.100.1)

---
updated-dependencies:
- dependency-name: k8s.io/klog/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 23:09:14 +00:00
andyzhangx
b6576e9fb7 doc: use latest version for master branch 2023-05-29 07:04:24 +00:00
andyzhangx
03f87416d4 doc: cut v4.3.0 release 2023-05-29 07:04:00 +00:00
Andy Zhang
1cf5dece66
Merge pull request #453 from andyzhangx/upgrade-snapshot-6.2.2
chore: upgrade csi-snapshot to v6.2.2
2023-05-29 14:57:33 +08:00
andyzhangx
8db2f844ea chore: upgrade csi-snapshot to v6.2.2 2023-05-29 05:22:46 +00:00
Andy Zhang
a29206ff8f
Merge pull request #451 from andyzhangx/refine-snapshot-deployment
chore: upgrade snapshot version and refine snapshot deployment
2023-05-28 10:43:02 +08:00
andyzhangx
1e35718f83 test: verify snapshot install script 2023-05-14 12:48:10 +00:00
andyzhangx
28091cff0d test: fix yamllint errors 2023-05-14 11:40:35 +00:00
andyzhangx
6900c8634e chore: upgrade snapshot version and refine snapshot deployment
fix

fix
2023-05-14 11:24:14 +00:00
Kubernetes Prow Robot
3b667563e6
Merge pull request #450 from stmcginnis/dl.k8s.io
Use dl.k8s.io instead of hardcoded GCS URIs
2023-05-11 18:50:47 -07:00