From f652a522fd1b82a8491c7e62845a9ca948d40828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Mon, 9 Jun 2025 13:51:59 +0200 Subject: [PATCH 1/2] update changelog for 1.6.2 --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 416010ca..315f501a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +aptly (1.6.2) stable; urgency=medium + + * doc: add swagger doc for /api/gpg/key (https://github.com/aptly-dev/aptly/pull/1456) + * bash-completion: include global options in aptly command completions (https://github.com/aptly-dev/aptly/pull/1452) + * Bump golang.org/x/net from 0.33.0 to 0.38.0 (https://github.com/aptly-dev/aptly/pull/1443) + * Bump golang.org/x/crypto from 0.31.0 to 0.35.0 (https://github.com/aptly-dev/aptly/pull/1441) + * Remove corrupt package references in `db recover` (https://github.com/aptly-dev/aptly/pull/1445) + * Fix upload of unchanged packages in S3 (https://github.com/aptly-dev/aptly/pull/1440) + * use go 1.24 (https://github.com/aptly-dev/aptly/pull/1439) + + -- André Roth Mon, 09 Jun 2025 13:45:15 +0200 + aptly (1.6.1) stable; urgency=medium * update golang-github-syndtr-goleveldb-dev dependency (v1.0.1-0.20220721030215-126854af5e6d) to fix segfault on arm64 From 27ec5946060d0acef6c90226269a89fdbf48ef2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Mon, 9 Jun 2025 14:10:41 +0200 Subject: [PATCH 2/2] update releasing.md --- Releasing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Releasing.md b/Releasing.md index b1105c85..5176ff63 100644 --- a/Releasing.md +++ b/Releasing.md @@ -12,5 +12,6 @@ git push origin v$version master ``` - run swagger locally (`make docker-serve`) - copy generated docs/swagger.json to https://github.com/aptly-dev/www.aptly.info/tree/master/static/swagger/aptly_1.x.y.json -- releae www.aptly.info +- add new version to select tag in content/doc/api/swagger.md line 48 +- push commit to master - create release announcement on https://github.com/aptly-dev/aptly/discussions