Alexis Couvreur
ce7de13ade
refactor: remove session manager
...
The session manager is now simply Sablier
2025-03-08 12:17:12 -05:00
Alexis Couvreur
1298d86c61
test: remove mocks package ( #549 )
2025-03-07 00:24:56 -05:00
Alexis Couvreur
b5c68c6f1b
test(discovery): use providertest ( #547 )
2025-03-03 22:35:02 -05:00
Alexis Couvreur
a37f5943cc
test(kubernetes): increase test coverage ( #546 )
2025-03-03 22:05:20 -05:00
semantic-release-bot
25ab9e1c7a
docs(release): update doc version from 1.8.5 to 1.8.6
v1.8.6
2025-03-03 04:31:43 +00:00
Alexis Couvreur
edbf7d9d15
fix(kubernetes): consider workload not ready when scaled to 0 ( #543 )
...
* test(kubernetes): use testcontainers for test
* fix(kubernetes): get state properly reports the workload as down when scaled to 0
* refactor(kubernetes): split provider in multiple files
* refactor(provider): use Instance prefix for actions
* test(testcontainers): use provider.PullImage
* squash
* Revert "test(testcontainers): use provider.PullImage"
This reverts commit 6f958c48a5 .
* test: add random generator thread safety
2025-03-02 23:30:59 -05:00
dependabot[bot]
198ed6cb35
build(deps): bump github.com/go-jose/go-jose/v3 in /plugins/caddy ( #540 )
...
Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose ) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-jose/go-jose/compare/v3.0.3...v3.0.4 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-02 19:34:57 -05:00
Alexis Couvreur
5863e65f7b
test(swarm): use testcontainers for tests ( #542 )
...
* test(swarm): add service_inspect.go
* test(swarm): add testcontainers tests
2025-03-02 11:36:12 -05:00
Alexis Couvreur
b1e8fc2f20
test(docker): use testcontainers ( #519 )
...
* refactor: move app/theme to pkg/theme
* refactor
* wip
* use dockerindocker
* add providertest
* wip
* wip
* test(docker): get state now uses dind container to test against a real provider
* test(docker): move to docker_test package
* refactor(docker): create container_inspect.go
* test(docker): add more dind test
* test(docker): event test now use docker in docker
* refactor: remove unused instance type props
* refactor test docker
* fix instance list sort
* stabilize test
* remove testcontainers custom config
2025-03-01 19:34:36 -05:00
dependabot[bot]
a496857973
build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 ( #525 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.8.1 to 1.9.1.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-01 17:29:43 -05:00
Alexis Couvreur
9430cc3eb3
chore(deps): bump to go1.24.0 ( #521 )
...
* chore(deps): bump to go1.24.0
* use proxy-wasm/proxy-wasm-go-sdk
* remove tinygo
* update docker image
* add missing env
* use go tool directive for mockgen
* chore: bump Kong/ngx_wasm_module to pre-release 0.6.0
Thanks to https://github.com/Kong/ngx_wasm_module/issues/682
* fix go mod
* set caddy to go1.23
2025-03-01 15:12:54 -05:00
dependabot[bot]
f53df0d143
build(deps): bump github.com/valkey-io/valkey-go from 1.0.54 to 1.0.55 ( #534 )
...
Bumps [github.com/valkey-io/valkey-go](https://github.com/valkey-io/valkey-go ) from 1.0.54 to 1.0.55.
- [Release notes](https://github.com/valkey-io/valkey-go/releases )
- [Commits](https://github.com/valkey-io/valkey-go/compare/v1.0.54...v1.0.55 )
---
updated-dependencies:
- dependency-name: github.com/valkey-io/valkey-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-26 00:47:52 -05:00
dependabot[bot]
22b5457525
build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 ( #533 )
...
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp ) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/google/go-cmp/releases )
- [Commits](https://github.com/google/go-cmp/compare/v0.6.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-26 00:47:41 -05:00
Alexis Couvreur
f7813a23f3
ci: remove stale workflow
2025-02-23 17:37:43 -05:00
Alexis Couvreur
101b4b9cff
ci: remove plugins workflow on main and beta
2025-02-23 17:37:22 -05:00
Alexis Couvreur
731a21c0b8
test(swarm): fix race condition ( #532 )
2025-02-23 17:27:26 -05:00
Alexis Couvreur
38be0bc145
chore: add CODEOWNERS file ( #531 )
2025-02-23 16:55:09 -05:00
semantic-release-bot
bb9d95ed8c
docs(release): update doc version from 1.8.4 to 1.8.5
v1.8.5
2025-02-20 13:08:38 +00:00
Bob Dobba
ee878e5be9
fix: apply default session duration for blocking strategy ( #527 )
2025-02-20 08:07:53 -05:00
dependabot[bot]
b196b2fbf4
build(deps): bump the k8s-io group across 1 directory with 3 updates ( #522 )
...
Bumps the k8s-io group with 2 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api ) and [k8s.io/client-go](https://github.com/kubernetes/client-go ).
Updates `k8s.io/api` from 0.32.1 to 0.32.2
- [Commits](https://github.com/kubernetes/api/compare/v0.32.1...v0.32.2 )
Updates `k8s.io/apimachinery` from 0.32.1 to 0.32.2
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.32.1...v0.32.2 )
Updates `k8s.io/client-go` from 0.32.1 to 0.32.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.32.1...v0.32.2 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/apimachinery
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s-io
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-14 19:00:38 -05:00
Alexis Couvreur
610d7c0a10
ci(build): add codecov ( #518 )
...
* ci(build): add codecov
* add missing id-token permission
2025-02-09 21:18:50 -05:00
Alexis Couvreur
35a8b07c20
refactor(provider): move app/providers to pkg/provider ( #517 )
2025-02-09 21:10:53 -05:00
semantic-release-bot
2b4ba7f3ce
docs(release): update doc version from 1.8.3 to 1.8.4
v1.8.4
2025-02-09 16:01:12 +00:00
Alexis Couvreur
bac489ba5e
fix: bump to Go 1.23.6 ( #516 )
...
* chore(deps): bump to go1.23.6
* go work sync
* sync
* test(swarm): do not close channel to prevent log after test end
* bump caddy version dockerfile
2025-02-09 11:00:28 -05:00
dependabot[bot]
c414ef3020
build(deps): bump github.com/caddyserver/caddy/v2 in /plugins/caddy ( #485 )
...
Bumps [github.com/caddyserver/caddy/v2](https://github.com/caddyserver/caddy ) from 2.8.4 to 2.9.1.
- [Release notes](https://github.com/caddyserver/caddy/releases )
- [Changelog](https://github.com/caddyserver/caddy/blob/master/.goreleaser.yml )
- [Commits](https://github.com/caddyserver/caddy/compare/v2.8.4...v2.9.1 )
---
updated-dependencies:
- dependency-name: github.com/caddyserver/caddy/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-09 10:19:18 -05:00
dependabot[bot]
0739c4b9ba
build(deps): bump nginx in /plugins/traefik/e2e/kubernetes/manifests ( #515 )
...
Bumps nginx from 1.27.3 to 1.27.4.
---
updated-dependencies:
- dependency-name: nginx
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-09 10:18:59 -05:00
dependabot[bot]
c1faec59ce
build(deps): bump nginx ( #514 )
...
Bumps nginx from 1.27.3 to 1.27.4.
---
updated-dependencies:
- dependency-name: nginx
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-09 10:18:48 -05:00
dependabot[bot]
d821dcffc0
build(deps): bump nginx in /plugins/nginx/e2e/kubernetes/manifests ( #513 )
...
Bumps nginx from 1.27.3 to 1.27.4.
---
updated-dependencies:
- dependency-name: nginx
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-09 10:18:38 -05:00
Alexis Couvreur
d62db8ba36
chore(dependabot): use group for k8s.io packages ( #510 )
2025-02-09 10:12:56 -05:00
Alexis Couvreur
1c8cc103ee
chore(docker): add a warning log when the container has no healthcheck defined ( #508 )
...
When no healthcheck is defined, Sablier will cannot properly detect when the targeted container is able to handle requests yet. If your container startup period is more than 1 second, you're likely to experience issues and a healthcheck is recommended.
2025-02-09 10:12:39 -05:00
Alexis Couvreur
ee949d916f
ci: add concurrency group to cancel stale jobs ( #509 )
2025-02-09 10:09:10 -05:00
Alexis Couvreur
8844a36e4a
refactor(logging): use slog instead of logrus ( #501 )
...
Everything uses slog now and the logger is part of every struct
2025-02-02 23:01:51 -05:00
Alexis Couvreur
f29b13a55a
refactor(storage): add store.Store interface
...
There is a first implementation with ValKey that will allow to use redis APIs as a backend for Sablier with Hight Availability
2025-02-02 18:13:45 -05:00
Alexis Couvreur
357a7a7b18
test(api): add test theme not found
2025-02-02 09:39:17 -05:00
dependabot[bot]
0eb92edcca
build(deps): bump golang.org/x/net from 0.26.0 to 0.33.0 ( #495 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.26.0 to 0.33.0.
- [Commits](https://github.com/golang/net/compare/v0.26.0...v0.33.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-02 09:15:42 -05:00
Alexis Couvreur
9eb090291b
docs: use official logo
2025-02-02 00:42:33 -05:00
dependabot[bot]
03def331d7
build(deps): bump github.com/golang/glog in /plugins/caddy ( #492 )
...
Bumps [github.com/golang/glog](https://github.com/golang/glog ) from 1.2.0 to 1.2.4.
- [Release notes](https://github.com/golang/glog/releases )
- [Commits](https://github.com/golang/glog/compare/v1.2.0...v1.2.4 )
---
updated-dependencies:
- dependency-name: github.com/golang/glog
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-02 00:08:32 -05:00
semantic-release-bot
4d7472fbf1
docs(release): update doc version from 1.8.2 to 1.8.3
v1.8.3
2025-02-02 05:01:28 +00:00
Alexis Couvreur
00cc153d7a
fix: add http error responses ( #494 )
...
This features adds rfc7807 Problem detail responses when an error happens processing a request.
This will greatly improve the common issues with "blank pages" and "404 pages" issues which should now properly tell the user what input was wrong (group that does not exist, container name that does not exist, etc.)
2025-02-02 00:00:49 -05:00
semantic-release-bot
2515771ce1
docs(release): update doc version from 1.8.1 to 1.8.2
Build / Build (push) Has been cancelled
Docker / Build Sablier Docker image (linux/amd64) (push) Has been cancelled
Docker / Build Sablier Docker image (linux/arm/v7) (push) Has been cancelled
Docker / Build Sablier Docker image (linux/arm64) (push) Has been cancelled
Build Sablier plugins / Build Sablier docker image once and share it to E2E jobs (push) Has been cancelled
Build Sablier plugins / Build Traefik Sablier Plugin (push) Has been cancelled
Build Sablier plugins / Build Caddy Sablier Plugin (push) Has been cancelled
Build Sablier plugins / Build Caddy docker image once and share it to Caddy E2E jobs (push) Has been cancelled
Build Sablier plugins / Build ProxyWasm Plugin once and share it to ProxyWasm E2E jobs (push) Has been cancelled
Release / Release (push) Has been cancelled
Docker / Merge and Publish multiarch (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Traefik middleware (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Traefik middleware (docker_swarm) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Traefik middleware (kubernetes) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Nginx NJS module with Sablier (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Nginx NJS module with Sablier (docker_swarm) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Caddy middleware (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Caddy middleware (docker_swarm) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Proxywasm middleware on Apache APISIX (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Proxywasm middleware on Envoy (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Proxywasm middleware on Nginx (docker) (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
v1.8.2
2025-01-14 22:09:16 +00:00
Baptiste Roux
44a0c5b236
fix(kubernetes): early-exit on error ( #486 )
2025-01-14 17:08:30 -05:00
dependabot[bot]
79f83d7870
build(deps): bump github.com/docker/docker ( #480 )
...
Build / Build (push) Has been cancelled
Docker / Build Sablier Docker image (linux/amd64) (push) Has been cancelled
Docker / Build Sablier Docker image (linux/arm/v7) (push) Has been cancelled
Docker / Build Sablier Docker image (linux/arm64) (push) Has been cancelled
Build Sablier plugins / Build Sablier docker image once and share it to E2E jobs (push) Has been cancelled
Build Sablier plugins / Build Traefik Sablier Plugin (push) Has been cancelled
Build Sablier plugins / Build Caddy Sablier Plugin (push) Has been cancelled
Build Sablier plugins / Build Caddy docker image once and share it to Caddy E2E jobs (push) Has been cancelled
Build Sablier plugins / Build ProxyWasm Plugin once and share it to ProxyWasm E2E jobs (push) Has been cancelled
Release / Release (push) Has been cancelled
Docker / Merge and Publish multiarch (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Traefik middleware (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Traefik middleware (docker_swarm) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Traefik middleware (kubernetes) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Nginx NJS module with Sablier (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Nginx NJS module with Sablier (docker_swarm) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Caddy middleware (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Caddy middleware (docker_swarm) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Proxywasm middleware on Apache APISIX (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Proxywasm middleware on Envoy (docker) (push) Has been cancelled
Build Sablier plugins / Run Sablier E2E tests for Proxywasm middleware on Nginx (docker) (push) Has been cancelled
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.4.0+incompatible to 27.4.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.4.0...v27.4.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-24 08:50:32 -05:00
dependabot[bot]
30080df3b1
build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 ( #475 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.24.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.24.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 08:38:17 -05:00
dependabot[bot]
bb06f82afc
build(deps): bump github.com/docker/docker ( #469 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.3.1+incompatible to 27.4.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.3.1...v27.4.0 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 08:37:50 -05:00
dependabot[bot]
082eec3bd2
build(deps): bump github.com/stretchr/testify in /plugins/proxywasm ( #470 )
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-17 08:37:33 -05:00
dependabot[bot]
6a70cc04a4
build(deps): bump github.com/quic-go/quic-go in /plugins/caddy ( #463 )
...
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go ) from 0.44.0 to 0.48.2.
- [Release notes](https://github.com/quic-go/quic-go/releases )
- [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md )
- [Commits](https://github.com/quic-go/quic-go/compare/v0.44.0...v0.48.2 )
---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-08 22:34:27 -05:00
dependabot[bot]
3b535f5347
build(deps): bump ubuntu in /plugins/proxywasm/e2e/nginx ( #453 )
...
Bumps ubuntu from 24.10 to 25.04.
---
updated-dependencies:
- dependency-name: ubuntu
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-07 12:12:23 -05:00
dependabot[bot]
09538bd233
build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ( #460 )
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-07 11:52:02 -05:00
dependabot[bot]
2c636b051f
build(deps): bump k8s.io/api from 0.31.2 to 0.31.3 ( #457 )
...
Bumps [k8s.io/api](https://github.com/kubernetes/api ) from 0.31.2 to 0.31.3.
- [Commits](https://github.com/kubernetes/api/compare/v0.31.2...v0.31.3 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-07 11:51:49 -05:00
dependabot[bot]
5d41baf4e2
build(deps): bump k8s.io/client-go from 0.31.2 to 0.31.3 ( #458 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.31.2 to 0.31.3.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.31.2...v0.31.3 )
---
updated-dependencies:
- dependency-name: k8s.io/client-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-07 11:51:35 -05:00