Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: [#496] Default snap channel should point to n3dr 7 #559

Merged
merged 1 commit into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/snapcraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_LOGIN }}
with:
snap: ${{ steps.snapcraft.outputs.snap }}
release: candidate
release: stable
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build/package/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
51 changes: 49 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,59 @@
## [Unreleased]


<a name="7.5.2"></a>
## [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))


<a name="7.5.1"></a>
## [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))


Expand Down Expand Up @@ -484,7 +530,8 @@ The `backup`, `upload` and `repositories` commands have been removed.
<a name="1.0.0"></a>
## 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
Expand Down
6 changes: 3 additions & 3 deletions docs/quickstarts/snippets/n3dr/DOWNLOAD.md
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
Loading