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

Version 1.5.0 #657

Merged
merged 30 commits into from
Dec 9, 2021
Merged

Version 1.5.0 #657

merged 30 commits into from
Dec 9, 2021

Conversation

tobiasge
Copy link
Member

@tobiasge tobiasge commented Dec 9, 2021

Noteworthy Changes

Add dir to configuration file #656

This fixed #653 and enables loading of the SOCIAL_AUTH_* settings

Startup scripts typos #632, #633

Thanks to @grawert for fixing some bugs in our startup initialisers

Added ENV variables for INSECURE_SKIP_TLS_VERIFY #630

INSECURE_SKIP_TLS_VERIFY for Redis connection settings is now loaded from ENV variable

Update postgres Docker tag to v14 #594

Our docker-compose file was updated to use PostgreSQL 14.

Note that you will need to take manual action after you upgrade a live PostgreSQL database.
If your database is not too big, a full backup (with PostgreSQL 13, i.e. before the upgrade) and restore (with a clean PostgreSQL 14, i.e. after the upgrade) is probably the easiest to achieve. Our troubleshooting wiki page has instructions on how to backup and restore a Netbox database. Please test the procedure on a test system first!

Note that there is no requirement to update to PostgreSQL 14, you can stick to version 13 just fine. You could do this with a docker-compose.override.yml like so:

version: '3.4'
services:
  postgres:
    image: postgres:13-alpine

Publish image to GitHub Container Registry #621

NetBox Docker is now also published to GitHub's Container Registry: docker pull ghcr.io/netbox-community/netbox

Install postgresql-client #620

Added psql to enable use of manage.py dbshell

jq check #607

Add check for jq command to build scripts and print error if it is not found

Compatibility

This version of Netbox Docker is only compatible with Netbox v3.1.x.
For older versions, use a previous release of Netbox Docker.

rsp2k and others added 30 commits October 14, 2021 08:37
Add friendly check for jq
Make usage of 'manage.py dbshell' possible
Publish image to GitHub Container Registry
…s-1.x

Update dependency django-storages to v1.12.2
Added ENV variables for INSECURE_SKIP_TLS_VERIFY
Set filter_logic from YAML file
  - group creation prints proper group name
  - permission creation prints proper permission name
…s-1.x

Update dependency django-storages to v1.12.3
Add __dir__ to configuration file
@tobiasge tobiasge requested a review from cimnine December 9, 2021 07:31
@tobiasge tobiasge merged commit b510862 into release Dec 9, 2021
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.

SOCIAL_AUTH settings in custom configuration files, are not picked up in 3.1 beta1
4 participants