Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion docs/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, interesting, how do I view the tags? I tried:

skopeo list-tags docker://ghcr.io/stacklok/codegate

but I only see tags like 0.20250103.95-ref.8b95d7f

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, I may have jumped the gun here - I was going off @lukehinds' post on Discord and here but looks like the actual image tags aren't wired up to the GitHub releases yet?

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.
Loading