Skip to content

Releases: peering-manager/docker

Release v2.3.0

23 Nov 00:09
60ba015
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

Release v2.0.0

06 Mar 22:04
73c650b
Compare
Choose a tag to compare

What's Changed

  • General images and compose improvements by @gmazoyer in #18

New Contributors

Full Changelog: https://github.com/peering-manager/docker/commits/v2.0.0