Skip to content

chart-v2.8.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 12:26
· 160 commits to main since this release
Immutable release. Only release title and notes can be modified.
c194c42

Helm Chart Release v2.8.0

Chart Version: 2.8.0
App Version (Docker image tag): 9.0.0

Install via OCI registry (Docker Hub)

helm upgrade --install fairagro-middleware \
  oci://registry-1.docker.io/zalf/fairagro-advanced-middleware-api-chart \
  --version 2.8.0

Install via OCI registry (GHCR)

helm upgrade --install fairagro-middleware \
  oci://ghcr.io/fairagro/fairagro-advanced-middleware-api-chart \
  --version 2.8.0

Fallback (install from attached file)

Download the .tgz attached to this release, then:

helm upgrade --install fairagro-middleware \
  fairagro-advanced-middleware-api-chart-2.8.0.tgz

(The appVersion and container image tag are defined in the chart's values.yaml.)

What's Changed

  • fix: Refine error handling in ApiClient to distinguish catastrophic e… by @Zalfsten in #244
  • build(deps): bump aiohttp from 3.13.5 to 3.14.0 in the uv group across 1 directory by @dependabot[bot] in #245
  • deps: Update GitHub Actions to v8.2.0 by @Zalfsten in #246
  • deps: Update GitHub Actions by @Zalfsten in #247
  • deps: Update GitHub Actions (major) to v4 by @Zalfsten in #248
  • Feature/going cursor by @Zalfsten in #249
  • Feature/aditional docs by @Zalfsten in #250
  • Fix Dependabot alerts from ggshield transitive dependencies. by @Zalfsten in #251
  • deps: Update GitHub Actions to v4.2.1 by @Zalfsten in #253
  • deps: Update Runtime base (Docker + Devcontainer) to v3.24.0 by @Zalfsten in #252
  • deps: Update Runtime base (Docker + Devcontainer) by @Zalfsten in #254
  • build(deps): bump python-multipart from 0.0.29 to 0.0.31 in the uv group across 1 directory by @dependabot[bot] in #255

Full Changelog: 20260527161515-chart-v2.7.0...20260617122634-chart-v2.8.0