Skip to content

Commit d1bfd29

Browse files
authored
Merge pull request #1458 from aptly-dev/release/1.6.2
Release 1.6.2
2 parents a794e87 + 27ec594 commit d1bfd29

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Releasing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ git push origin v$version master
1212
```
1313
- run swagger locally (`make docker-serve`)
1414
- copy generated docs/swagger.json to https://github.com/aptly-dev/www.aptly.info/tree/master/static/swagger/aptly_1.x.y.json
15-
- releae www.aptly.info
15+
- add new version to select tag in content/doc/api/swagger.md line 48
16+
- push commit to master
1617
- create release announcement on https://github.com/aptly-dev/aptly/discussions

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
aptly (1.6.2) stable; urgency=medium
2+
3+
* doc: add swagger doc for /api/gpg/key (https://github.com/aptly-dev/aptly/pull/1456)
4+
* bash-completion: include global options in aptly command completions (https://github.com/aptly-dev/aptly/pull/1452)
5+
* Bump golang.org/x/net from 0.33.0 to 0.38.0 (https://github.com/aptly-dev/aptly/pull/1443)
6+
* Bump golang.org/x/crypto from 0.31.0 to 0.35.0 (https://github.com/aptly-dev/aptly/pull/1441)
7+
* Remove corrupt package references in `db recover` (https://github.com/aptly-dev/aptly/pull/1445)
8+
* Fix upload of unchanged packages in S3 (https://github.com/aptly-dev/aptly/pull/1440)
9+
* use go 1.24 (https://github.com/aptly-dev/aptly/pull/1439)
10+
11+
-- André Roth <neolynx@gmail.com> Mon, 09 Jun 2025 13:45:15 +0200
12+
113
aptly (1.6.1) stable; urgency=medium
214

315
* update golang-github-syndtr-goleveldb-dev dependency (v1.0.1-0.20220721030215-126854af5e6d) to fix segfault on arm64

0 commit comments

Comments
 (0)