From 672c892809e3fc410af176bfbc18cb63a1367458 Mon Sep 17 00:00:00 2001 From: 030 Date: Sat, 28 Dec 2024 19:23:52 +0100 Subject: [PATCH] docs: Generate 7.6.0 docs --- build/TaskfileCommon.yml | 2 +- build/package/snap/snapcraft.yaml | 2 +- docs/CHANGELOG.md | 35 +++++++++++++++++++--- docs/quickstarts/snippets/n3dr/DOWNLOAD.md | 6 ++-- 4 files changed, 36 insertions(+), 9 deletions(-) diff --git a/build/TaskfileCommon.yml b/build/TaskfileCommon.yml index 2d7c2027..4bbc6e81 100644 --- a/build/TaskfileCommon.yml +++ b/build/TaskfileCommon.yml @@ -4,7 +4,7 @@ version: "3" vars: GIT_CHGLOG_URL: https://github.com/git-chglog/git-chglog/releases/download GIT_CHGLOG_VERSION: v0.15.1/git-chglog_0.15.1_linux_amd64.tar.gz - CHANGELOG_NEXT_TAG: 7.5.2 + CHANGELOG_NEXT_TAG: 7.6.0 tasks: changelog: diff --git a/build/package/snap/snapcraft.yaml b/build/package/snap/snapcraft.yaml index 4cf37b3c..1faaabe2 100644 --- a/build/package/snap/snapcraft.yaml +++ b/build/package/snap/snapcraft.yaml @@ -1,7 +1,7 @@ --- name: n3dr base: core22 -version: 7.5.2 +version: 7.6.0 summary: Nexus3 Disaster Recovery description: | Download all artifacts at once or migrate automatically from Nexus to Nexus. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 06c99b46..2c146dfc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,13 +2,39 @@ ## [Unreleased] + +## [7.6.0] - 2024-12-28 +### Build +- **deps:** bump the github-actions-all group across 1 directory with 4 updates ([#680](https://github.com/030/n3dr/issues/680)) +- **deps:** bump golang version from 1.23.2 to 1.23.4 ([#678](https://github.com/030/n3dr/issues/678)) +- **deps:** bump the github-actions-all group with 6 updates ([#677](https://github.com/030/n3dr/issues/677)) +- **deps:** bump github.com/aws/aws-sdk-go from 1.50.35 to 1.51.25 ([#564](https://github.com/030/n3dr/issues/564)) +- **deps:** bump the gomod-all group with 7 updates ([#670](https://github.com/030/n3dr/issues/670)) +- **deps:** bump actions/checkout from 4.1.4 to 4.2.2 ([#668](https://github.com/030/n3dr/issues/668)) +- **deps:** bump docker/login-action from 3.1.0 to 3.3.0 ([#656](https://github.com/030/n3dr/issues/656)) +- **deps:** bump codecov/codecov-action from 4.3.0 to 5.1.1 ([#669](https://github.com/030/n3dr/issues/669)) +- **deps:** bump sonarsource/sonarcloud-github-action from 2.1.1 to 4.0.0 ([#667](https://github.com/030/n3dr/issues/667)) +- **deps:** bump actions/setup-go from 5.0.0 to 5.2.0 ([#666](https://github.com/030/n3dr/issues/666)) +- **deps:** bump golang from 1.23.2-alpine3.20 to 1.23.4-alpine3.20 ([#665](https://github.com/030/n3dr/issues/665)) +- **deps:** bump actions/checkout from 4.1.3 to 4.1.4 ([#569](https://github.com/030/n3dr/issues/569)) +- **deps:** bump github.com/aws/aws-sdk-go from 1.51.25 to 1.51.29 ([#570](https://github.com/030/n3dr/issues/570)) +- **deps:** bump actions/checkout from 4.1.2 to 4.1.3 ([#565](https://github.com/030/n3dr/issues/565)) +- **fix:** [[#663](https://github.com/030/n3dr/issues/663)] Aggregate Dependabot gomod updates ([#664](https://github.com/030/n3dr/issues/664)) +- **fix:** Aggregate github-actions and docker Dependabot updates ([#676](https://github.com/030/n3dr/issues/676)) + +### Docs +- [[#287](https://github.com/030/n3dr/issues/287)] Snap download folder changed ([#572](https://github.com/030/n3dr/issues/572)) + + ## [7.5.2] - 2024-04-21 ### Build - [[#535](https://github.com/030/n3dr/issues/535)] allow gomod-go-version-updater action to trigger golang… ([#543](https://github.com/030/n3dr/issues/543)) +- [[#561](https://github.com/030/n3dr/issues/561)] Revert to sventaro upload action 2.7.0 ([#562](https://github.com/030/n3dr/issues/562)) - [[#535](https://github.com/030/n3dr/issues/535)] allow gomod-go-version-updater action to trigger golang… ([#536](https://github.com/030/n3dr/issues/536)) - [[#535](https://github.com/030/n3dr/issues/535)] allow gomod-go-version-updater action to trigger golang… ([#539](https://github.com/030/n3dr/issues/539)) -- **deps:** bump github.com/go-openapi/runtime from 0.27.2 to 0.28.0 ([#529](https://github.com/030/n3dr/issues/529)) +- [[#561](https://github.com/030/n3dr/issues/561)] Write repo permission required to push docker image ([#563](https://github.com/030/n3dr/issues/563)) +- **deps:** bump golang from 1.22.1-alpine3.18 to 1.22.2-alpine3.18 ([#553](https://github.com/030/n3dr/issues/553)) - **deps:** bump docker/setup-buildx-action from 3.2.0 to 3.3.0 ([#556](https://github.com/030/n3dr/issues/556)) - **deps:** bump codecov/codecov-action from 4.1.0 to 4.3.0 ([#557](https://github.com/030/n3dr/issues/557)) - **deps:** bump github.com/docker/docker from 20.10.27+incompatible to 24.0.9+incompatible ([#551](https://github.com/030/n3dr/issues/551)) @@ -20,9 +46,9 @@ - **deps:** bump actions/checkout from 4.1.1 to 4.1.2 ([#546](https://github.com/030/n3dr/issues/546)) - **deps:** bump docker/build-push-action from 5.1.0 to 5.3.0 ([#548](https://github.com/030/n3dr/issues/548)) - **deps:** bump docker/setup-buildx-action from 3.1.0 to 3.2.0 ([#549](https://github.com/030/n3dr/issues/549)) -- **deps:** bump golang from 1.22.1-alpine3.18 to 1.22.2-alpine3.18 ([#553](https://github.com/030/n3dr/issues/553)) - **deps:** bump github.com/go-openapi/swag from 0.22.10 to 0.23.0 ([#533](https://github.com/030/n3dr/issues/533)) - **deps:** bump github.com/go-openapi/errors from 0.21.1 to 0.22.0 ([#532](https://github.com/030/n3dr/issues/532)) +- **deps:** bump github.com/go-openapi/runtime from 0.27.2 to 0.28.0 ([#529](https://github.com/030/n3dr/issues/529)) - **deps:** bump github.com/aws/aws-sdk-go from 1.50.30 to 1.50.35 ([#523](https://github.com/030/n3dr/issues/523)) - **deps:** [[#524](https://github.com/030/n3dr/issues/524)] Update go version in go.mod ([#527](https://github.com/030/n3dr/issues/527)) - **deps:** bump github.com/go-openapi/runtime from 0.27.1 to 0.27.2 ([#517](https://github.com/030/n3dr/issues/517)) @@ -42,7 +68,7 @@ - **deps:** bump codecov/codecov-action from 4.0.1 to 4.0.2 ([#501](https://github.com/030/n3dr/issues/501)) ### Fix -- [[#496](https://github.com/030/n3dr/issues/496)] Default snap channel should point to n3dr 7 +- [[#496](https://github.com/030/n3dr/issues/496)] Default snap channel should point to n3dr 7 ([#559](https://github.com/030/n3dr/issues/559)) - [[#535](https://github.com/030/n3dr/issues/535)] Go mod updater go mod tidy ([#537](https://github.com/030/n3dr/issues/537)) - [[#499](https://github.com/030/n3dr/issues/499)] Add default reviewer 030 to dependabot PRs. ([#500](https://github.com/030/n3dr/issues/500)) - [[#485](https://github.com/030/n3dr/issues/485)] Resolve defer issue in time now. ([#497](https://github.com/030/n3dr/issues/497)) @@ -530,7 +556,8 @@ The `backup`, `upload` and `repositories` commands have been removed. ## 1.0.0 - 2019-05-12 -[Unreleased]: https://github.com/030/n3dr/compare/7.5.2...HEAD +[Unreleased]: https://github.com/030/n3dr/compare/7.6.0...HEAD +[7.6.0]: https://github.com/030/n3dr/compare/7.5.2...7.6.0 [7.5.2]: https://github.com/030/n3dr/compare/7.5.1...7.5.2 [7.5.1]: https://github.com/030/n3dr/compare/7.5.0...7.5.1 [7.5.0]: https://github.com/030/n3dr/compare/7.4.1...7.5.0 diff --git a/docs/quickstarts/snippets/n3dr/DOWNLOAD.md b/docs/quickstarts/snippets/n3dr/DOWNLOAD.md index 3c71d4f1..3b8df591 100644 --- a/docs/quickstarts/snippets/n3dr/DOWNLOAD.md +++ b/docs/quickstarts/snippets/n3dr/DOWNLOAD.md @@ -1,12 +1,12 @@ # Download -Download the [latest N3DR binary](https://github.com/030/n3dr/releases/tag/7.5.2): +Download the [latest N3DR binary](https://github.com/030/n3dr/releases/tag/7.6.0): ```bash cd /tmp && \ -curl -L https://github.com/030/n3dr/releases/download/7.5.2/n3dr-ubuntu-latest \ +curl -L https://github.com/030/n3dr/releases/download/7.6.0/n3dr-ubuntu-latest \ -o n3dr-ubuntu-latest && \ -curl -L https://github.com/030/n3dr/releases/download/7.5.2/\ +curl -L https://github.com/030/n3dr/releases/download/7.6.0/\ n3dr-ubuntu-latest.sha512.txt \ -o n3dr-ubuntu-latest.sha512.txt && \ sha512sum -c n3dr-ubuntu-latest.sha512.txt && \