Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrboe committed Mar 14, 2023
1 parent 5de9e79 commit d8d0d9b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [1.2.0] - 2023-03-14

### Features

* When creating a resource (iSCSI, NVMe-oF, or NFS), LINSTOR Gateway will now do a basic check for IP collisions. If the provided service IP is already in use by another resource, an error will be thrown. (48ac8502)

### Fixes

* The CLI will no longer print the usage information whenever an error happens. (4e2cc19c)
* When listing resources, degraded resources could previously be displayed twice. This was changed so that every resource only gets reported once. (a4b56ceb)
* Remove a check that verifies a resource is stopped before adding a volume. Adding volumes works just as well on running resources. (8426c36e)

## [1.1.1] - 2023-03-06

### Fixes
Expand Down Expand Up @@ -213,7 +225,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
* First released version
* REST API version 1.0.0

[Unreleased]: https://github.com/LINBIT/linstor-gateway/compare/v1.1.1...HEAD
[Unreleased]: https://github.com/LINBIT/linstor-gateway/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/LINBIT/linstor-gateway/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/LINBIT/linstor-gateway/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/LINBIT/linstor-gateway/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/LINBIT/linstor-gateway/compare/v1.0.0-rc.1...v1.0.0
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
linstor-gateway (1.2.0-1) unstable; urgency=medium

* New upstream release

-- Christoph Böhmwalder <christoph.boehmwalder@linbit.com> Tue, 14 Mar 2023 15:29:42 +0100

linstor-gateway (1.1.1-1) unstable; urgency=medium

* New upstream release
Expand Down
5 changes: 4 additions & 1 deletion linstor-gateway.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%endif

Name: linstor-gateway
Version: 1.1.1
Version: 1.2.0
Release: 1
Summary: LINSTOR Gateway exposes highly available LINSTOR storage via iSCSI, NFS, or NVMe-OF.
%global tarball_version %(echo "%{version}" | sed -e 's/~rc/-rc/' -e 's/~alpha/-alpha/')
Expand Down Expand Up @@ -52,6 +52,9 @@ install -D -m 644 %{name}.xml %{buildroot}%{_firewalldir}/services/%{name}.xml
%{_firewalldir}/services/%{name}.xml

%changelog
* Tue Mar 14 2023 Christoph Böhmwalder <christoph.boehmwalder@linbit.com> - 1.2.0-1
- New upstream release

* Mon Mar 06 2023 Christoph Böhmwalder <christoph.boehmwalder@linbit.com> - 1.1.1-1
- New upstream release

Expand Down

0 comments on commit d8d0d9b

Please sign in to comment.