Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.7.0 #1062

Merged
merged 20 commits into from
Aug 30, 2023
Merged

Release 2.7.0 #1062

merged 20 commits into from
Aug 30, 2023

Conversation

tobiasge
Copy link
Member

Noteworthy Changes

Preparation for Netbox 3.6 #1039

  • Please also read the release note for Netbox.
  • Installed openssh-client for data sources; Note: This still needs a user with home directory and SSH configuration to work

Rename JOBRESULT_RETENTION to JOB_RETENTION #1009

Updated for new variable names in Netbox

Update Ubuntu und Nginx Unit #1010

Image is now based in Ubuntu 23.04 and Nginx Unit 1.30

docker-compose.yml: fix volume mount options #1024

Removed the z option from bind mounts

Update dependency django-auth-ldap to v4.4.0 #1034

netbox.env: fixed unwanted string interpolation #1042

Fixed for secret keys with $

Set REMOTE_AUTH_AUTO_CREATE_USER default to False #1043

Changed the default to match the value from Netbox

Map REMOTE_AUTH_BACKEND env var to list #1059

This can now be a list in Netbox

Compatibility

This version of NetBox Docker is only compatible with NetBox v3.6.x and above.
For older versions, use a previous release of NetBox Docker.

marcquark and others added 20 commits May 7, 2023 21:23
rename JOBRESULT_RETENTION to JOB_RETENTION
`z` is valid only for bindmounts

When using with volumes a warning for each volume appears:

netbox$ docker compose up
[+] Building 0.0s (0/0)
WARN[0000] mount of type `volume` should not define `bind` option
WARN[0000] mount of type `volume` should not define `bind` option
WARN[0000] mount of type `volume` should not define `bind` option

This may appear only when using a docker-compose.override.yml
…tions

docker-compose.yml: fix volume mount options
…dap-4.x

Update dependency django-auth-ldap to v4.4.0
…dap-4.x

Update dependency django-auth-ldap to v4.5.0
netbox.env: fixed unwanted string interpolation
…ig-value

Set REMOTE_AUTH_AUTO_CREATE_USER default to False
…nd-as-list

Map REMOTE_AUTH_BACKEND env var to list
@tobiasge tobiasge requested a review from cimnine August 30, 2023 19:41
@tobiasge tobiasge merged commit b47e85a into release Aug 30, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants