From bdc0e9ca3de07c0a5fbd8de030fd24ea190bc41e Mon Sep 17 00:00:00 2001 From: Dan Barr Date: Mon, 6 Jan 2025 11:00:14 -0500 Subject: [PATCH] Add changelog entry to note image versioning --- docs/about/changelog.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/about/changelog.md b/docs/about/changelog.md index d7eabf1..6c21bba 100644 --- a/docs/about/changelog.md +++ b/docs/about/changelog.md @@ -8,5 +8,16 @@ sidebar_position: 20 The internal port for the dashboard UI has changed from 80 to 9090 to resolve a permissions issue for Linux users. +- **Semantic versioning for container image** - 29 Dec, 2024\ + CodeGate is now using semantic versioning for the container image, tied to + GitHub releases. We'll continue to highlight major features and changes here, + but to review all updates, see the + [GitHub Releases page](https://github.com/stacklok/codegate/releases).\ + CodeGate is evolving quickly, so we still recommend pulling the `latest` tag + so you don't miss out on new features and improvements. + - **Introducing CodeGate** - 17 Dec, 2024\ - Initial public launch of CodeGate! + Initial public launch of CodeGate! Check out the + [blog post](https://stacklok.com/blog/productivity-and-privacy), + [website](https://codegate.ai/), and + [demo video](https://youtu.be/SkKX-Db_Leo) to learn more about the project.