Théophile Diot
f4f95be947
Update ansible version from 9.1.0 to 9.2.0
2024-02-07 15:34:34 +01:00
Théophile Diot
9569eeb05b
Also automatically update Database default metadata version in update-version script
2024-02-01 15:19:28 +01:00
Théophile Diot
2db15873e2
road to v1.5.6
2024-01-25 16:37:14 +01:00
florian
f606de29e7
tests - update k8s version to 1.28.2 and fix race condition with pvc
2024-01-09 22:22:46 +01:00
florian
b585376f1d
tests - update ansible version
2024-01-08 23:36:17 +01:00
florian
fecf4a898c
update version to 1.5.5
2024-01-04 12:20:55 +01:00
florian
53a143d716
init work on supporting tls ingress on k8s
2023-12-17 11:24:05 +01:00
Théophile Diot
a9ac4f2989
Update python deps
2023-12-13 10:04:22 +01:00
Théophile Diot
a478905beb
Update BunkerWeb logo and ascii
2023-12-13 10:03:20 +01:00
Théophile Diot
4c7bc9f99e
Update python deps
2023-12-07 11:14:08 +01:00
florian
b89f2d560c
road to v1.5.4 🚀
2023-12-02 20:30:30 +01:00
Théophile Diot
b3e0a9e8c1
Update python dependencies
2023-11-28 10:35:59 +01:00
Théophile Diot
05da26f010
Update dependencies to latest versions
2023-11-13 09:59:00 +00:00
Théophile Diot
e153c33aaa
Update maxminddb and other dependencies versions
2023-11-09 17:28:33 +00:00
Théophile Diot
8ec9a7df40
Fix compatibility issue with Docker Compose v2 2.23.0 in examples and docs
2023-10-26 09:50:13 +01:00
Théophile Diot
8963cb4d18
Update python deps
2023-10-25 12:18:10 +01:00
Théophile Diot
cd902eba30
prepare for 1.5.3 🚀
2023-10-20 16:34:12 +02:00
Théophile Diot
029217ff4a
Fix update-version.sh script
2023-10-20 16:26:02 +02:00
Théophile Diot
2737fe7ce2
Update python deps
2023-10-16 12:26:15 +02:00
Théophile Diot
46d8acf7b4
Update dummy-plugin to new standards
2023-10-12 17:08:42 +02:00
Théophile Diot
309689185e
Update pythons deps
2023-10-11 11:14:02 +02:00
Théophile Diot
cf82e73e97
Fix swarm postgres ui integration example
2023-10-03 12:01:52 +02:00
Théophile Diot
5a7f9147fa
Update python deps and update script
2023-10-02 13:08:28 +01:00
Théophile Diot
5ed595be68
Fix shellcheck tests failing
2023-10-02 11:05:15 +01:00
Théophile Diot
073e8575e2
Updated Dockerfile, python deps and npm package to use pinned dependencies
2023-09-29 16:47:34 +01:00
Théophile Diot
c6b2199dd3
prepare for 1.5.2 🚀
2023-09-06 15:11:36 +02:00
Théophile Diot
8bada2a02d
Update update-version script and bw version in after-remove scripts
2023-08-14 14:59:38 -04:00
florian
b8778de08b
use nightly tag for docker-socket-proxy
2023-08-10 15:06:38 +02:00
florian
bb6fd30739
linux - force kill nginx if graceful one doesn't work
2023-08-07 14:42:13 +02:00
florian
6e6c08a716
ui - various edits
2023-08-07 13:39:26 +02:00
florian
8f7833413b
linux - fix letsencryt not working and fix permissions on /etc/bunkerweb/configs for tests
2023-08-04 16:36:49 +02:00
florian
dcf1561358
prepare for 1.5.1 🚀
2023-06-14 21:39:12 +02:00
bunkerity
4023e6dc69
road to v1.5.1
2023-06-14 18:30:34 +02:00
Théophile Diot
b314f4349c
Update integrations to add LOG_LEVEL=warning env variable to docker proxy
2023-05-26 15:01:59 -04:00
florian
6666a25fcc
edit version, update images on docs and fix bug in Linux script
2023-05-22 19:31:41 +02:00
Florian Pitance
88f85b282c
Merge branch 'dev' into patch-16
2023-05-22 15:50:06 +02:00
Florian Pitance
e5e031b6b7
Merge pull request #483 from Hado-K3n/patch-15
...
Update k8s.postgres.yml
2023-05-22 15:48:38 +02:00
Florian Pitance
2dbadbd29f
Merge pull request #482 from Hado-K3n/patch-14
...
Update k8s.postgres.ui.yml
2023-05-22 15:47:47 +02:00
Florian Pitance
95c7b54109
Merge pull request #481 from Hado-K3n/patch-13
...
Update k8s.mysql.yml
2023-05-22 15:46:04 +02:00
Florian Pitance
00739a5ab6
Merge pull request #480 from Hado-K3n/patch-12
...
Update k8s.mysql.ui.yml
2023-05-22 15:45:46 +02:00
Hado-K3n
dcb800d2b8
Update k8s.postgres.ui.yml
...
Fixed PVC provisioning was written two times
2023-05-22 15:12:06 +02:00
Hado-K3n
5a7f7f3c67
Update k8s.postgres.yml
...
Fixed multiple issues:
- Changed Database URI for postgresql
- Added a value PGDATA to fix a startup postgresql error
- Removed unnecessary value VolumeName for PV
2023-05-22 15:09:59 +02:00
Hado-K3n
e1f60127e2
Update k8s.postgres.ui.yml
...
Fixed multiple issues:
- Database URI was wrong for postgresql
- Added the value PGDATA to fix error at postgresql startup
- Removed unnecessary value VolumeName
2023-05-22 15:06:53 +02:00
Hado-K3n
9324648f21
Update k8s.mysql.yml
...
Multiple fixes:
- switched Database URI > mariadb to mysql
- Deleted unnecessary PV spec VolumeName
2023-05-22 14:22:39 +02:00
Hado-K3n
eafe006a6e
Update k8s.mysql.ui.yml
...
Multiple fixes:
- "testor" replace by "changeme"
- URI changed > mariadb to mysql
- PV unnecessary spec "name"
2023-05-22 14:19:50 +02:00
Hado-K3n
62a8ec9758
Update k8s.mysql.ui.yml
...
DB and redis deployments were put twice
2023-05-22 11:36:17 +00:00
florian
a286e7bd32
fix wrong container in autoconf/k8s, init work on linux arm and ci/cd refactoring
2023-05-06 02:22:30 +02:00
florian
cd57eb423e
ci/cd - fix automatic push of doc
2023-05-02 16:00:37 +02:00
florian
ad16067420
use proper links in docs, automatic doc push and add pdf to releases
2023-04-29 20:54:56 +02:00
bunkerity
bbaaad8487
docs - last polish
2023-04-28 15:06:06 +02:00