Prepare for NetBox 4.3

This commit is contained in:
Tobias Genannt 2025-04-12 10:26:09 +02:00
parent 61eaffaf2e
commit ec9a3e80da
5 changed files with 7 additions and 3 deletions

View File

@ -9,3 +9,6 @@ indent_size = 2
[*.py] [*.py]
indent_size = 4 indent_size = 4
[VERSION]
insert_final_newline = false

View File

@ -33,6 +33,8 @@ RUN \
# we have potential version conflicts and the build will fail. # we have potential version conflicts and the build will fail.
# That's why we just replace it in the original requirements.txt. # That's why we just replace it in the original requirements.txt.
sed -i -e 's/social-auth-core/social-auth-core\[all\]/g' /requirements.txt && \ sed -i -e 's/social-auth-core/social-auth-core\[all\]/g' /requirements.txt && \
# The same is true for 'django-storages'
sed -i -e 's/django-storages/django-storages\[azure,boto3,dropbox,google,libcloud,sftp\]/g' /requirements.txt && \
/usr/local/bin/uv pip install \ /usr/local/bin/uv pip install \
-r /requirements.txt \ -r /requirements.txt \
-r /requirements-container.txt -r /requirements-container.txt

View File

@ -1 +1 @@
3.2.0 3.3.0

View File

@ -1,6 +1,6 @@
services: services:
netbox: &netbox netbox: &netbox
image: docker.io/netboxcommunity/netbox:${VERSION-v4.2-3.2.0} image: docker.io/netboxcommunity/netbox:${VERSION-v4.3-3.3.0}
depends_on: depends_on:
- postgres - postgres
- redis - redis

View File

@ -1,5 +1,4 @@
django-auth-ldap==5.1.0 django-auth-ldap==5.1.0
django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.14.6
dulwich==0.22.8 dulwich==0.22.8
python3-saml==1.16.0 python3-saml==1.16.0
--no-binary lxml --no-binary lxml