From 34d3f8a8bdc7c75ffc3d50254955a5cac06f345d Mon Sep 17 00:00:00 2001 From: MergeCheck Date: Tue, 7 Jul 2026 13:26:31 -0300 Subject: [PATCH] chore(medikeep): bump medikeep to 0.68.0 --- charts/medikeep/Chart.yaml | 6 +++--- charts/medikeep/DESIGN.md | 4 ++-- charts/medikeep/README.md | 11 ++++++++++- charts/medikeep/tests/templates_test.yaml | 2 +- charts/medikeep/values.yaml | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) diff --git a/charts/medikeep/Chart.yaml b/charts/medikeep/Chart.yaml index 9a1111dd..a8175ec0 100644 --- a/charts/medikeep/Chart.yaml +++ b/charts/medikeep/Chart.yaml @@ -4,7 +4,7 @@ name: medikeep description: Self-hosted personal medical records manager with PostgreSQL persistence type: application version: 1.0.2 -appVersion: "0.67.0" +appVersion: "0.68.0" kubeVersion: ">=1.26.0-0" home: https://helmforge.dev/docs/charts/medikeep sources: @@ -25,8 +25,8 @@ maintainers: icon: https://helmforge.dev/icons/charts/medikeep.png annotations: artifacthub.io/changes: | - - kind: fixed - description: "align chart with helmforge standards (#632)" + - kind: changed + description: "bump medikeep to 0.68.0 (#697)" artifacthub.io/category: skip-prediction artifacthub.io/license: Apache-2.0 artifacthub.io/prerelease: "false" diff --git a/charts/medikeep/DESIGN.md b/charts/medikeep/DESIGN.md index 63b7c88f..d717be39 100644 --- a/charts/medikeep/DESIGN.md +++ b/charts/medikeep/DESIGN.md @@ -14,10 +14,10 @@ Scaling above one pod is blocked because MediKeep writes uploads and generated b The chart uses the official upstream image: ```text -ghcr.io/afairgiant/medikeep:v0.67.0 +ghcr.io/afairgiant/medikeep:v0.68.0 ``` -The tag maps to the upstream `v0.67.0` release and publishes Linux `amd64` and `arm64` manifests. +The tag maps to the upstream `v0.68.0` release and publishes Linux `amd64` and `arm64` manifests. ## Database diff --git a/charts/medikeep/README.md b/charts/medikeep/README.md index 91c9a121..8afe7ed7 100644 --- a/charts/medikeep/README.md +++ b/charts/medikeep/README.md @@ -2,9 +2,18 @@ Deploy [MediKeep](https://github.com/afairgiant/MediKeep), a self-hosted personal medical records application built with React and FastAPI. -This chart packages the official `ghcr.io/afairgiant/medikeep:v0.67.0` image with PostgreSQL, persistent uploads and backups, +This chart packages the official `ghcr.io/afairgiant/medikeep:v0.68.0` image with PostgreSQL, persistent uploads and backups, Kubernetes Ingress, Gateway API, NetworkPolicy, and External Secrets Operator integration. +## Upgrade Notes + +MediKeep `v0.68.0` adds medication reminder configuration and test reminders, +new clinical data options such as Chikungunya vaccine support, stacked lab +result views, and practitioner entry improvements. It also includes fixes for +reference range validation, immunization history linking, condition lab results, +and a migration file ID overlap. Back up PostgreSQL and uploaded records before +upgrading. + ## Install ```bash diff --git a/charts/medikeep/tests/templates_test.yaml b/charts/medikeep/tests/templates_test.yaml index 478746f2..7b517f41 100644 --- a/charts/medikeep/tests/templates_test.yaml +++ b/charts/medikeep/tests/templates_test.yaml @@ -14,7 +14,7 @@ tests: of: Deployment - equal: path: spec.template.spec.containers[0].image - value: ghcr.io/afairgiant/medikeep:v0.67.0 + value: ghcr.io/afairgiant/medikeep:v0.68.0 - equal: path: spec.strategy.type value: Recreate diff --git a/charts/medikeep/values.yaml b/charts/medikeep/values.yaml index 37c2c248..c99afcfd 100644 --- a/charts/medikeep/values.yaml +++ b/charts/medikeep/values.yaml @@ -13,7 +13,7 @@ image: # -- Official MediKeep container image repository. repository: ghcr.io/afairgiant/medikeep # -- Pinned MediKeep image tag. Floating tags such as latest are not used by default. - tag: "v0.67.0" + tag: "v0.68.0" # -- Kubernetes image pull policy. pullPolicy: IfNotPresent