Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WanzenBug committed Dec 23, 2022
1 parent 8c331be commit 07c6543
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 642 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2022-12-23

- Require go 1.19
- Update golinstor to prune dependencies

## [0.2.0] - 2022-12-21

- Update golinstor to support Bearer Token Authentication
Expand All @@ -20,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial command, supporting `api-online` and `satellite-online` commands.

[Unreleased]: https://github.com/LINBIT/linstor-wait-until/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/LINBIT/linstor-wait-until/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/LINBIT/linstor-wait-until/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/LINBIT/linstor-wait-until/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/LINBIT/linstor-wait-until/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/LINBIT/linstor-wait-until/releases/tag/v0.1.0
11 changes: 4 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
module github.com/LINBIT/linstor-wait-until

go 1.17
go 1.19

require (
github.com/LINBIT/golinstor v0.46.0
github.com/LINBIT/golinstor v0.46.1
github.com/sirupsen/logrus v1.9.0
)

require (
github.com/donovanhide/eventsource v0.0.0-20210830082556-c59027999da0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/smartystreets/assertions v1.13.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
golang.org/x/time v0.3.0 // indirect
moul.io/http2curl/v2 v2.3.0 // indirect
)
Loading

0 comments on commit 07c6543

Please sign in to comment.