Skip to content

Commit

Permalink
Merge pull request #253 from 030/249-api-3381
Browse files Browse the repository at this point in the history
[#249] Change API to 3.38.1,
  • Loading branch information
030 authored May 7, 2022
2 parents ed5b38b + 2c56386 commit d3e4cb0
Show file tree
Hide file tree
Showing 55 changed files with 1,120 additions and 202 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ n3dr config \
### Build

```bash
docker build -t utrecht/n3dr:6.6.1 .
docker build -t utrecht/n3dr:6.6.2 .
```

[![dockeri.co](https://dockeri.co/image/utrecht/n3dr)](https://hub.docker.com/r/utrecht/n3dr)
Expand All @@ -325,7 +325,7 @@ docker build -t utrecht/n3dr:6.6.1 .
```bash
docker run -it \
-v /home/${USER}/.n3dr:/root/.n3dr \
-v /tmp/n3dr:/tmp/n3dr utrecht/n3dr:6.6.1
-v /tmp/n3dr:/tmp/n3dr utrecht/n3dr:6.6.2
```

### Upload
Expand All @@ -334,7 +334,7 @@ docker run -it \
docker run -it \
--entrypoint=/bin/ash \
-v /home/${USER}/.n3dr:/root/.n3dr \
-v /tmp/n3dr:/tmp/n3dr utrecht/n3dr:6.6.1
-v /tmp/n3dr:/tmp/n3dr utrecht/n3dr:6.6.2
```

navigate to the repository folder, e.g. `/tmp/n3dr/download*/` and upload:
Expand Down Expand Up @@ -598,10 +598,10 @@ Note: use `--https=false` in order to connect to a <http://nexus-url/>.

### go-swagger

Comment out `trap` in the integration-tests.sh and run it:
Run:

```bash
./test/integration-tests.sh
N3DR_CLEAN_IN_CASE_OF_SUCCESS_OR_FAILURE=false ./test/integration-tests.sh
```

Once Nexus had been started, download the go-swagger, swagger.json and
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: core20
version: 6.6.1
version: 6.6.2
summary: Nexus3 Disaster Recovery
description: |
Download all artifacts at once or migrate automatically from Nexus to Nexus.
Expand Down
9 changes: 8 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.6.2] - 2022-05-07

### Changed

- API to 3.38.1.

## [6.6.1] - 2022-04-23

### Fixed
Expand Down Expand Up @@ -691,7 +697,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Download all artifacts from a certain Nexus3 repository.

[Unreleased]: https://github.com/030/n3dr/compare/6.6.1...HEAD
[Unreleased]: https://github.com/030/n3dr/compare/6.6.2...HEAD
[6.6.2]: https://github.com/030/n3dr/compare/6.6.1...6.6.2
[6.6.1]: https://github.com/030/n3dr/compare/6.6.0...6.6.1
[6.6.0]: https://github.com/030/n3dr/compare/6.5.1...6.6.0
[6.5.1]: https://github.com/030/n3dr/compare/6.5.0...6.5.1
Expand Down
5 changes: 5 additions & 0 deletions internal/goswagger/client/nexus3_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d3e4cb0

Please sign in to comment.