Compare commits

...

5 commits

Author SHA1 Message Date
Dominic 34109b590b
Merge d6f8ae0281 into c16c79ff16 2025-09-17 08:59:43 +02:00
Tobias Genannt c16c79ff16
Merge pull request #1517 from netbox-community/renovate/sentry-sdk-2.x
Some checks failed
push / Checks syntax of our code (push) Has been cancelled
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04-arm) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04-arm) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04-arm) (push) Has been cancelled
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04-arm) (push) Has been cancelled
Update dependency sentry-sdk to v2.38.0
2025-09-16 06:39:49 +02:00
renovate[bot] c05e838edc
Update dependency sentry-sdk to v2.38.0 2025-09-15 23:32:23 +00:00
Dominic d6f8ae0281
Update .gitignore
Formating
2025-08-30 13:19:01 +02:00
Dominic a517836bdd
Update .gitignore
add .env & Dockerfile-Plugins so user who build images with plugins don't get these local files tracked
2025-08-26 08:58:03 +02:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -12,3 +12,5 @@ configuration/ldap/*
!configuration/logging.py
!configuration/plugins.py
super-linter.log
.env
Dockerfile-Plugins

View file

@ -3,4 +3,4 @@ dulwich==0.24.1
python3-saml==1.16.0
--no-binary lxml
--no-binary xmlsec
sentry-sdk[django]==2.37.1
sentry-sdk[django]==2.38.0