Compare commits

...

5 commits

Author SHA1 Message Date
Dominic 806cd9648d
Merge d6f8ae0281 into a229603d90 2025-09-10 13:34:53 +05:30
Tobias Genannt a229603d90
Merge pull request #1513 from netbox-community/renovate/sentry-sdk-2.x
Some checks failed
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04) (push) Has been cancelled
push / Checks syntax of our code (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.37.1
2025-09-09 17:08:38 +02:00
renovate[bot] 942fc04776
Update dependency sentry-sdk to v2.37.1 2025-09-09 14:47:12 +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.0
sentry-sdk[django]==2.37.1