Skip to content

Commit 8b971a8

Browse files
committed
mention alpha tag is going away #10618
1 parent 968e89e commit 8b971a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/release-notes/10618-app-image-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Container image management has been enhanced to provide better support for multiple Dataverse releases and improved maintenance workflows.
44

5-
**Versioned Image Tags**: Application ("dataverse") and Config Baker [images on Docker Hub](https://hub.docker.com/u/gdcc) now have versioned tags, supporting the latest three Dataverse software releases. This enables users to pin to specific versions (e.g. 6.7), providing better stability for production deployments. Previously, the "alpha" tag could be used, but it was always overwritten by the latest release. Now, you can choose the 6.7 tag, for example, to stay on that version.
5+
**Versioned Image Tags**: Application ("dataverse") and Config Baker [images on Docker Hub](https://hub.docker.com/u/gdcc) now have versioned tags, supporting the latest three Dataverse software releases. This enables users to pin to specific versions (e.g. 6.7), providing better stability for production deployments. Previously, the "alpha" tag could be used, but it was always overwritten by the latest release. Now, you can choose the 6.7 tag, for example, to stay on that version. Please note that the "alpha" tag should no longer be used and will likely be deleted. The equivalent is the new "latest" tag.
66

77
**Backport Support**: Application and Config Baker image builds now support including code backports for past releases, enabling the delivery of security fixes and critical updates to older (supported) versions.
88

doc/sphinx-guides/source/container/app-image.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Expect disruptive changes in case of high risk security threats.
5353

5454
- | **Latest**
5555
| Definition: ``latest``
56-
| Summary: Rolling tag, always pointing to the latest revision of the most current Dataverse release.
56+
| Summary: Rolling tag, always pointing to the latest revision of the most current Dataverse release. In Dataverse 6.6 and lower, the equivalent was the ``alpha`` tag, which has been deleted.
5757
- | **Rolling Production**
5858
| Definition: ``<dv-major>.<dv-minor>-<flavor>``
5959
| Example: :substitution-code:`|version|-noble`

0 commit comments

Comments
 (0)