-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea2d4f3
commit dc5cfe4
Showing
2 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -55,7 +55,7 @@ jobs: | |
uses: goreleaser/[email protected] | ||
with: | ||
# renovate: depName=goreleaser/goreleaser datasource=github-releases | ||
version: v1.23.0 | ||
version: v1.24.0 | ||
args: build --snapshot --clean --single-target | ||
test: | ||
runs-on: ubuntu-22.04 | ||
|
@@ -74,7 +74,7 @@ jobs: | |
- name: Install cilium-cli | ||
env: | ||
# renovate: depName=cilium/cilium-cli datasource=github-releases | ||
CILIUM_CLI_VERSION: v0.15.20 | ||
CILIUM_CLI_VERSION: v0.15.22 | ||
run: | | ||
wget https://github.com/cilium/cilium-cli/releases/download/${CILIUM_CLI_VERSION}/cilium-linux-amd64.tar.gz | ||
sudo tar xzvfC cilium-linux-amd64.tar.gz /usr/local/bin | ||
|
@@ -85,7 +85,7 @@ jobs: | |
with: | ||
cluster_name: kind-1 | ||
# renovate: depName=kubernetes-sigs/kind datasource=github-releases | ||
version: v0.20.0 | ||
version: v0.21.0 | ||
config: test/kind-config.yaml | ||
- name: kind-1 - Create metallb-system namespace | ||
run: kubectl create namespace metallb-system --dry-run=client -oyaml | kubectl apply -f - | ||
|
@@ -99,7 +99,7 @@ jobs: | |
- name: kind-1 - Install MetalLB | ||
env: | ||
# renovate: depName=metallb datasource=helm registryUrl=https://charts.bitnami.com/bitnami | ||
METALLB_CHART_VERSION: 4.11.1 | ||
METALLB_CHART_VERSION: 4.12.1 | ||
run: | | ||
MANIFESTS_PATH=/tmp/metallb-manifests.yaml | ||
|
@@ -138,7 +138,7 @@ jobs: | |
with: | ||
cluster_name: kind-2 | ||
# renovate: depName=kubernetes-sigs/kind datasource=github-releases | ||
version: v0.20.0 | ||
version: v0.21.0 | ||
config: test/kind-config.yaml | ||
- name: kind-2 - Install allow-all network policies on system namespaces | ||
env: | ||
|
@@ -166,6 +166,6 @@ jobs: | |
PVMIG_TEST_EXTRA_KUBECONFIG: /home/runner/.kube/kind-2.yaml | ||
run: richgo test -tags integration -race -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic -timeout 20m -v ./... | ||
- name: Send coverage | ||
uses: codecov/[email protected].0 | ||
uses: codecov/[email protected].1 | ||
with: | ||
files: coverage.txt |
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
uses: goreleaser/[email protected] | ||
with: | ||
# renovate: depName=goreleaser/goreleaser datasource=github-releases | ||
version: v1.23.0 | ||
version: v1.24.0 | ||
args: release --clean | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|