diff --git a/.github/workflows/snapcraft.yml b/.github/workflows/snapcraft.yml index 45cc61cd..d8ad155a 100644 --- a/.github/workflows/snapcraft.yml +++ b/.github/workflows/snapcraft.yml @@ -29,4 +29,4 @@ jobs: SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_LOGIN }} with: snap: ${{ steps.snapcraft.outputs.snap }} - release: candidate + release: stable diff --git a/README.md b/README.md index 9c9a5649..a60f86b5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # N3DR -## SNAP STABLE WILL BE UPDATED TO N3DR 7 SOON - [![CI](https://github.com/030/n3dr/workflows/Go/badge.svg?event=push)](https://github.com/030/n3dr/actions?query=workflow%3AGo) [![GoDoc Widget]][godoc] ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/030/n3dr?logo=go) diff --git a/Taskfile.yml b/Taskfile.yml index fba50ec5..9943ce3b 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -4,7 +4,7 @@ version: '3' env: 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.1 + CHANGELOG_NEXT_TAG: 7.5.2 tasks: changelog: diff --git a/build/package/snap/snapcraft.yaml b/build/package/snap/snapcraft.yaml index cd250e4c..4cf37b3c 100644 --- a/build/package/snap/snapcraft.yaml +++ b/build/package/snap/snapcraft.yaml @@ -1,7 +1,7 @@ --- name: n3dr base: core22 -version: 7.5.1 +version: 7.5.2 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 4892b4e8..06c99b46 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,13 +2,59 @@ ## [Unreleased] + +## [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)) +- [[#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)) +- **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)) +- **deps:** bump 030/gomod-go-version-updater-action from 0.1.1 to 0.1.2 ([#555](https://github.com/030/n3dr/issues/555)) +- **deps:** bump golang version in go.mod file from 1.21.5 to 1.22.2 ([#545](https://github.com/030/n3dr/issues/545)) +- **deps:** bump svenstaro/upload-release-action from 2.7.0 to 2.9.0 ([#491](https://github.com/030/n3dr/issues/491)) +- **deps:** bump golang.org/x/net from 0.21.0 to 0.23.0 ([#558](https://github.com/030/n3dr/issues/558)) +- **deps:** bump docker/login-action from 3.0.0 to 3.1.0 ([#547](https://github.com/030/n3dr/issues/547)) +- **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/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)) +- **deps:** bump golang from 1.22.0-alpine3.18 to 1.22.1-alpine3.18 ([#519](https://github.com/030/n3dr/issues/519)) +- **deps:** bump github.com/go-openapi/validate from 0.23.0 to 0.23.2 ([#514](https://github.com/030/n3dr/issues/514)) +- **deps:** bump github.com/stretchr/testify from 1.8.4 to 1.9.0 ([#513](https://github.com/030/n3dr/issues/513)) +- **deps:** bump github.com/aws/aws-sdk-go from 1.50.29 to 1.50.30 ([#512](https://github.com/030/n3dr/issues/512)) +- **deps:** bump github.com/go-playground/validator/v10 from 10.18.0 to 10.19.0 ([#511](https://github.com/030/n3dr/issues/511)) +- **deps:** bump github.com/aws/aws-sdk-go from 1.50.28 to 1.50.29 ([#509](https://github.com/030/n3dr/issues/509)) +- **deps:** bump github.com/aws/aws-sdk-go from 1.50.27 to 1.50.28 ([#508](https://github.com/030/n3dr/issues/508)) +- **deps:** bump github.com/go-openapi/strfmt from 0.22.0 to 0.22.1 ([#506](https://github.com/030/n3dr/issues/506)) +- **deps:** bump github.com/aws/aws-sdk-go from 1.50.25 to 1.50.27 ([#505](https://github.com/030/n3dr/issues/505)) +- **deps:** bump codecov/codecov-action from 4.0.2 to 4.1.0 ([#504](https://github.com/030/n3dr/issues/504)) +- **deps:** bump github.com/go-playground/validator/v10 from 10.17.0 to 10.18.0 ([#479](https://github.com/030/n3dr/issues/479)) +- **deps:** bump docker/setup-buildx-action from 3.0.0 to 3.1.0 ([#507](https://github.com/030/n3dr/issues/507)) +- **deps:** bump github.com/aws/aws-sdk-go from 1.50.14 to 1.50.25 ([#502](https://github.com/030/n3dr/issues/502)) +- **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 +- [[#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)) + + ## [7.5.1] - 2024-02-24 ### Build - **deps:** bump schubergphilis/mcvs-golang-action from 0.3.0 to 0.4.1 ([#483](https://github.com/030/n3dr/issues/483)) ### Fix -- [[#495](https://github.com/030/n3dr/issues/495)] Upload issues due to incomplete regex. +- [[#495](https://github.com/030/n3dr/issues/495)] Upload issues due to incomplete regex. ([#498](https://github.com/030/n3dr/issues/498)) - [[#493](https://github.com/030/n3dr/issues/493)] Resolve issue in integration test. ([#494](https://github.com/030/n3dr/issues/494)) @@ -484,7 +530,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.1...HEAD +[Unreleased]: https://github.com/030/n3dr/compare/7.5.2...HEAD +[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 [7.4.1]: https://github.com/030/n3dr/compare/7.4.0...7.4.1 diff --git a/docs/quickstarts/snippets/n3dr/DOWNLOAD.md b/docs/quickstarts/snippets/n3dr/DOWNLOAD.md index 44739e28..3c71d4f1 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.1): +Download the [latest N3DR binary](https://github.com/030/n3dr/releases/tag/7.5.2): ```bash cd /tmp && \ -curl -L https://github.com/030/n3dr/releases/download/7.5.1/n3dr-ubuntu-latest \ +curl -L https://github.com/030/n3dr/releases/download/7.5.2/n3dr-ubuntu-latest \ -o n3dr-ubuntu-latest && \ -curl -L https://github.com/030/n3dr/releases/download/7.5.1/\ +curl -L https://github.com/030/n3dr/releases/download/7.5.2/\ n3dr-ubuntu-latest.sha512.txt \ -o n3dr-ubuntu-latest.sha512.txt && \ sha512sum -c n3dr-ubuntu-latest.sha512.txt && \