Skip to content

Commit

Permalink
update go modules
Browse files Browse the repository at this point in the history
Signed-off-by: kpango <[email protected]>
  • Loading branch information
kpango committed Dec 17, 2022
1 parent 2d22f0e commit b54ed01
Show file tree
Hide file tree
Showing 15 changed files with 248 additions and 207 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dockers-agent-ngt-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ on:
- "versions/GO_VERSION"
- "versions/NGT_VERSION"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
strategy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dockers-agent-sidecar-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ on:
- "dockers/agent/sidecar/Dockerfile"
- "versions/GO_VERSION"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
strategy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dockers-ci-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ on:
- "versions/GO_VERSION"
- "versions/NGT_VERSION"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
strategy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dockers-dev-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ on:
schedule:
- cron: "0 1 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
strategy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dockers-discoverer-k8s-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ on:
- "dockers/discoverer/k8s/Dockerfile"
- "versions/GO_VERSION"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
strategy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dockers-gateway-filter-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ on:
- "dockers/gateway/filter/Dockerfile"
- "versions/GO_VERSION"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
strategy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dockers-gateway-lb-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ on:
- "dockers/gateway/lb/Dockerfile"
- "versions/GO_VERSION"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
strategy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dockers-helm-operator-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ on:
- "charts/vald-helm-operator/templates/**"
- "versions/OPERATOR_SDK_VERSION"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
strategy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dockers-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
schedule:
- cron: "0 1 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
agent-ngt:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dockers-loadtest-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ on:
- "dockers/tools/cli/loadtest/Dockerfile"
- "versions/GO_VERSION"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dockers-manager-index-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ on:
- "dockers/manager/index/Dockerfile"
- "versions/GO_VERSION"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
strategy:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
name: "Pull Request Labeler"
on:
- pull_request
- pull_request_target

jobs:
triage:
name: Triage
runs-on: ubuntu-latest
if: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false) || (github.event.pull_request.head.repo.fork == true && github.event_name == 'pull_request_target') }}
if: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false) }}
steps:
- uses: actions/labeler@v4
with:
Expand Down
180 changes: 90 additions & 90 deletions go.mod

Large diffs are not rendered by default.

206 changes: 102 additions & 104 deletions go.sum

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions hack/go.mod.default
Original file line number Diff line number Diff line change
Expand Up @@ -527,24 +527,24 @@ replace (
gotest.tools/v3 => gotest.tools/v3 latest
honnef.co/go/tools => honnef.co/go/tools latest
inet.af/netaddr => inet.af/netaddr latest
k8s.io/api => k8s.io/api v0.25.4
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.25.4
k8s.io/apimachinery => k8s.io/apimachinery v0.25.4
k8s.io/apiserver => k8s.io/apiserver v0.25.4
k8s.io/cli-runtime => k8s.io/cli-runtime v0.25.4
k8s.io/client-go => k8s.io/client-go v0.25.4
k8s.io/component-base => k8s.io/component-base v0.25.4
k8s.io/cri-api => k8s.io/cri-api v0.25.4
k8s.io/api => k8s.io/api v0.26.0
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.26.0
k8s.io/apimachinery => k8s.io/apimachinery v0.26.0
k8s.io/apiserver => k8s.io/apiserver v0.26.0
k8s.io/cli-runtime => k8s.io/cli-runtime v0.26.0
k8s.io/client-go => k8s.io/client-go v0.26.0
k8s.io/component-base => k8s.io/component-base v0.26.0
k8s.io/cri-api => k8s.io/cri-api v0.26.0
k8s.io/gengo => k8s.io/gengo latest
k8s.io/klog => k8s.io/klog latest
k8s.io/klog/v2 => k8s.io/klog/v2 latest
k8s.io/kube-openapi => k8s.io/kube-openapi latest
k8s.io/kubernetes => k8s.io/kubernetes v0.25.4
k8s.io/metrics => k8s.io/metrics v0.25.4
k8s.io/kubernetes => k8s.io/kubernetes v0.26.0
k8s.io/metrics => k8s.io/metrics v0.26.0
nhooyr.io/websocket => nhooyr.io/websocket latest
rsc.io/pdf => rsc.io/pdf latest
sigs.k8s.io/apiserver-network-proxy/konnectivity-client => sigs.k8s.io/apiserver-network-proxy/konnectivity-client latest
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.13.1
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.14.0
sigs.k8s.io/json => sigs.k8s.io/json latest
sigs.k8s.io/kustomize => sigs.k8s.io/kustomize latest
sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 latest
Expand Down

0 comments on commit b54ed01

Please sign in to comment.