71925d553e
rebase: bump k8s.io dependencies to v0.26.7
...
Bumping the k8s.io dependencies to v0.26.7. The main intention
is to update the client-go library dependency for kube 1.27+,
where aggregated discovery is enabled. With client-go lower than
v0.26.4 in some cases it is possible that the discovery response
comes with the malformed response with nil GVK leading to Crash
Loop Back Off state.
Upstream kubernetes issue:
https://github.com/kubernetes/kubernetes/pull/116603
Signed-off-by: karthik-us <ksubrahm@redhat.com >
2023-08-17 10:26:59 +00:00
9c8de9471e
rebase: update kubernetes to 1.26.1
...
update kubernetes and its dependencies
to v1.26.1
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com >
2023-02-03 08:55:43 +00:00
7b663279bf
rebase: bump k8s.io/kubernetes from 1.25.0 to 1.25.3
...
Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes ) from 1.25.0 to 1.25.3.
- [Release notes](https://github.com/kubernetes/kubernetes/releases )
- [Commits](https://github.com/kubernetes/kubernetes/compare/v1.25.0...v1.25.3 )
---
updated-dependencies:
- dependency-name: k8s.io/kubernetes
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-11-01 15:13:34 +00:00
e3bf375035
rebase: update kubernetes to v1.25.0
...
update kubernetes to latest v1.25.0
release.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com >
2022-08-25 16:36:35 +00:00
2505c2ad14
rebase: use latest kubernetes version
...
This commit rebase the kubernetes version to 1.24.4 tree to make
sure we are using latest available bug fix release.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2022-08-18 21:46:46 +00:00
c4f79d455f
rebase: update kubernetes dep to 1.24.0
...
As kubernetes 1.24.0 is released, updating
kubernetes dependencies to 1.24.0
updates: #3086
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com >
2022-05-09 09:16:12 +00:00
863a9a7882
rebase: bump k8s.io/kubernetes from 1.23.5 to 1.23.6
...
Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes ) from 1.23.5 to 1.23.6.
- [Release notes](https://github.com/kubernetes/kubernetes/releases )
- [Commits](https://github.com/kubernetes/kubernetes/compare/v1.23.5...v1.23.6 )
---
updated-dependencies:
- dependency-name: k8s.io/kubernetes
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Niels de Vos <ndevos@redhat.com >
2022-04-26 14:45:04 +00:00
901a1368ab
rebase: bump k8s.io/kubernetes from 1.23.1 to 1.23.2
...
Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes ) from 1.23.1 to 1.23.2.
- [Release notes](https://github.com/kubernetes/kubernetes/releases )
- [Commits](https://github.com/kubernetes/kubernetes/compare/v1.23.1...v1.23.2 )
---
updated-dependencies:
- dependency-name: k8s.io/kubernetes
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-26 20:05:06 +00:00
5762da3e91
rebase: update kubernetes to v1.23.0
...
updating go dependency to latest kubernetes
released version i.e v1.23.0
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com >
2021-12-13 07:32:54 +00:00
b2099eb3b1
rebase: bump k8s.io/kubernetes from 1.22.3 to 1.22.4
...
Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes ) from 1.22.3 to 1.22.4.
- [Release notes](https://github.com/kubernetes/kubernetes/releases )
- [Commits](https://github.com/kubernetes/kubernetes/compare/v1.22.3...v1.22.4 )
---
updated-dependencies:
- dependency-name: k8s.io/kubernetes
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-22 13:23:58 +00:00
aa698bc3e1
rebase: update kubernetes and libraries to v1.22.0 version
...
Kubernetes v1.22 version has been released and this update
ceph csi dependencies to use the same version.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2021-08-12 09:55:50 +00:00
9eaa55506f
rebase: update controller-runtime package to v0.9.2
...
This commit updates controller-runtime to v0.9.2 and
makes changes in persistentvolume.go to add context to
various functions and function calls made here instead of
context.TODO().
Signed-off-by: Rakshith R <rar@redhat.com >
2021-07-01 03:35:23 +00:00
1b23d78113
rebase: update kubernetes to v1.21.2
...
Updated kubernetes packages to latest release.
resizefs package has been included into k8s.io/mount-utils
package. updated code to use the same.
Updates: #1968
Signed-off-by: Rakshith R <rar@redhat.com >
2021-07-01 03:35:23 +00:00
83559144b1
rebase: update kubernetes to v1.20.0
...
updated kubernetes packages to latest
release.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com >
2020-12-17 16:04:54 +00:00
5af3fe5deb
rebase: add controller runtime dependency
...
this commits add the controller runtime
and its dependency to the vendor.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com >
2020-11-28 18:50:00 +00:00
02b8cd0b4b
dep: lift kube dependency to v0.18.6
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2020-07-24 19:21:28 +00:00
34fc1d847e
Changes to accommodate client-go changes and kube vendor update
...
to v1.18.0
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2020-04-14 10:50:12 +00:00
d5a0606c33
Migrate from dep to go module
...
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com >
2020-03-17 10:44:07 +00:00
7df51846da
This commit adds "k8s.io/kubernetes/test/e2e/framework/config"
...
and its functions in E2E.
update vendor packages
log dismounter command output
use kube v1.17.1 in dependency
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2020-01-17 12:06:02 +00:00
3af1e26d7c
Update to kube v1.17
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2020-01-17 12:06:02 +00:00
22ff5c0911
Migrate from snapClient.VolumesnapshotV1alpha1Client to
...
snapClient.SnapshotV1alpha1Client and also update kube dependency
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2019-06-24 13:08:29 +00:00
0e709766b0
Lift kube dependency to 1.14.2
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2019-06-04 12:39:45 +05:30
d300da19b7
vendor update for E2E framework
...
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com >
2019-06-04 11:39:42 +05:30
f60a07ae82
update vendor to latest kubernetes 1.14.0
...
some of the kubernetes independent
packages are moved out of the tree to
new projects.
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com >
2019-05-14 06:56:56 +00:00
ac4c83c96c
Vednor update for kube v1.13.2
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2019-01-25 16:00:04 +05:30
0f836c62fa
Vendor cleanup
...
Signed-off-by: Madhu Rajanna <mrajanna@redhat.com >
2019-01-16 18:11:54 +05:30
e46099a504
reconcile merge
...
Signed-off-by: Huamin Chen <hchen@redhat.com >
2019-01-15 16:20:41 +00:00
35561301b2
added vendors
2019-01-14 20:15:09 +00:00
1f1e8cea37
Updated vednor files
2018-02-15 08:50:31 -05:00
7b24313bd6
vendor files
2018-01-10 13:42:26 -05:00