Skip to content

Releases: peering-manager/docker

Release v2.3.5

23 Dec 17:14
3b7e349

Choose a tag to compare

  • Use Alpine 3.23 and bgpq3 0.1.38

Release v2.3.4

29 Nov 15:02
a769f6a

Choose a tag to compare

  • Bump base image to alpine:3.22 by @cmarshall-cw
  • Embed pyrad dependency inside container
  • Add support for setting LOGIN_FORM_HIDDEN
  • Fix env var NETBOX_API_VERIFY_SSL

Release v2.3.3

11 Apr 20:06
fb9886b

Choose a tag to compare

Add support for setting BGPQ4_KEEP_SOURCE_IN_SET

Release v2.3.2

11 Apr 13:13
15b1faa

Choose a tag to compare

Fix image build failure due to xmlsec

Release v2.3.1

14 Jan 17:29
18ff5e0

Choose a tag to compare

  • Add django-radius to container requirements
  • #38 Fix e-mail settings not being mapped properly

Full Changelog: v2.3.0...v2.3.1

Release v2.3.0

23 Nov 00:09
60ba015

Choose a tag to compare

  • Support Peering Manager v1.9.0
  • Build is performed with buildx to allow cross platforms builds
  • Replace base image with a newer version of Alpine (3.20)
  • Remove LDAP specific image to pack everything into one
  • Add social auth
  • Improve compose files
  • Add some healthchecks, upgrade postgres image and use valkey as a redis drop-in replacement
  • Use separate containers for storing background tasks and cache
  • Remove deprecated flags for nginx unit
  • Refactor testing for more complete test suite
  • Add new settings
  • #32 Set owner of directory to allow logging to files
  • #35 Remove Compose version from files

Full Changelog: v2.2.0...v2.3.0

Release v2.2.0

16 Sep 10:26
905b3b5

Choose a tag to compare

  • Support Peering Manager v1.8.0
  • Add health checks for several containers
  • Unpin django-rq version as it's been addressed upstream

Full Changelog: v2.1.2...v2.2.0

Release v2.1.2

02 Jul 11:45
734ff2e

Choose a tag to compare

What's Changed

  • Change SECONDS to SLEEP_SECONDS in run-command.sh, with bash SECONDS returns a count of the number of seconds the shell has been running for
  • Pin django-rq to 2.8.0

Full Changelog: v2.1.1...v2.1.2

Release v2.1.1

19 Jan 13:26
e122c81

Choose a tag to compare

What's Changed

  • Embed bgpq3 and bgpq4 in the containers
  • Bind NetBox related setting for 1.7.4
  • Use a single wrapper script to run commands

Full Changelog: v2.1.0...v2.1.1

Release v2.1.0

21 Aug 12:18
e23c106

Choose a tag to compare

What's Changed

  • Support for Peering Manager v1.7.0
  • Rename peering-manager-worker container as rqworker (in Compose)
  • Add housekeeping container in Compose, run interval controlled by HOUSEKEEPING_INTERVAL
  • Add peeringdb-sync container in Compose, run interval controlled by PEERINGDB_SYNC_INTERVAL
  • Add support for JOBRESULT_RETENTION setting
  • Use Redis 7 in Compose
  • #20 Remove exposed port from Compose, users should use the docker-compose.override.yml file
  • Remove deprecated labels from the images

Full Changelog: v2.0.0...v2.1.0