Commit Graph

618 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
a69711cec2 Merge pull request #307 from Kartik494/updategomod
Added go modules for Apis and Client
2020-08-19 21:45:22 -07:00
Kubernetes Prow Robot
c436f5ccb3 Merge pull request #339 from Kartik494/updatecontrollerimage
Update controller images
2020-08-18 08:39:31 -07:00
kartik494
8ae798a0c4 Move Hack to Client directory and update README 2020-08-17 11:38:18 +05:30
Kubernetes Prow Robot
15773c3461 Merge pull request #358 from pohly/prow-update-master
master: update release-tools
2020-08-14 15:48:18 -07:00
Patrick Ohly
ad5dde2339 release-tools: update
Commit summary:
0979c091 prow.sh: fix E2E suite for Kubernetes >= 1.18
3b4a2f1d prow.sh: fix installing Go for Kubernetes 1.19.0
2020-08-14 20:12:16 +02:00
Kubernetes Prow Robot
60e1cd3d08 Merge pull request #98 from pohly/kubernetes-1-19-fixes
Kubernetes 1.19 fixes
2020-08-14 09:30:21 -07:00
Patrick Ohly
0979c09102 prow.sh: fix E2E suite for Kubernetes >= 1.18
It used to be necessary to override from where the E2E suite came on a
case-by-case basis (initially, testing was using a more recent suite
against an older Kubernetes). This should never become necessary again
and the lack of a specific entry for 1.18 already had the unintended
effect that Kubernetes 1.18 was tested with the suite from master, so
overall it is better to always use the E2E suite which matches
Kubernetes.
2020-08-14 15:03:02 +02:00
Patrick Ohly
3b4a2f1d95 prow.sh: fix installing Go for Kubernetes 1.19.0
Kubernetes 1.19.0 uses Go 1.15, but refers to it as 1.15.0. This broke
both the check whether we need to install 1.15 (because "go version"
reports 1.15, which didn't match 1.15.0) and then downloading the
release archive (because the URL also only uses 1.15).
2020-08-14 15:03:02 +02:00
kartik494
4807a7b031 move hack to client 2020-08-14 09:40:03 +05:30
Kubernetes Prow Robot
ff922f3dc9 Merge pull request #352 from pohly/prow-update-master
master: update release-tools
2020-08-12 14:32:14 -07:00
Kubernetes Prow Robot
1fbb636cb9 Merge pull request #97 from pohly/go-1.15
switch to Go 1.15
2020-08-12 11:43:15 -07:00
Patrick Ohly
db597efeba release-tools: update
Commit summary:
82d108ac switch to Go 1.15
843bddca Add steps on promoting release images
2020-08-12 10:14:28 +02:00
Patrick Ohly
82d108acdc switch to Go 1.15
Go 1.15 was released and is the major version that Kubernetes 1.19.0
is going to use. There are probably bugs in the older 1.13.3 that were
fixed, so we should update.
2020-08-12 09:42:55 +02:00
Kubernetes Prow Robot
4e0d027241 Merge pull request #347 from xing-yang/move_event_up
Emit event even if status update fails
2020-08-11 09:32:19 -07:00
xing-yang
2a990923fd Emit event even if status update fails so user can see it 2020-08-09 04:16:16 +00:00
Kubernetes Prow Robot
d8a2530054 Merge pull request #95 from msau42/add-release-process
Add steps on promoting release images
2020-08-07 13:25:57 -07:00
kartik494
1ee19f1e71 Add check for update-crd script file 2020-08-07 13:54:31 +05:30
Michelle Au
843bddca14 Add steps on promoting release images 2020-08-05 13:29:03 -07:00
kartik494
6b112307d9 Update controller images to canary 2020-08-05 16:25:47 +05:30
kartik494
d8ff17b851 Update README 2020-08-05 11:42:59 +05:30
Kubernetes Prow Robot
39fb3e4666 Merge pull request #344 from RaunakShah/leclient
Use separate client for leader election
2020-07-29 18:50:04 -07:00
shahra
17e79ac238 Use separate client for leader election 2020-07-29 14:01:11 -07:00
kartik494
ae215218d1 Added go modules for Apis and Client 2020-07-29 16:52:45 +05:30
Kubernetes Prow Robot
d24d2b9820 Merge pull request #340 from huffmanca/move-to-klogv2
Move to klogv2
2020-07-28 09:33:48 -07:00
Christian Huffman
ffaeac1515 Move to klogv2 2020-07-27 14:39:56 -04:00
Kubernetes Prow Robot
de3d591234 Merge pull request #337 from huffmanca/upgrade-to-v19
Upgrade to v19
2020-07-27 05:46:18 -07:00
Kubernetes Prow Robot
a9d1a60fe2 Merge pull request #338 from huffmanca/correct-timestamp
Adjusted the date printing to address unit test failure
2020-07-24 14:54:17 -07:00
Christian Huffman
d392f5c22a Adjusted the date printing to address unit test failure 2020-07-24 10:29:23 -04:00
Christian Huffman
bda8f8c0ae Update vendored dependencies 2020-07-24 09:42:17 -04:00
Christian Huffman
547e88e4fb Adjusted dependencies to be v19.0-rc2 2020-07-24 09:41:58 -04:00
Kubernetes Prow Robot
3c32e2887b Merge pull request #334 from makkes/remove-kubernetes-dep
chore: get rid of k8s.io/kubernetes dep
2020-07-23 23:36:22 -07:00
Kubernetes Prow Robot
d2906ab8a1 Merge pull request #335 from saikat-royc/iss-333
Call dynamic VS content creation unconditionally
2020-07-23 21:24:23 -07:00
Saikat Roychowdhury
73697eba81 Call dynamic VS content creation unconditionally
Irrespective of any error on the Volume Snapshot
object, initiate dynamic VolumeSnapshotContent object
creation. If any required parameters are not found, (e.g. missing
VS class), the VS content object creation would fail gracefully.
2020-07-23 15:14:16 +00:00
Max Jonas Werner
04848c755a chore: remove unused parameter from util funcs; add unit test
Added the unit tests from
https://github.com/kubernetes/kubernetes/blob/master/pkg/util/slice/slice_test.go
(minus modifier tests) so we can be sure to not change behaviour.
2020-07-22 09:36:22 +02:00
Kubernetes Prow Robot
0c5b535d88 Merge pull request #284 from xing-yang/error_status
Update Error in Snapshot Status
2020-07-21 22:46:05 -07:00
xing-yang
5f2090606c Update Error in Snapshot Status 2020-07-22 04:46:35 +00:00
Max Jonas Werner
1f13709413 chore: get rid of k8s.io/kubernetes dep
This dependency is problematic because of the many replaces it brings
with it. This makes it hard to import external-snapshotter in 3rd
party projects without having a lot of `replace` directives in those
projects as well.

The only usage of that import was to get two very simple utility
functions so I copied them over to this repo.
2020-07-21 18:23:38 +02:00
Kubernetes Prow Robot
96234531f4 Merge pull request #331 from pohly/prow-update-master
master: update release-tools
2020-07-09 07:38:30 -07:00
Patrick Ohly
60ca04fdfa release-tools: update
Commit summary:
1fdf2d53 cloud build: bump timeout in Prow job
5a54e67d filter-junit: Fix gofmt error
36ea4ffa filter-junit: Fix golint error
2020-07-09 09:31:15 +02:00
Kubernetes Prow Robot
0345a835e2 Merge pull request #94 from linux-on-ibm-z/bump-timeout
cloud build: bump timeout in Prow job
2020-07-08 14:50:34 -07:00
namrata-ibm
1fdf2d53cd cloud build: bump timeout in Prow job 2020-07-08 08:03:24 -04:00
Kubernetes Prow Robot
097b1fc7d7 Merge pull request #317 from xing-yang/requeue_common
Fix requeue logic in the common controller
2020-07-07 17:49:07 -07:00
xing-yang
5800df6a61 Fix requeue logic in the common controller 2020-06-25 03:37:40 +00:00
Kubernetes Prow Robot
41ec6d1530 Merge pull request #93 from animeshk08/patch-1
filter-junit: Fix gofmt error
2020-06-18 01:18:05 -07:00
Animesh Kumar
5a54e67d80 filter-junit: Fix gofmt error
Signed-off-by: Animesh Kumar <animuz111@gmail.com>
2020-06-18 13:08:51 +05:30
Kubernetes Prow Robot
0676fcbd77 Merge pull request #92 from animeshk08/patch-1
filter-junit: Fix golint error
2020-06-17 23:52:05 -07:00
Animesh Kumar
36ea4ffae0 filter-junit: Fix golint error
Signed-off-by: Animesh Kumar <animuz111@gmail.com>
2020-06-17 18:42:28 +05:30
Kubernetes Prow Robot
4800ca72d4 Merge pull request #322 from pohly/prow-update-master
master: update release-tools
2020-06-16 19:16:06 -07:00
Patrick Ohly
0c9ccdfb26 release-tools: update
Commit summary:
43e50d6f prow.sh: enable building arm64 image
3df86b7d cloud build: k8s-staging-sig-storage
db0c2a7d cloud build: initialize support for running commands in Dockerfile
2020-06-16 17:06:32 +02:00
Kubernetes Prow Robot
f5a420378d Merge pull request #91 from cyb70289/arm64
prow.sh: enable building arm64 image
2020-06-16 00:10:04 -07:00