Commit Graph

16 Commits

Author SHA1 Message Date
Milos Gajdos
b1d5dbcf1b chore(ci): Prep for v3.1 release
* Release notes added
* Version bump in version package
* AUTHORS updated

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2026-04-05 18:12:29 -07:00
Milos Gajdos
ceafb0414d Update releases/v3.0.0.toml
Co-authored-by: Benjamin Schanzel <b.schanzel@gmail.com>
Signed-off-by: Milos Gajdos <milosgajdos83@gmail.com>
2025-04-01 15:03:09 +01:00
Milos Gajdos
6266adaa96 Prep for v3 release
This is a prep for the first stable v3 release of registry.

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2025-03-30 19:46:34 -07:00
Milos Gajdos
be2025a833 Prep for v3-rc.4 release
* Created a changelog file
* Updated version
* Updated AUTHORS
* Updated .mailmap

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2025-03-20 21:41:10 -07:00
Milos Gajdos
198db9cb06 Prep for v3-rc.3 release
* Created a changelog file
* Updated version

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2025-02-11 06:56:02 -08:00
Milos Gajdos
c4a604465f Prepare for rc2 release
Seems like we havent done AUTHORS update in a while: this commit
rectififes that.

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2024-12-18 08:17:36 +00:00
Milos Gajdos
4118c80a99 Prep for v3-rc.1 release
* Created a changelog file
* Updated mailmap
* Updated version

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2024-11-06 15:37:11 +00:00
Milos Gajdos
c72db4109c Prep for v3-beta1 release
Created a changelog file
Updated mailmap
Updated version

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2024-07-09 19:31:16 +01:00
Milos Gajdos
f23c675d85 release: prep for the v3 alpha-1 release
Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2023-12-19 15:11:25 +00:00
James Hewitt
83dd4ff0a6 Cleanup of naming in docs
Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
2023-10-12 11:39:36 +01:00
Aviral Takkar
b07018ff3d docs: update release-tool link
Signed-off-by: Aviral Takkar <aviral26@users.noreply.github.com>
2021-08-23 00:01:41 -07:00
Sebastiaan van Stijn
1d33874951 go.mod: change imports to github.com/distribution/distribution/v3
Go 1.13 and up enforce import paths to be versioned if a project
contains a go.mod and has released v2 or up.

The current v2.x branches (and releases) do not yet have a go.mod,
and therefore are still allowed to be imported with a non-versioned
import path (go modules add a `+incompatible` annotation in that case).

However, now that this project has a `go.mod` file, incompatible
import paths will not be accepted by go modules, and attempting
to use code from this repository will fail.

This patch uses `v3` for the import-paths (not `v2`), because changing
import paths itself is a breaking change, which means that  the
next release should increment the "major" version to comply with
SemVer (as go modules dictate).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-02-08 18:30:46 +01:00
Ryan Abrams
08c6bbed05 Release notes for 2.7
Signed-off-by: Ryan Abrams <rdabrams@gmail.com>
2018-11-29 16:35:06 -08:00
Derek McGowan
f3adfea35b Merge pull request #2721 from dmcgowan/release-notes-2.7.0-rc
Add release notes for 2.7.0 release candidates
2018-09-27 14:41:04 -07:00
Derek McGowan
97cb7f35b0 Update release documents
Remove redundant AUTHORS file in favor of relying
on .mailmap for keeping track of author names.
Move older changelogs to release directory.
Move release checklist to releases README.

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-09-26 18:30:44 -07:00
Derek McGowan
2eb7a17225 Add 2.7.0-rc release notes
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2018-09-26 11:15:01 -07:00