Commit Graph
1192 Commits
Author SHA1 Message Date
Stefan ProdanandGitHub 845eed030e Merge pull request #509 from stefanprodan/dependabot/go_modules/go_modules-c93f3641e6
build(deps): bump google.golang.org/grpc from 1.81.1 to 1.82.1 in the go_modules group across 1 directory
2026-07-22 10:05:10 +02:00
dependabot[bot]andGitHub 08fc23bd68 build(deps): bump google.golang.org/grpc
Bumps the go_modules group with 1 update in the / directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `google.golang.org/grpc` from 1.81.1 to 1.82.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.81.1...v1.82.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.82.1
  dependency-type: direct:production
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-22 07:57:59 +00:00
Stefan ProdanandGitHub ec90ad4868 Merge pull request #508 from stefanprodan/dependabot/github_actions/actions-13c71309cd
build(deps): bump the actions group across 1 directory with 5 updates
2026-07-22 09:57:09 +02:00
dependabot[bot]andGitHub ecb88a6008 build(deps): bump the actions group across 1 directory with 5 updates
Bumps the actions group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |
| [fluxcd/flux2/action](https://github.com/fluxcd/flux2) | `2.9.1` | `2.9.2` |
| [actions/setup-go](https://github.com/actions/setup-go) | `6.5.0` | `7.0.0` |
| [actions/attest](https://github.com/actions/attest) | `4.1.1` | `4.2.0` |
| [fluxcd/flux-schema/actions/setup](https://github.com/fluxcd/flux-schema) | `0.10.1` | `0.11.0` |



Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1)

Updates `fluxcd/flux2/action` from 2.9.1 to 2.9.2
- [Release notes](https://github.com/fluxcd/flux2/releases)
- [Commits](https://github.com/fluxcd/flux2/compare/f05a280b876a3a1d35a76a91f701e605777853aa...6a650dba1b4ae9945185c4bb3cc3f386aaf71b3d)

Updates `actions/setup-go` from 6.5.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/924ae3a1cded613372ab5595356fb5720e22ba16...b7ad1dad31e06c5925ef5d2fc7ad053ef454303e)

Updates `actions/attest` from 4.1.1 to 4.2.0
- [Release notes](https://github.com/actions/attest/releases)
- [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md)
- [Commits](https://github.com/actions/attest/compare/a1948c3f048ba23858d222213b7c278aabede763...f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6)

Updates `fluxcd/flux-schema/actions/setup` from 0.10.1 to 0.11.0
- [Release notes](https://github.com/fluxcd/flux-schema/releases)
- [Commits](https://github.com/fluxcd/flux-schema/compare/d802c91e082416f3cc57260d4e97586b8f0731c6...9946a7cd4487b6d47cc9cd27d19ec8a274941af6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: fluxcd/flux2/action
  dependency-version: 2.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/setup-go
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/attest
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: fluxcd/flux-schema/actions/setup
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-22 07:52:05 +00:00
Stefan ProdanandGitHub 53ad78976d Merge pull request #507 from cleonte/fix-alpine-3.24
build: bump base image from alpine:3.23 to alpine:3.24
2026-07-22 09:12:09 +02:00
Cristian Leonte a16da5812d build: bump base image from alpine:3.23 to alpine:3.24
The published stefanprodan/podinfo:latest image (built 2026-06-18 on
Alpine 3.23.4) has since accumulated real CVEs disclosed against its
pinned OS packages: curl/libcurl (CVE-2026-5773, CVE-2026-6276, plus
6 medium-severity curl CVEs), c-ares (CVE-2026-33630), and
libssl3/libcrypto3 (CVE-2026-45447, plus 4 medium-severity openssl
CVEs). None of these are Go module vulnerabilities - govulncheck finds
none - they're stale Alpine package versions baked into an old image
build.

Bumping to alpine:3.24 (currently 3.24.1) resolves all of them: built
and scanned this image with Trivy, 0 vulnerabilities found across the
Alpine packages and both Go binaries (podinfo, podcli). Also smoke
tested the container serving /healthz.

Fixes #502
2026-07-20 12:20:09 +03:00
Stefan ProdanandGitHub 46b93c8700 Merge pull request #505 from stefanprodan/dependabot/github_actions/actions-4cd4d3f1f5
build(deps): bump the actions group with 3 updates
2026-07-13 11:30:02 +03:00
dependabot[bot]andGitHub ee021565e5 build(deps): bump the actions group with 3 updates
---
updated-dependencies:
- dependency-name: golang/govulncheck-action
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: fluxcd/flux2/action
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: fluxcd/flux-schema/actions/setup
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-13 06:44:50 +00:00
Stefan ProdanandGitHub 917cb24455 Merge pull request #504 from stefanprodan/dependabot/github_actions/actions-5f9eb2361e
build(deps): bump the actions group across 1 directory with 13 updates
2026-07-06 14:27:41 +03:00
dependabot[bot]andGitHub f8c1164615 build(deps): bump the actions group across 1 directory with 13 updates
Bumps the actions group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.3` | `7.0.0` |
| [azure/setup-helm](https://github.com/azure/setup-helm) | `5.0.0` | `5.0.1` |
| [stefanprodan/timoni/actions/setup](https://github.com/stefanprodan/timoni) | `0.26.0` | `0.27.0` |
| [fluxcd/flux2/action](https://github.com/fluxcd/flux2) | `2.8.8` | `2.9.0` |
| [actions/setup-go](https://github.com/actions/setup-go) | `6.4.0` | `6.5.0` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.1.0` | `4.2.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.1.0` | `4.2.0` |
| [docker/login-action](https://github.com/docker/login-action) | `4.2.0` | `4.4.0` |
| [docker/metadata-action](https://github.com/docker/metadata-action) | `6.1.0` | `6.2.0` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `7.2.0` | `7.3.0` |
| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `7.2.2` | `7.2.3` |
| [actions/attest](https://github.com/actions/attest) | `4.1.0` | `4.1.1` |
| [fluxcd/flux-schema/actions/setup](https://github.com/fluxcd/flux-schema) | `0.4.0` | `0.7.2` |



Updates `actions/checkout` from 6.0.3 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0)

Updates `azure/setup-helm` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
- [Commits](https://github.com/azure/setup-helm/compare/dda3372f752e03dde6b3237bc9431cdc2f7a02a2...9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310)

Updates `stefanprodan/timoni/actions/setup` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/stefanprodan/timoni/releases)
- [Commits](https://github.com/stefanprodan/timoni/compare/c68e33a34f17c7ca93c7fc6717d61a14819276dc...69e421aebbed979ded721df0da2a54428c5b4b9c)

Updates `fluxcd/flux2/action` from 2.8.8 to 2.9.0
- [Release notes](https://github.com/fluxcd/flux2/releases)
- [Commits](https://github.com/fluxcd/flux2/compare/1fd61a06264d71cf445ed55c4f14d401d26a1c64...dcc7def046cba2fe8d15d9737a4c250100f62fe0)

Updates `actions/setup-go` from 6.4.0 to 6.5.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/4a3601121dd01d1626a1e23e37211e3254c1c06c...924ae3a1cded613372ab5595356fb5720e22ba16)

Updates `docker/setup-qemu-action` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/06116385d9baf250c9f4dcb4858b16962ea869c3...96fe6ef7f33517b61c61be40b68a1882f3264fb8)

Updates `docker/setup-buildx-action` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5...bb05f3f5519dd87d3ba754cc423b652a5edd6d2c)

Updates `docker/login-action` from 4.2.0 to 4.4.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/650006c6eb7dba73a995cc03b0b2d7f5ca915bee...af1e73f918a031802d376d3c8bbc3fe56130a9b0)

Updates `docker/metadata-action` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9...dc802804100637a589fabce1cb79ff13a1411302)

Updates `docker/build-push-action` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/f9f3042f7e2789586610d6e8b85c8f03e5195baf...53b7df96c91f9c12dcc8a07bcb9ccacbed38856a)

Updates `goreleaser/goreleaser-action` from 7.2.2 to 7.2.3
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89...f06c13b6b1a9625abc9e6e439d9c05a8f2190e94)

Updates `actions/attest` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/actions/attest/releases)
- [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md)
- [Commits](https://github.com/actions/attest/compare/59d89421af93a897026c735860bf21b6eb4f7b26...a1948c3f048ba23858d222213b7c278aabede763)

Updates `fluxcd/flux-schema/actions/setup` from 0.4.0 to 0.7.2
- [Release notes](https://github.com/fluxcd/flux-schema/releases)
- [Commits](https://github.com/fluxcd/flux-schema/compare/b8dc6ef4ee4cc3d244bd3595ac5654bf1c344b76...57f8dc73de6e689cd661a55a74ca94542843480a)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: azure/setup-helm
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: stefanprodan/timoni/actions/setup
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: fluxcd/flux2/action
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: actions/setup-go
  dependency-version: 6.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: docker/setup-qemu-action
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: docker/login-action
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: docker/metadata-action
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: docker/build-push-action
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: goreleaser/goreleaser-action
  dependency-version: 7.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/attest
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: fluxcd/flux-schema/actions/setup
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-06 06:44:58 +00:00
Stefan ProdanandGitHub a30fa32242 Merge pull request #500 from stefanprodan/release-6.14.0
Release 6.14.0
6.14.0
2026-06-18 12:00:20 +03:00
Stefan Prodan e92ae0e624 Release 6.14.0 2026-06-18 11:56:18 +03:00
Stefan ProdanandGitHub 5b28353d9c Merge pull request #499 from stefanprodan/deploy-traffic-gen
deploy: Add warm-cache CronJob
2026-06-18 11:50:13 +03:00
Stefan Prodan 72c51ed43b deploy: Add warm-cache CronJob
- Introduced a new `warm-cache` CronJob to periodically preload the cache.
- Added supporting scripts (`warm-cache.sh`, `warm-cache-init.sh`) to manage the cache warm-up process.
- Configured `ServiceAccount` for the frontend deployment to enhance security.
- Adjusted HPA minimum replicas from 1 to 2 for better availability.
- Set frontend deployment to use debug log level.

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2026-06-18 11:44:39 +03:00
Stefan Prodan 7a9ce5c9bb make: Simplify version bump logic
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2026-06-18 11:44:10 +03:00
Stefan Prodan f3a52aa129 Add prep-release target for automated version bump
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2026-06-18 10:15:32 +03:00
Stefan ProdanandGitHub 25593e1e3b Merge pull request #498 from stefanprodan/dependabot/github_actions/actions-7d2ff52373
build(deps): bump the actions group across 1 directory with 2 updates
2026-06-18 09:52:19 +03:00
dependabot[bot]andGitHub cd2c14aaf9 build(deps): bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [fluxcd/flux-schema](https://github.com/fluxcd/flux-schema).


Updates `actions/checkout` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10)

Updates `fluxcd/flux-schema` from 5420d0e69becd86581765cf2fc42b6f6a9ac65fe to b8dc6ef4ee4cc3d244bd3595ac5654bf1c344b76
- [Release notes](https://github.com/fluxcd/flux-schema/releases)
- [Commits](https://github.com/fluxcd/flux-schema/compare/5420d0e69becd86581765cf2fc42b6f6a9ac65fe...b8dc6ef4ee4cc3d244bd3595ac5654bf1c344b76)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: fluxcd/flux-schema
  dependency-version: b8dc6ef4ee4cc3d244bd3595ac5654bf1c344b76
  dependency-type: direct:production
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-15 06:45:03 +00:00
Stefan ProdanandGitHub 13e4ded71d Merge pull request #497 from stefanprodan/harden-web
Harden web server against resource exhaustion
2026-06-09 00:06:41 +03:00
Stefan Prodan 5037beda6c Cap HTTP request and websocket message sizes
Unauthenticated clients could exhaust process memory (and, for /store,
disk) by posting arbitrarily large bodies, and could OOM or pin
goroutines via the /ws/echo websocket.

- Wrap request bodies in http.MaxBytesReader (10 MiB) on the echo,
  store, cache and token handlers via a shared readLimitedBody helper
- Bound /ws/echo: per-message read limit, idle read deadline with
  ping/pong keepalive, and write deadlines
- Add regression tests for both limits
2026-06-08 23:58:43 +03:00
Stefan Prodan 302c092cce Fix panic on GET /chunked from integer overflow
HttpServerTimeout is a time.Duration (nanoseconds); the default-delay
branch scaled it by time.Second again, overflowing int64 to a negative
value and passing it to rand.Intn, which panics. The bare /chunked route
(no wait param) hit this on every request.

Convert the timeout to whole seconds in a guarded helper that keeps
rand.Intn's argument positive, and add a regression test.
2026-06-08 23:58:36 +03:00
Stefan ProdanandGitHub 349544d100 Merge pull request #496 from matheuscscp/upgrade-flux-schema
Upgrade to flux-schema 0.4
2026-06-08 22:22:04 +03:00
Matheus Pimenta 120c415a9f Upgrade to flux-schema 0.4
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
2026-06-08 14:55:54 +01:00
Stefan ProdanandGitHub 875ffa9431 Merge pull request #494 from stefanprodan/release-6.13.0
Release 6.13.0
6.13.0
2026-06-04 23:41:39 +03:00
Stefan Prodan 73a9a9c81d Release 6.13.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2026-06-04 23:38:30 +03:00
Stefan Prodan 6e7e8f0088 Update dependencies
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2026-06-04 23:38:01 +03:00
Stefan ProdanandGitHub 24108dde55 Merge pull request #493 from stefanprodan/dependabot/github_actions/actions-f79f29c3ec
build(deps): bump the actions group across 1 directory with 7 updates
2026-06-04 00:57:44 +03:00
Stefan ProdanandGitHub 6a83cf4376 Merge pull request #492 from dkulchinsky/feat/fault-injection
feat(http): add fault injection mode for circuit breaker testing
2026-06-04 00:48:24 +03:00
Danny Kulchinsky 04fa4f98ac regenerate swagger docs for /fault_injection endpoints 2026-06-03 16:14:43 -04:00
Danny Kulchinsky 6614fe3543 address review comments 2026-06-03 16:04:17 -04:00
Danny Kulchinsky 64c73da55a update Web API with new endpoints 2026-06-03 09:08:51 -04:00
Danny Kulchinsky 18230d8fc5 feat(http): add fault injection mode for circuit breaker testing
Adds a process-wide toggle that makes podinfo respond with HTTP 500 to all application endpoints while keeping Kubernetes probes, metrics, pprof and the control endpoints functional. This allows a single replica to be made selectively 'sick' to test client-side circuit breakers / outlier detection (Envoy, Istio DestinationRule.outlierDetection, etc.) without Kubernetes evicting the pod.

New endpoints:

  POST /fault_injection/enable

  POST /fault_injection/disable

  GET  /fault_injection/status

Includes unit tests for the handlers, the middleware behavior, and the path exclusion list.
2026-06-02 23:18:28 -04:00
Stefan ProdanandGitHub 8a12123ba3 Merge pull request #491 from dex4er/feat/prefix
Add support for configurable URL path prefix in podinfo application
2026-06-02 18:40:52 +03:00
dependabot[bot]andGitHub 463df46cb7 build(deps): bump the actions group across 1 directory with 7 updates
Bumps the actions group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fluxcd/flux2](https://github.com/fluxcd/flux2) | `2.8.6` | `2.8.8` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.0.0` | `4.1.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.0.0` | `4.1.0` |
| [docker/login-action](https://github.com/docker/login-action) | `4.1.0` | `4.2.0` |
| [docker/metadata-action](https://github.com/docker/metadata-action) | `6.0.0` | `6.1.0` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `7.1.0` | `7.2.0` |
| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `7.2.1` | `7.2.2` |



Updates `fluxcd/flux2` from 2.8.6 to 2.8.8
- [Release notes](https://github.com/fluxcd/flux2/releases)
- [Commits](https://github.com/fluxcd/flux2/compare/04acaec6161ac4fb1a82ffafa88901c03271d34f...1fd61a06264d71cf445ed55c4f14d401d26a1c64)

Updates `docker/setup-qemu-action` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/ce360397dd3f832beb865e1373c09c0e9f86d70a...06116385d9baf250c9f4dcb4858b16962ea869c3)

Updates `docker/setup-buildx-action` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd...d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5)

Updates `docker/login-action` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/4907a6ddec9925e35a0a9e82d7399ccc52663121...650006c6eb7dba73a995cc03b0b2d7f5ca915bee)

Updates `docker/metadata-action` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/030e881283bb7a6894de51c315a6bfe6a94e05cf...80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9)

Updates `docker/build-push-action` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/bcafcacb16a39f128d818304e6c9c0c18556b85f...f9f3042f7e2789586610d6e8b85c8f03e5195baf)

Updates `goreleaser/goreleaser-action` from 7.2.1 to 7.2.2
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8...5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89)

---
updated-dependencies:
- dependency-name: fluxcd/flux2
  dependency-version: 2.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: docker/setup-qemu-action
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: docker/login-action
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: docker/metadata-action
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: docker/build-push-action
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: goreleaser/goreleaser-action
  dependency-version: 7.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-01 22:14:49 +00:00
Piotr Roszatycki 51f14f8fc5 Add support for configurable URL path prefix in podinfo application 2026-05-25 12:47:45 +02:00
Stefan ProdanandGitHub a547e00b6c Merge pull request #488 from stefanprodan/release-6.12.0
Release 6.12.0
6.12.0
2026-05-20 12:59:46 +03:00
Stefan Prodan 30ac3ce042 Release 6.12.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2026-05-20 12:50:34 +03:00
Stefan ProdanandGitHub ac38ccf245 Merge pull request #487 from stefanprodan/refactor-release
Unify docker build and drop support for `linux/arm/v7`
2026-05-20 12:45:35 +03:00
Stefan Prodan 5751cab6b3 Update docs to Cosign v3
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2026-05-20 12:41:38 +03:00
Stefan Prodan 47dbd328d6 Unify e2e tests
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2026-05-20 12:41:32 +03:00
Stefan Prodan 466cd65931 Unify docker build
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2026-05-20 12:27:19 +03:00
Stefan Prodan b642d28e57 Drop support for linux/arm/v7
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2026-05-20 11:39:41 +03:00
Stefan Prodan f2c02b6ade Update Redis to 8.6.3
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2026-05-20 11:36:45 +03:00
Stefan ProdanandGitHub fc9a372e3d Merge pull request #486 from stefanprodan/test-http-api
Improve test coverage of the HTTP API
2026-05-20 11:18:59 +03:00
Stefan Prodan 2ca58cf0a4 Migrate JWT to registered claims
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2026-05-20 11:11:58 +03:00
Stefan Prodan 4920afdafb Improve test coverage of the HTTP API
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2026-05-20 11:07:35 +03:00
Stefan ProdanandGitHub 5799a248d8 Merge pull request #485 from stefanprodan/refactor-headers
Refactor response header settings
2026-05-20 10:57:56 +03:00
Stefan Prodan 7d8e7005b1 Refactor response header settings
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2026-05-20 10:50:31 +03:00
Stefan ProdanandGitHub 473f808b28 Merge pull request #483 from stefanprodan/flux-schema
ci: Validate manifests with Flux Schema CLI
2026-05-20 10:30:26 +03:00
Stefan Prodan 720a592d93 ci: Validate manifests with Flux Schema CLI
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2026-05-20 10:26:14 +03:00