Skip to content

Commit

Permalink
[#1239] 1.14 release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Godzina committed Dec 4, 2023
1 parent c950ac2 commit 22c162f
Show file tree
Hide file tree
Showing 21 changed files with 102 additions and 84 deletions.
98 changes: 98 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,101 @@
Stork 1.14.0 released on 2023-12-06.

* 357 [bug] piotrek

Corrected wrong anchors to Kea hooks ARM docs in
Kea application page.
For Kea version >= 2.4 new std-ischooklib-* anchors are
used.
(Gitlab #915)

* 356 [doc] slawek

Added the hook framework documentation.
(Gitlab #779)

* 355 [bug] slawek

Restored compatibility of the Stork binaries with Ubuntu 18.04 and Ubuntu
20.04.
(Gitlab #1201)

* 354 [sec] marcin

Upgraded some UI and backend dependencies to remove critical
vulnerabilities for Stork 1.14.0.
(Gitlab #1233)

* 353 [bug] slawek

Fixed issues with specifying the environment file location with the
--use-env CLI flag. Removed unused --prometheus-bind9-exporter-interval CLI
flag.
(Gitlab #1219)

* 352 [build] slawek

Enhanced the build system to recognize ARM64 architecture on the OpenBSD
operating system.
(Gitlab #1231)

* 351 [sec] slawek

Disabled the TLS 1.0 and 1.1 protocols in the GRPC server of the Stork
agent. The Stork server communicates with the Stork agent over TLS 1.3 by
default.
(Gitlab #1197)

* 350 [func] marcin

Extended subnet form for specifying relay addresses.
(Gitlab #1230)

* 349 [build] slawek

Updated the simulator Python dependencies.
(Gitlab #1166)

* 348 [func] marcin

Added a button to manually trigger updating Kea configurations in the
Stork database from the Kea servers.
(Gitlab #1206)

* 347 [func] marcin

Enabled subnet form with the pool management.
(Gitlab #1208)

* 346 [func] marcin

Extended the settings page with the ability to specify custom apps
state puller and metrics collector intervals.
(Gitlab #1210)

* 345 [doc] marcin

Documented register command arguments in the stork-agent man file.
(Gitlab #1158)

* 344 [bug] marcin

Corrected allowed ranges for T1 Percent and T2 Percent parameters in
the subnet edit form. Corrected initializing the Valid Lifetime
parameter value in the subnet form.
(Gitlab #1195)

* 343 [bug] marcin

The agent recognizes a new alias output-options introduced in Kea 2.5
logger configuration.
(Gitlab #1198)

* 342 [build] slawek

Changed the convention of preparing the ChangeLog file to avoid merge
request conflicts.
(Gitlab #1120)

* 341 [build] slawek

Fixed the cross-compilation problem for 32-bit ARM architectures caused by
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: 1.13.0
version: 1.14.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 = "1.13.0"
const Version = "1.14.0"

// Build date of the binary. It's set during compilation.
var BuildDate = "unset"
5 changes: 0 additions & 5 deletions changelog_unreleased/1120-eliminate-conflcts-on-changelog.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog_unreleased/1166-update-simulator.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog_unreleased/1195-subnet-edit-form-parameters-range

This file was deleted.

6 changes: 0 additions & 6 deletions changelog_unreleased/1197-disable-old-tls.md

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog_unreleased/1201-support-ubuntu-20-04.md

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog_unreleased/1210-stork-metrics-are-not-up-to-date

This file was deleted.

6 changes: 0 additions & 6 deletions changelog_unreleased/1219-use-env-file-flag-does-not-work.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog_unreleased/1230-relay-addresses-edit-component

This file was deleted.

5 changes: 0 additions & 5 deletions changelog_unreleased/1231-architecture-label-openbsd.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelog_unreleased/779-hook-framework-docs.md

This file was deleted.

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": "1.13.0",
"version": "1.14.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit 22c162f

Please sign in to comment.