Tobias Genannt
39c7de4af4
Merge pull request #899 from netbox-community/develop
...
Release 2.4.0
2022-12-15 15:36:27 +01:00
Tobias Genannt
238f95c5ce
Preparation for 2.4.0
2022-12-15 12:57:51 +01:00
Christian Mäder
751a131b78
Merge pull request #889 from netbox-community/listenOnIPv6
...
Make nginx-unit listen on IPv4 and IPv6
2022-12-06 21:09:02 +01:00
Tobias Genannt
5e2158da24
Merge pull request #866 from ryanmerolle/issue_784
...
Address housekeeping traceback
2022-12-06 18:12:02 +01:00
Tobias Genannt
4a530947f8
Merge pull request #895 from tobiasge/ldap-cert-settings
...
Added settings for CA certificates for LDAP
2022-12-01 13:59:22 +01:00
Tobias Genannt
bdb4396275
Added settings for CA certificates for LDAP
2022-12-01 08:17:25 +01:00
Tobias Genannt
80d87bdf1b
Merge pull request #894 from tobiasge/psycopg2-changes
...
Optimize psycopg2 dependency
2022-11-30 16:23:20 +01:00
Tobias Genannt
6d465e6f81
Optimize psycopg2 dependency
...
We have beeing installing psycopg2 for a while now. This updates to the latest version. Because psycopg2-binary is a direct dependency of Netbox both versions were installled. Now we remove the pre-compiled version from the dependency file.
2022-11-30 14:36:53 +01:00
Tobias Genannt
b72084290a
Merge pull request #893 from tobiasge/startup-scripts-complete-removal
...
Startup scripts complete removal
2022-11-30 13:14:32 +01:00
Tobias Genannt
aa3357817a
Disable Gitleaks
2022-11-30 10:54:24 +01:00
Tobias Genannt
9441be459c
Improved testing
...
After the initializer scripts were removed, we didn't test the actual compose setup anymore. This adds new tests to run the database migrations.
2022-11-30 10:54:24 +01:00
Tobias Genannt
1779ba790d
Removed warning for initializer scripts
2022-11-30 09:51:36 +01:00
Tobias Genannt
22cb2d5812
Merge pull request #865 from netbox-community/renovate/postgres-15.x
...
Update postgres Docker tag to v15
2022-11-30 08:50:15 +01:00
Christian Mäder
6020f4503a
Make nginx-unit listen on IPv4 and IPv6
2022-11-23 14:40:03 +01:00
renovate[bot]
a4f494db14
Update postgres Docker tag to v15
2022-11-11 14:24:44 +00:00
Tobias Genannt
0cac6f51a9
Merge pull request #876 from Wellyas/patch-1
...
Add requirements for SAML SSO
2022-11-11 14:08:15 +01:00
Wellyas
dd01e3c227
Enable SAML & OPENIDCONNECT for social-auth-core
2022-11-11 13:07:14 +01:00
Tobias Genannt
925f41b97f
Merge pull request #883 from movelg/housekeeping_var_name_fix
...
Housekeeping var name fix
2022-11-11 10:54:13 +01:00
movelg
7d871778eb
Don't use bash internal variable name
2022-11-11 08:40:29 +01:00
Christian Mäder
8b16b16e45
Merge pull request #869 from netbox-community/develop
...
Version 2.3.0
2022-11-02 11:19:30 +01:00
Christian Mäder
c5f91ad359
Preparation for 2.3.0
2022-10-25 17:38:03 +02:00
Ryan Merolle
35a94cb7e5
Update docker-compose.yml
...
Address housekeeping tracebacks & remove whitespace
2022-10-22 09:40:03 -04:00
Christian Mäder
1835d3cafd
Merge pull request #857 from cimnine/ConfigurationUpdate
...
Updates the configuration, changes default for dynamic paramters to None
2022-10-15 12:48:52 +02:00
Christian Mäder
df8f406432
Remove unnecessary import
2022-10-15 10:23:14 +02:00
Christian Mäder
b8b1c8fc63
Rename conversion lambdas
2022-10-15 10:23:14 +02:00
Christian Mäder
41ff541225
Simplified test for existance of dynamic parameters
2022-10-15 10:17:49 +02:00
Christian Mäder
26399e224d
Make dynamic configuration parameters actually work
2022-10-15 10:17:17 +02:00
Christian Mäder
951c12132a
Updates the configuration, changes default for dynamic paramters to None
2022-10-15 10:15:55 +02:00
Christian Mäder
a3680b22dd
Merge pull request #860 from cimnine/HereDocForBuildHelp
...
Improve Help for build.sh
2022-10-10 18:30:25 +02:00
Christian Mäder
d96e8f1dfd
Improve Help for build.sh
2022-10-08 17:18:56 +02:00
Christian Mäder
c21a29b383
Merge pull request #852 from Delta1977/release
...
Define a volume for the caching Redis
2022-10-06 22:58:43 +02:00
Christian Mäder
f9f1533332
Merge pull request #856 from netbox-community/renovate/psycopg2-2.x
...
Update dependency psycopg2 to v2.9.4
2022-10-06 21:30:50 +02:00
renovate[bot]
4f45df571f
Update dependency psycopg2 to v2.9.4
2022-10-06 16:58:57 +00:00
Delta / Subo /Stefan
cd5015642e
Fix for random volume Redis Cache
...
fixes:
https://github.com/netbox-community/netbox-docker/issues/851
2022-09-23 14:33:49 +02:00
Tobias Genannt
d385cd2aa9
Merge pull request #779 from BegBlev/ldap-group-search-issue
...
AUTH_LDAP_BIND_AS_AUTHENTICATING_USER is now loaded from environment
2022-09-21 13:03:13 +02:00
Vincent Catros
7f285af7b4
AUTH_LDAP_BIND_AS_AUTHENTICATING_USER defaults to false
2022-09-09 16:11:21 +02:00
Tobias Genannt
c8c360da99
Merge pull request #840 from tymekxxl/jobresult_retention
...
add JOBRESULT_RETENTION to configuration.py
2022-09-05 08:24:10 +02:00
Michal Tyminski
53dcdc7bfc
add JOBRESULT_RETENTION to configuration.py
...
Netbox v3.2.1 introduces new enhancement to retain old script
and report results for configured lifetime.
2022-09-01 10:03:19 -07:00
Tobias Genannt
3f1e45f636
Merge pull request #839 from netbox-community/develop
...
Version 2.2.0
2022-09-01 12:12:06 +02:00
Tobias Genannt
e38c1d3c85
Preparation for 2.2.0
2022-09-01 10:43:10 +02:00
Tobias Genannt
e48ab084ce
Merge pull request #836 from tobiasge/fix-for-811
...
Installed bzip2
2022-08-31 15:14:41 +02:00
Tobias Genannt
5ea3008f82
Merge pull request #835 from tobiasge/test-config
...
Removed unnecessary logging from tests
2022-08-31 15:08:54 +02:00
Tobias Genannt
1418808930
Installed bzip2
...
In the Wiki backup section we use bzip2 in some of the examples. So it should be installed in the image.
2022-08-31 14:11:05 +02:00
Tobias Genannt
da412e3bdb
Removed unnecessary logging from tests
2022-08-31 14:05:34 +02:00
Tobias Genannt
98add8f83a
Merge pull request #831 from tobiasge/remove-initializers
...
Initializers are now a plugin
2022-08-31 13:43:58 +02:00
Tobias Genannt
6f1d46d765
Initializers are now a plugin
2022-08-30 16:01:43 +02:00
Tobias Genannt
ada2bd6501
Merge pull request #825 from tobiasge/readme-update
...
Improved README.md
2022-08-09 10:30:07 +02:00
Tobias Genannt
8707cef55a
Improved README.md
...
- Removed the hint to the `-ldap` tags that where discontinnued with version 2.0.
- Increased minimum Docker version to reflect the needed version for running newer Ubuntu versions. See: https://medium.com/nttlabs/ubuntu-21-10-and-fedora-35-do-not-work-on-docker-20-10-9-1cd439d9921
- Fixed some Markdown linter errors
2022-08-09 09:08:40 +02:00
Tobias Genannt
dc45dfc383
Merge pull request #822 from netbox-community/renovate/django-storages-1.x
...
Update dependency django-storages to v1.13.1
2022-08-06 17:05:58 +02:00
renovate[bot]
691ad94498
Update dependency django-storages to v1.13.1
2022-08-06 13:38:07 +00:00