From 0b62b52f3aedcd957fe28fc7048e1a9066d4d679 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 3 Jul 2025 18:08:51 +0300 Subject: [PATCH] deprecate codegate (#2695) --- README.md | 19 ++++++++++++++++--- ix-dev/community/codegate/app.yaml | 4 ++-- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 662d44a049..118c85fd25 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,30 @@ # TrueNAS Apps Catalog -This repository contains the Docker-Compose based App catalog used by TrueNAS systems to render and update the Apps catalog. +This repository contains the Docker-Compose based App catalog used by TrueNAS systems to render and update the Apps catalog. ![image](https://github.com/user-attachments/assets/2f00c325-9d6a-46ff-8162-a080fd8a156a) +## Deprecating Apps, Features, Configuration or Functionality + +When an `App`, `Feature`, `Configuration` or `Functionality` is deprecated, it will be marked as such. + +On an already installed app, you will see a deprecation notice in the `Notes` card in the TrueNAS UI. + +In the scenario that a whole app is deprecated (not just a configuration option). +The deprecation notice will also be visible in the `Discover` tab of the TrueNAS UI, next to the app's title. + +**The deprecation period is 3 months.** + +After the deprecation period, the app, feature, configuration or functionality will be removed. ## Contributing Applications -The Apps catalog is open for contributions! We provide instructions on how to locally develop and test new applications in our [contributors guide](CONTRIBUTIONS.md). +The Apps catalog is open for contributions! We provide instructions on how to locally develop and test new applications in our [contributors guide](CONTRIBUTIONS.md). -Questions on the development of applications? Please head over to our [discussions](https://github.com/truenas/apps/discussions) page to ask questions and collaborate with other App Developers. +Questions on the development of applications? Please head over to our [discussions](https://github.com/truenas/apps/discussions) page to ask questions and collaborate with other App Developers. ## Parity Status with Legacy K3's truenas/charts (100% 🚀) +
Show Apps List diff --git a/ix-dev/community/codegate/app.yaml b/ix-dev/community/codegate/app.yaml index c03227518a..f4bfa5f036 100644 --- a/ix-dev/community/codegate/app.yaml +++ b/ix-dev/community/codegate/app.yaml @@ -35,6 +35,6 @@ screenshots: sources: - https://github.com/stacklok/codegate - https://github.com/stacklok/codegate/pkgs/container/codegate -title: CodeGate +title: CodeGate (Deprecated) train: community -version: 1.0.12 +version: 1.0.13