Skip to content

Commit

Permalink
Merge pull request #1380 from garberg/v0.32.4
Browse files Browse the repository at this point in the history
Bump versions to v0.32.4
  • Loading branch information
garberg authored May 20, 2024
2 parents 8b2dc2d + 8c6642e commit e873425
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 6 deletions.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 0.32.4 - Poseidon
-------------------------
* Updated Docker packaging (#1374, #1376)
* Fixed nipap-cli TLS support which broke when tracing was introduced
(#1370)
* Added option to configure trace sampling (#1379)
* LDAP connection closed after authentication done (#1369)

Version 0.32.3 - Poseidon
-------------------------
* Fix broken tracing in WWW UI (#1363)
Expand Down
10 changes: 10 additions & 0 deletions nipap-cli/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
nipap-cli (0.32.4-1) stable; urgency=medium

* Updated Docker packaging (#1374, #1376)
* Fixed nipap-cli TLS support which broke when tracing was introduced
(#1370)
* Added option to configure trace sampling (#1379)
* LDAP connection closed after authentication done (#1369)

-- Lukas Garberg <lukas@spritelink.net> Mon, 20 May 2024 12:56:02 +0200

nipap-cli (0.32.3-1) stable; urgency=medium

* Fix broken tracing in WWW UI (#1363)
Expand Down
2 changes: 1 addition & 1 deletion nipap-cli/nipap_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.32.3"
__version__ = "0.32.4"
__author__ = "Kristian Larsson, Lukas Garberg"
__author_email__ = "kll@tele2.net, lukas@spritelink.net"
__license__ = "MIT"
Expand Down
10 changes: 10 additions & 0 deletions nipap-www/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
nipap-www (0.32.4-1) stable; urgency=medium

* Updated Docker packaging (#1374, #1376)
* Fixed nipap-cli TLS support which broke when tracing was introduced
(#1370)
* Added option to configure trace sampling (#1379)
* LDAP connection closed after authentication done (#1369)

-- Lukas Garberg <lukas@spritelink.net> Mon, 20 May 2024 12:56:02 +0200

nipap-www (0.32.3-1) stable; urgency=medium

* Fix broken tracing in WWW UI (#1363)
Expand Down
2 changes: 1 addition & 1 deletion nipap-www/nipap_www.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: nipap-www
Version: 0.32.3
Version: 0.32.4
Summary: web frontend for NIPAP
Home-page: http://SpriteLink.github.io/NIPAP
Author: Kristian Larsson, Lukas Garberg
Expand Down
2 changes: 1 addition & 1 deletion nipap-www/nipapwww/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.32.3"
__version__ = "0.32.4"
__author__ = "Kristian Larsson, Lukas Garberg"
__author_email__ = "kll@tele2.net, lukas@spritelink.net"
__license__ = "MIT"
Expand Down
10 changes: 10 additions & 0 deletions nipap/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
nipap (0.32.4-1) stable; urgency=medium

* Updated Docker packaging (#1374, #1376)
* Fixed nipap-cli TLS support which broke when tracing was introduced
(#1370)
* Added option to configure trace sampling (#1379)
* LDAP connection closed after authentication done (#1369)

-- Lukas Garberg <lukas@spritelink.net> Mon, 20 May 2024 12:56:01 +0200

nipap (0.32.3-1) stable; urgency=medium

* Fix broken tracing in WWW UI (#1363)
Expand Down
2 changes: 1 addition & 1 deletion nipap/nipap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.32.3"
__version__ = "0.32.4"
__db_version__ = 7
__author__ = "Kristian Larsson, Lukas Garberg"
__author_email__ = "kll@tele2.net, lukas@spritelink.net"
Expand Down
10 changes: 10 additions & 0 deletions pynipap/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
pynipap (0.32.4-1) stable; urgency=medium

* Updated Docker packaging (#1374, #1376)
* Fixed nipap-cli TLS support which broke when tracing was introduced
(#1370)
* Added option to configure trace sampling (#1379)
* LDAP connection closed after authentication done (#1369)

-- Lukas Garberg <lukas@spritelink.net> Mon, 20 May 2024 12:56:02 +0200

pynipap (0.32.3-1) stable; urgency=medium

* Fix broken tracing in WWW UI (#1363)
Expand Down
2 changes: 1 addition & 1 deletion pynipap/pynipap.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@

from tracing import create_span

__version__ = "0.32.3"
__version__ = "0.32.4"
__author__ = "Kristian Larsson, Lukas Garberg"
__author_email__= "kll@tele2.net, lukas@spritelink.net"
__copyright__ = "Copyright 2011, Kristian Larsson, Lukas Garberg"
Expand Down
10 changes: 10 additions & 0 deletions whoisd/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
nipap-whoisd (0.32.4-1) stable; urgency=medium

* Updated Docker packaging (#1374, #1376)
* Fixed nipap-cli TLS support which broke when tracing was introduced
(#1370)
* Added option to configure trace sampling (#1379)
* LDAP connection closed after authentication done (#1369)

-- Lukas Garberg <lukas@spritelink.net> Mon, 20 May 2024 12:56:02 +0200

nipap-whoisd (0.32.3-1) stable; urgency=medium

* Fix broken tracing in WWW UI (#1363)
Expand Down
2 changes: 1 addition & 1 deletion whoisd/nipap_whoisd.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = "0.32.3"
__version__ = "0.32.4"
__author__ = "Kristian Larsson, Lukas Garberg"
__author_email__ = "kll@tele2.net, lukas@spritelink.net"
__copyright__ = "Copyright 2011-2014, Kristian Larsson, Lukas Garberg"
Expand Down

0 comments on commit e873425

Please sign in to comment.