Skip to content

Commit

Permalink
[#1643] release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Godzina committed Dec 9, 2024
1 parent eab0b12 commit 6c656ea
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 33 deletions.
36 changes: 36 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
Stork 2.1.0 released on 2024-12-11.

* 477 [bug] slawek

Fixed a bug in the LDAP hook that made connecting to the server over
the LDAPS (TLS) protocol impossible. Thanks to Cameron Ditchfield
for proposing a fix.
(Gitlab #1488)

* 476 [func] slawek

The subnet's user context is now displayed on the subnet page. The
"subnet-name" property value of the context is also shown on the
subnet list.
(Gitlab #459)

* 475 [func] piotrek

The "Software versions" view was updated with a list of small
changes, such as corrected help tooltip text, adjusted notification
message severity for development releases, and improved badge
notification displayed in the top menu.
(Gitlab #1571)

* 474 [build] slawek

The demo now loads the LDAP hook and starts the OpenLDAP server.
(Gitlab #1554)

* 473 [bug] tomek

The Stork agent can now detect the default RNDC key of BIND 9.
The parser code can now handle algorithm definitions both quoted and
unquoted.
(Gitlab #1590)

Stork 2.0.0 released on 2024-11-13.

* 472 [bug] marcin
Expand Down
2 changes: 1 addition & 1 deletion api/swagger.in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ swagger: "2.0"
info:
description: An API for Stork
title: Stork API
version: 2.0.0
version: 2.1.0
consumes:
- application/json
produces:
Expand Down
2 changes: 1 addition & 1 deletion backend/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package stork

// Stork product version. It's shared between server, agent, tool, and UI.
const Version = "2.0.0"
const Version = "2.1.0"

// Build date of the binary. It's set during compilation.
var BuildDate = "unset"

This file was deleted.

4 changes: 0 additions & 4 deletions changelog_unreleased/1554-ldap-hook-in-demo.md

This file was deleted.

7 changes: 0 additions & 7 deletions changelog_unreleased/1571-version-reporting-improvements.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog_unreleased/1590-bind-ubuntu24-fix.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog_unreleased/459-support-for-subnet-names.md

This file was deleted.

2 changes: 1 addition & 1 deletion webui/package-lock.json

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

2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stork",
"version": "2.0.0",
"version": "2.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit 6c656ea

Please sign in to comment.