Skip to content

chart-v2.6.2

Choose a tag to compare

@github-actions github-actions released this 22 Apr 07:52
· 343 commits to main since this release
Immutable release. Only release title and notes can be modified.
2a93fba

Helm Chart Release v2.6.2

Chart Version: 2.6.2

Install via OCI registry:

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

(App version and image tag are defined in the Helm chart's values.yaml)

Fallback (if OCI registry is unavailable)

Download the chart package attached to this release, then install from file:

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

What's Changed

  • build(deps): bump cryptography from 46.0.6 to 46.0.7 in the uv group across 1 directory by @dependabot[bot] in #194
  • build(deps-dev): update fastapi[standard] requirement from >=0.124.0 to >=0.135.3 by @dependabot[bot] in #195
  • build(deps-dev): bump ruff from 0.15.8 to 0.15.10 by @dependabot[bot] in #196
  • build(deps-dev): bump mypy from 1.19.1 to 1.20.1 by @dependabot[bot] in #197
  • build(deps-dev): bump respx from 0.22.0 to 0.23.1 by @dependabot[bot] in #198
  • build(deps-dev): bump pytest from 9.0.2 to 9.0.3 by @dependabot[bot] in #199
  • build(deps): bump the uv group across 1 directory with 2 updates by @dependabot[bot] in #200
  • Feature/going sdd by @Zalfsten in #202
  • build(deps-dev): update fastapi[standard] requirement from >=0.135.3 to >=0.136.0 by @dependabot[bot] in #204
  • feat: Introduce reusable workflows for CI/CD pipeline by @Zalfsten in #205
  • Feature/fix GitHub workflows by @Zalfsten in #207

Full Changelog: 237873602501-docker-v8.6.0...20260422075226-chart-v2.6.2