Skip to content

Commit

Permalink
Merge pull request #1413 from garberg/v0.32.6
Browse files Browse the repository at this point in the history
Bump version to v0.32.6
  • Loading branch information
garberg authored Jan 9, 2025
2 parents d47c5f6 + 5b8e390 commit 1d981de
Show file tree
Hide file tree
Showing 11 changed files with 87 additions and 5 deletions.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 0.32.6 - Poseidon
-------------------------
* Fic proxying of traces over TLS in CLI (#1387)
* Misc improvements of Dockerfiles (#1389)
* Support for global configuration file in CLI (#1395)
* Fork nipapd also when running in foreground (#1401)
* Fixed a bug related to LDAP RO group handling (#1405)
* Avoid following LDAP referrals (#1408)
* Misc fixes to JWT auth module (#1410, #1411)
* Move pynipap to a package (#1412)
* Misc minor bugfixes and cleanups (#1398, #1405, #1406)

Version 0.32.5 - Poseidon
-------------------------
* Fixed trace proxy (#1385)
Expand Down
14 changes: 14 additions & 0 deletions nipap-cli/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
nipap-cli (0.32.6-1) stable; urgency=medium

* Fic proxying of traces over TLS in CLI (#1387)
* Misc improvements of Dockerfiles (#1389)
* Support for global configuration file in CLI (#1395)
* Fork nipapd also when running in foreground (#1401)
* Fixed a bug related to LDAP RO group handling (#1405)
* Avoid following LDAP referrals (#1408)
* Misc fixes to JWT auth module (#1410, #1411)
* Move pynipap to a package (#1412)
* Misc minor bugfixes and cleanups (#1398, #1405, #1406)

-- Lukas Garberg <[email protected]> Thu, 09 Jan 2025 16:28:45 +0100

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

* Fixed trace proxy (#1385)
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.5"
__version__ = "0.32.6"
__author__ = "Kristian Larsson, Lukas Garberg"
__author_email__ = "[email protected], [email protected]"
__license__ = "MIT"
Expand Down
14 changes: 14 additions & 0 deletions nipap-www/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
nipap-www (0.32.6-1) stable; urgency=medium

* Fic proxying of traces over TLS in CLI (#1387)
* Misc improvements of Dockerfiles (#1389)
* Support for global configuration file in CLI (#1395)
* Fork nipapd also when running in foreground (#1401)
* Fixed a bug related to LDAP RO group handling (#1405)
* Avoid following LDAP referrals (#1408)
* Misc fixes to JWT auth module (#1410, #1411)
* Move pynipap to a package (#1412)
* Misc minor bugfixes and cleanups (#1398, #1405, #1406)

-- Lukas Garberg <[email protected]> Thu, 09 Jan 2025 16:28:45 +0100

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

* Fixed trace proxy (#1385)
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.5"
__version__ = "0.32.6"
__author__ = "Kristian Larsson, Lukas Garberg"
__author_email__ = "[email protected], [email protected]"
__license__ = "MIT"
Expand Down
14 changes: 14 additions & 0 deletions nipap/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
nipap (0.32.6-1) stable; urgency=medium

* Fic proxying of traces over TLS in CLI (#1387)
* Misc improvements of Dockerfiles (#1389)
* Support for global configuration file in CLI (#1395)
* Fork nipapd also when running in foreground (#1401)
* Fixed a bug related to LDAP RO group handling (#1405)
* Avoid following LDAP referrals (#1408)
* Misc fixes to JWT auth module (#1410, #1411)
* Move pynipap to a package (#1412)
* Misc minor bugfixes and cleanups (#1398, #1405, #1406)

-- Lukas Garberg <[email protected]> Thu, 09 Jan 2025 16:28:44 +0100

nipap (0.32.5-1) stable; urgency=medium

* Fixed trace proxy (#1385)
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.5"
__version__ = "0.32.6"
__db_version__ = 7
__author__ = "Kristian Larsson, Lukas Garberg"
__author_email__ = "[email protected], [email protected]"
Expand Down
14 changes: 14 additions & 0 deletions pynipap/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
pynipap (0.32.6-1) stable; urgency=medium

* Fic proxying of traces over TLS in CLI (#1387)
* Misc improvements of Dockerfiles (#1389)
* Support for global configuration file in CLI (#1395)
* Fork nipapd also when running in foreground (#1401)
* Fixed a bug related to LDAP RO group handling (#1405)
* Avoid following LDAP referrals (#1408)
* Misc fixes to JWT auth module (#1410, #1411)
* Move pynipap to a package (#1412)
* Misc minor bugfixes and cleanups (#1398, #1405, #1406)

-- Lukas Garberg <[email protected]> Thu, 09 Jan 2025 16:28:44 +0100

pynipap (0.32.5-1) stable; urgency=medium

* Fixed trace proxy (#1385)
Expand Down
2 changes: 1 addition & 1 deletion pynipap/pynipap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .pynipap import *

__version__ = "0.32.5"
__version__ = "0.32.6"
__author__ = "Kristian Larsson, Lukas Garberg"
__author_email__= "[email protected], [email protected]"
__copyright__ = "Copyright 2011, Kristian Larsson, Lukas Garberg"
Expand Down
14 changes: 14 additions & 0 deletions whoisd/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
nipap-whoisd (0.32.6-1) stable; urgency=medium

* Fic proxying of traces over TLS in CLI (#1387)
* Misc improvements of Dockerfiles (#1389)
* Support for global configuration file in CLI (#1395)
* Fork nipapd also when running in foreground (#1401)
* Fixed a bug related to LDAP RO group handling (#1405)
* Avoid following LDAP referrals (#1408)
* Misc fixes to JWT auth module (#1410, #1411)
* Move pynipap to a package (#1412)
* Misc minor bugfixes and cleanups (#1398, #1405, #1406)

-- Lukas Garberg <[email protected]> Thu, 09 Jan 2025 16:28:46 +0100

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

* Fixed trace proxy (#1385)
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.5"
__version__ = "0.32.6"
__author__ = "Kristian Larsson, Lukas Garberg"
__author_email__ = "[email protected], [email protected]"
__copyright__ = "Copyright 2011-2014, Kristian Larsson, Lukas Garberg"
Expand Down

0 comments on commit 1d981de

Please sign in to comment.