Releases: peering-manager/docker
Releases · peering-manager/docker
Release v2.3.5
Release v2.3.4
- Bump base image to alpine:3.22 by @cmarshall-cw
- Embed
pyraddependency inside container - Add support for setting
LOGIN_FORM_HIDDEN - Fix env var
NETBOX_API_VERIFY_SSL
Release v2.3.3
Add support for setting BGPQ4_KEEP_SOURCE_IN_SET
Release v2.3.2
Fix image build failure due to xmlsec
Release v2.3.1
- Add
django-radiusto container requirements - #38 Fix e-mail settings not being mapped properly
Full Changelog: v2.3.0...v2.3.1
Release v2.3.0
- 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
- Support Peering Manager v1.8.0
- Add health checks for several containers
- Unpin
django-rqversion as it's been addressed upstream
Full Changelog: v2.1.2...v2.2.0
Release v2.1.2
What's Changed
- Change
SECONDStoSLEEP_SECONDSinrun-command.sh, with bashSECONDSreturns a count of the number of seconds the shell has been running for - Pin
django-rqto2.8.0
Full Changelog: v2.1.1...v2.1.2
Release v2.1.1
What's Changed
- Embed
bgpq3andbgpq4in 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
What's Changed
- Support for Peering Manager v1.7.0
- Rename
peering-manager-workercontainer asrqworker(in Compose) - Add
housekeepingcontainer in Compose, run interval controlled byHOUSEKEEPING_INTERVAL - Add
peeringdb-synccontainer in Compose, run interval controlled byPEERINGDB_SYNC_INTERVAL - Add support for
JOBRESULT_RETENTIONsetting - Use Redis 7 in Compose
- #20 Remove exposed port from Compose, users should use the
docker-compose.override.ymlfile - Remove deprecated labels from the images
Full Changelog: v2.0.0...v2.1.0