forked from netbox-community/netbox-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update dependency psycopg to v3.1.17 * Add env var for CENSUS_REPORTING_ENABLED See netbox-community#999 * Add Redis Sentinel config as environment vars * Update dependency psycopg to v3.1.18 * fix segfault * docker-entrypoint.sh: clarify default token message When a default admin API token is found, a warning is displayed. As it is only called "token", some users might not know what token is referred to. Also the message should give a hint or link to a documentation on how to remove it. * Update Ubuntu and Nginx Unit * Use ARM64 self-hosted runner * Update dependency django-auth-ldap to v4.7.0 * Avoid duplicate checks for Renovate PRs * Fix netbox-community#1127: Added sentry-sdk to requirements * Update dependency sentry-sdk to v1.44.0 * Removed version line from the yaml file as it is obsolete * Update dependency sentry-sdk to v1.44.1 * Update dependency django-auth-ldap to v4.8.0 * Update dependency sentry-sdk to v1.45.0 * Prepare for Netbox 4.0 * Cancel workflow runs for in progress PRs * Update dependency dulwich to v0.22.0 * Update dependency dulwich to v0.22.1 * Adds SECURE_* parameters introduced in 3.7.6 See netbox-community/netbox#15644 * Update github/super-linter action to v6 * Update dependency sentry-sdk to v2 * Disabled new tests * Update dependency django-storages to v1.14.3 * Fixed regex for social-auth-core replacement * Update dependency sentry-sdk to v2.1.1 * Preparation for 2.9.0 * Fix netbox-community#1222: Use /login/ as health check URL * Install Sentry Django integration correctly * Preparation for 2.9.1 * Github -> GitHub Trying to assuage textlint * Temporarily comment out the netbox_dns plugin addition Looks like this is causing the upstream netbox CI tests to fail. * Partially revert upstream CI changes We don't have a self-hosted linux/arm64 platform to use, so reinstate the use of QEMU. Yes, it's slow, but slow and working always beats broken at any speed. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tobias Genannt <[email protected]> Co-authored-by: kindlich <[email protected]> Co-authored-by: NdFeB <[email protected]> Co-authored-by: tbotnz <[email protected]> Co-authored-by: Florian Knodt <[email protected]> Co-authored-by: Tobias Genannt <[email protected]> Co-authored-by: Chandan Kumar <[email protected]> Co-authored-by: Christian Mäder <[email protected]> Co-authored-by: Christian Mäder <[email protected]>
- Loading branch information
1 parent
a7aa0af
commit 2da9510
Showing
14 changed files
with
63 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2.2 | ||
1.2.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
version: '3.4' | ||
services: | ||
netbox: | ||
ports: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
version: '3.4' | ||
services: | ||
netbox: | ||
ports: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
version: '3.4' | ||
services: | ||
netbox: &netbox | ||
image: ${IMAGE-netboxcommunity/netbox:latest} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
django-auth-ldap==4.6.0 | ||
django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.14.2 | ||
dulwich==0.21.7 | ||
psycopg[c,pool]==3.1.16 | ||
python3-saml==1.16.0 | ||
django-auth-ldap==4.8.0 | ||
django-storages[azure,boto3,dropbox,google,libcloud,sftp]==1.14.3 | ||
dulwich==0.22.1 | ||
python3-saml==1.16.0 --no-binary lxml | ||
sentry-sdk[django]==2.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
netbox-plugin-dns | ||
#netbox-plugin-dns |