Skip to content

Commit 404a138

Browse files
committed
[#1766] release changes
1 parent b2fbd6d commit 404a138

18 files changed

+82
-67
lines changed

ChangeLog.md

+77
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,80 @@
1+
Stork 2.1.2 released on 2025-04-02.
2+
3+
* 504 [build] slawek
4+
5+
Updated dependencies including the Go 1.24.1, Angular 18 and
6+
several JavaScript, Python, Ruby and Go packages.
7+
(Gitlab #1758)
8+
9+
* 503 [bug] slawek
10+
11+
Fixed displaying a DHCP option value with an escaped comma.
12+
(Gitlab #1617)
13+
14+
* 502 [func] slawek
15+
16+
The hex identifiers with non-printable bytes can now be displayed in
17+
text form.
18+
(Gitlab #1682)
19+
20+
* 501 [func] slawek
21+
22+
Added server settings to specify the Grafana Dashboard IDs.
23+
(Gitlab #1720)
24+
25+
* 500 [doc] slawek
26+
27+
Updated Stork installation instructions in the ARM to direct
28+
users to the Cloudsmith documentation for setting up the repository.
29+
(Gitlab #1719)
30+
31+
* 499 [func] marcin, piotrek
32+
33+
Stork server now supports DNS zones filtering using new controls
34+
in the zone viewer.
35+
(Gitlab #1716, #1717)
36+
37+
* 498 [func] marcin, piotrek
38+
39+
Implemented fetching the DNS zones from Stork agents to Stork
40+
server. Implemented new view in Stork UI which retrieves and
41+
displays all fetched DNS zones.
42+
(Gitlab #1669, #1711)
43+
44+
* 497 [func] marcin
45+
46+
BIND9 tab now shows the query hit ratio for each view.
47+
(Gitlab #1675)
48+
49+
* 496 [build] marcin
50+
51+
Added a PowerDNS docker container to the demo environment.
52+
(Gitlab #1710)
53+
54+
* 495 [build] tomek
55+
56+
Updated docker files to use older syntax for port exporting. This
57+
improves compatibility with older Docker versions.
58+
(Gitlab #1748)
59+
60+
* 494 [doc] slawek
61+
62+
Rephrased a config review checker report to recommend using
63+
'reservations-out-of-pool' option instead of the deprecated
64+
'out-of-pool' option.
65+
(Gitlab #1668)
66+
67+
* 493 [build] slawek
68+
69+
Upgraded the Kea to version 2.7.6 in the demo.
70+
(Gitlab #1686)
71+
72+
* 492 [ui] bscott
73+
74+
Added a search/filter to the "Subnet" drop-down-list in the
75+
"host" form used for DHCP Reservations.
76+
(Gitlab #1725)
77+
178
Stork 2.1.1 released on 2025-02-05.
279

380
* 491 [bug] slawek

api/swagger.in.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ swagger: "2.0"
33
info:
44
description: An API for Stork
55
title: Stork API
6-
version: 2.1.1
6+
version: 2.1.2
77
consumes:
88
- application/json
99
produces:

backend/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package stork
22

33
// Stork product version. It's shared between server, agent, tool, and UI.
4-
const Version = "2.1.1"
4+
const Version = "2.1.2"
55

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

changelog_unreleased/1617-dhcp-option-view-and-edit-form-handles-the-backslash-improperly.md

-4
This file was deleted.

changelog_unreleased/1668-clarify-the-out-of-pool-mode-checker.md

-6
This file was deleted.

changelog_unreleased/1675-bind-query-hit-ratio-when-using-views.md

-4
This file was deleted.

changelog_unreleased/1682-flex-id-convert-hex-to-ascii-if-first-characters-are-non-ascii-hex-values.md

-5
This file was deleted.

changelog_unreleased/1686-support-for-kea-short-hook-names.md

-4
This file was deleted.

changelog_unreleased/1710-add-powerdns-docker-container-to-demo.md

-4
This file was deleted.

changelog_unreleased/1711-zone-viewer.md

-6
This file was deleted.

changelog_unreleased/1717-zone-filtering.md

-5
This file was deleted.

changelog_unreleased/1719-update-stork-arm-to-add-a-link-to-the-manual-installation-instructions-in-cloudsmith.md

-5
This file was deleted.

changelog_unreleased/1720-url-to-grafana-staticly-links-to-a-dasboard.md

-4
This file was deleted.

changelog_unreleased/1725-host-form-subnet-filter

-5
This file was deleted.

changelog_unreleased/1748-docker-ports.md

-5
This file was deleted.

changelog_unreleased/1758-upgrade-dependencies.md

-5
This file was deleted.

webui/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stork",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

0 commit comments

Comments
 (0)