Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiiim committed Nov 2, 2023
1 parent 6fcd1cd commit 1b18306
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/base/deps/wao-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ spec:
- --leader-elect
command:
- /manager
image: ghcr.io/waok8s/wao-controller:v1.27.0-alpha.4
image: ghcr.io/waok8s/wao-controller:v1.27.0-alpha.6
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/waok8s/wao-metrics-adapter
go 1.21.3

require (
github.com/waok8s/wao-core v1.27.0-alpha.4
github.com/waok8s/wao-core v1.27.0-alpha.6
k8s.io/apimachinery v0.27.3
k8s.io/client-go v0.27.3
k8s.io/component-base v0.27.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
github.com/tailscale/depaware v0.0.0-20210622194025-720c4b409502/go.mod h1:p9lPsd+cx33L3H9nNoecRRxPssFKUwwI50I3pZ0yT+8=
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 h1:6fotK7otjonDflCTK0BCfls4SPy3NcCVb5dqqmbRknE=
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75/go.mod h1:KO6IkyS8Y3j8OdNO85qEYBsRPuteD+YciPomcXdrMnk=
github.com/waok8s/wao-core v1.27.0-alpha.4 h1:a6Z8OMRHB2I8Tawuso6AgqblINVG2YT1HLv6wwnqFGk=
github.com/waok8s/wao-core v1.27.0-alpha.4/go.mod h1:7ZCzuxpVF3wbf6RDwhG83Zh+k/V8JUlStl8Iml3MSag=
github.com/waok8s/wao-core v1.27.0-alpha.6 h1:Bze2nOlZPiXVyGdvdPfC0JTCs9JWdqbMUzURI3PxIjc=
github.com/waok8s/wao-core v1.27.0-alpha.6/go.mod h1:7ZCzuxpVF3wbf6RDwhG83Zh+k/V8JUlStl8Iml3MSag=
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ=
github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y=
Expand Down
2 changes: 1 addition & 1 deletion hack/deps.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

WAO_CORE_VER="v1.27.0-alpha.4"
WAO_CORE_VER="v1.27.0-alpha.6"

cd config/base/deps && curl -LO "https://github.com/waok8s/wao-core/releases/download/$WAO_CORE_VER/wao-core.yaml" && cd -

0 comments on commit 1b18306

Please sign in to comment.