-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies
- Loading branch information
Showing
100 changed files
with
2,802 additions
and
3,618 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,48 @@ | ||
<!-- Thanks for sending a pull request! Here are some tips for you: | ||
1. If this is your first time sending a pull request, please read our contributing guidelines: https://github.com/kubermatic/kubelb/blob/main/CONTRIBUTING.md | ||
2. Make sure *all* commits in a pull request have the DCO signoff message. Without a DCO signoff, we can't review and merge your pull request due to legal reasons. Check the contributing guidelines for more information about DCO and how to sign commits: https://github.com/OWNER/PROJECT/blob/master/CONTRIBUTING.md#certificate-of-origin | ||
3. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests | ||
--> | ||
|
||
**What this PR does / why we need it**: | ||
|
||
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close | ||
the issue(s) when PR gets merged)*: | ||
**Which issue(s) this PR fixes**: | ||
<!--optional, in `fixes #<issue number>` format, will close the issue(s) when PR gets merged--> | ||
Fixes # | ||
|
||
**What type of PR is this?** | ||
<!-- | ||
Add one of the following kinds: | ||
/kind bug | ||
/kind cleanup | ||
/kind documentation | ||
/kind feature | ||
/kind design | ||
Optionally add one or more of the following kinds if applicable: | ||
/kind api-change | ||
/kind deprecation | ||
/kind failing-test | ||
/kind flake | ||
/kind regression | ||
/kind chore | ||
--> | ||
|
||
**Special notes for your reviewer**: | ||
|
||
**Does this PR introduce a user-facing change?**: | ||
<!-- Write your release note: | ||
**Does this PR introduce a user-facing change? Then add your Release Note here**: | ||
<!-- | ||
Write your release note: | ||
1. Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required". | ||
2. If no release note is required, just write "NONE". | ||
--> | ||
|
||
```release-note | ||
``` | ||
|
||
**Documentation**: | ||
<!-- | ||
Please do one of the following options: | ||
- Add a link to the existing documentation | ||
- Add a link to the kubermatic/docs pull request | ||
- If no documentation change is applicable then add: | ||
- TBD (documentation will be added later) | ||
- NONE (no documentation needed for this PR) | ||
--> | ||
```documentation | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**User Story** | ||
|
||
**Acceptance criteria** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ presubmits: | |
preset-goproxy: "true" | ||
spec: | ||
containers: | ||
- image: golang:1.15 | ||
- image: golang:1.19 | ||
command: | ||
- make | ||
args: | ||
|
@@ -39,7 +39,7 @@ presubmits: | |
preset-goproxy: "true" | ||
spec: | ||
containers: | ||
- image: golangci/golangci-lint:v1.36 | ||
- image: golangci/golangci-lint:v1.50 | ||
command: | ||
- make | ||
args: | ||
|
@@ -57,11 +57,11 @@ presubmits: | |
preset-goproxy: "true" | ||
spec: | ||
containers: | ||
- image: quay.io/kubermatic/yamllint:0.1 | ||
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.16-2 | ||
command: | ||
- "sh" | ||
- "-c" | ||
- "yamllint -c .yamllint.conf ." | ||
- make | ||
args: | ||
- yamllint | ||
resources: | ||
requests: | ||
cpu: 200m | ||
|
@@ -72,7 +72,7 @@ presubmits: | |
clone_uri: "ssh://[email protected]/kubermatic/kubelb.git" | ||
spec: | ||
containers: | ||
- image: quay.io/kubermatic-labs/boilerplate:v0.1.1 | ||
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.16-2 | ||
command: | ||
- make | ||
args: | ||
|
@@ -86,12 +86,11 @@ presubmits: | |
preset-goproxy: "true" | ||
spec: | ||
containers: | ||
- image: golang:1.15.7 | ||
- image: golang:1.19 | ||
command: | ||
- make | ||
args: | ||
- manager | ||
- agent | ||
- all | ||
resources: | ||
requests: | ||
memory: 1Gi | ||
|
@@ -100,33 +99,8 @@ presubmits: | |
memory: 2Gi | ||
cpu: 2 | ||
|
||
|
||
# curl -L https://go.kubebuilder.io/dl/2.3.1/${os}/${arch} | tar -xz -C /tmp/ | ||
# | ||
# # move to a long-term location and put it on your path | ||
# # (you'll need to set the KUBEBUILDER_ASSETS env var if you put it somewhere else) | ||
# sudo mv /tmp/kubebuilder_2.3.1_${os}_${arch} /usr/local/kubebuilder | ||
# export PATH=$PATH:/usr/local/kubebuilder/bin | ||
|
||
# - name: pull-kubelb-test | ||
# always_run: true | ||
# decorate: true | ||
# clone_uri: "ssh://[email protected]/kubermatic/kubelb.git" | ||
# labels: | ||
# preset-goproxy: "true" | ||
# spec: | ||
# containers: | ||
# - image: golang:1.15 | ||
# command: | ||
# - make | ||
# args: | ||
# - test | ||
# resources: | ||
# requests: | ||
# cpu: 800m | ||
|
||
postsubmits: | ||
- name: ci-push-kubelb-manager | ||
- name: ci-push-kubelb | ||
always_run: true | ||
decorate: true | ||
clone_uri: "ssh://[email protected]/kubermatic/kubelb.git" | ||
|
@@ -142,7 +116,7 @@ postsubmits: | |
preset-goproxy: "true" | ||
spec: | ||
containers: | ||
- image: quay.io/kubermatic/go-docker:15.1-1903-1 | ||
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.16-2 | ||
command: | ||
- /bin/bash | ||
- -c | ||
|
@@ -172,7 +146,7 @@ postsubmits: | |
preset-goproxy: "true" | ||
spec: | ||
containers: | ||
- image: quay.io/kubermatic/go-docker:15.1-1903-1 | ||
- image: quay.io/kubermatic/build:go-1.19-node-18-kind-0.16-2 | ||
command: | ||
- "./hack/ci-upload-gocache.sh" | ||
resources: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.