Skip to content

Commit

Permalink
feat: Updating Dependencies (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
NorkzYT authored Jun 30, 2024
2 parents 3c076bd + 360cf14 commit 91333f2
Show file tree
Hide file tree
Showing 38 changed files with 61 additions and 46 deletions.
2 changes: 1 addition & 1 deletion Docker/AMD64/appflowy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
appflowy_client:
image: appflowyio/appflowy_client:0.5.4
image: appflowyio/appflowy_client:0.6.1
container_name: appflowy_client
environment:
- DISPLAY=${APPFLOWY_CLIENT_DISPLAY}
Expand Down
2 changes: 1 addition & 1 deletion Docker/AMD64/gitlab/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
gitlab:
image: gitlab/gitlab-ce:16.10.2-ce.0
image: gitlab/gitlab-ce:17.0.2-ce.0
container_name: gitlab-ce
privileged: true
environment:
Expand Down
2 changes: 1 addition & 1 deletion Docker/ARM64/gitlab/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
gitlab:
image: yrzr/gitlab-ce-arm64v8:16.10.1-ce.0
image: yrzr/gitlab-ce-arm64v8:16.11.2-ce.0
container_name: gitlab-ce
privileged: true
environment:
Expand Down
4 changes: 2 additions & 2 deletions Docker/Both/authentik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
server:
image: beryju/authentik:2024.2
image: beryju/authentik:2024.4
container_name: authentik
restart: unless-stopped
command: server
Expand All @@ -29,7 +29,7 @@ services:
- proxy

worker:
image: beryju/authentik:2024.2
image: beryju/authentik:2024.4
container_name: authentik_worker
restart: unless-stopped
command: worker
Expand Down
4 changes: 2 additions & 2 deletions Docker/Both/bookstack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
bookstack:
image: linuxserver/bookstack:24.02.20240304
image: linuxserver/bookstack:24.05.20240520
container_name: bookstack
environment:
- PUID=${BOOKSTACK_PUID}
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
- proxy

bookstack_db:
image: linuxserver/mariadb:10.11.6
image: linuxserver/mariadb:10.11.8
container_name: bookstack_db
environment:
- PUID=${BOOKSTACK_PUID}
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/cloudcmd/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
cloudcmd:
image: coderaiser/cloudcmd:17.3.3
image: coderaiser/cloudcmd:17.4.1
container_name: cloudcmd
ports:
- 2861:8000
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/dashy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
dashy:
image: lissy93/dashy:2.1.2
image: lissy93/dashy:3.1.0
container_name: Dashy
# Pass in your config file below, by specifying the path on your host machine
volumes:
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/dozzle/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '3.9'
services:
dozzle:
container_name: dozzle
image: amir20/dozzle:v6.4.4
image: amir20/dozzle:v6.6.3
environment:
- DOZZLE_HOSTNAME=${DOZZLE_HOSTNAME}
volumes:
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/duplicati/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '3.9'
services:
duplicati:
container_name: duplicati
image: linuxserver/duplicati:2.0.7
image: linuxserver/duplicati:2.0.8
hostname: duplicati
environment:
- PUID=${DUPLICATI_PUID}
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/firefly-iii/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- proxy

fireflyiii-postgres:
image: postgres:16.2-bullseye
image: postgres:16.3-bullseye
container_name: fireflyiii-postgres
ports:
- 5432:5432
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/gatus/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
gatus:
image: twinproduction/gatus:v5.8.0
image: twinproduction/gatus:v5.10.0
container_name: gatus
ports:
- '8080:8080'
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/gitlabrunner/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
gitlab-runner:
image: gitlab/gitlab-runner:v16.10.0
image: gitlab/gitlab-runner:v16.11.1
container_name: gitlab-runner
environment:
- TZ=${GITLAB_RUNNER_TZ}
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/gokapi/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
adminer:
image: f0rc3/gokapi:v1.8.1
image: f0rc3/gokapi:v1.8.4
container_name: gokapi
restart: unless-stopped
ports:
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/grafana/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
grafana:
image: grafana/grafana:10.4.1
image: grafana/grafana:11.0.0
container_name: grafana
ports:
- 1001:3000
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/influxdb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
influxdb:
image: influxdb:2.7.5
image: influxdb:2.7.6
container_name: influxdb
ports:
- 8086:8086
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/joplin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- proxy

joplin-postgres:
image: postgres:16.2
image: postgres:16.3
container_name: joplin-postgres
volumes:
- joplin-postgresql-volume:/var/lib/postgresql/data
Expand Down
4 changes: 2 additions & 2 deletions Docker/Both/linkace/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
linkace:
image: linkace/linkace:v1.14.1
image: linkace/linkace:v1.14.2
container_name: linkace
restart: unless-stopped
environment:
Expand Down Expand Up @@ -40,7 +40,7 @@ services:
- proxy

linkace-redis:
image: bitnami/redis:7.2.4
image: bitnami/redis:7.2.5
container_name: linkace-redis
restart: unless-stopped
environment:
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/mariadb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
mariadb:
image: linuxserver/mariadb:10.11.6
image: linuxserver/mariadb:10.11.8
container_name: mariadb
environment:
- PUID=${MARIADB_PUID}
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/memcached/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
memcached:
image: bitnami/memcached:1.6.26
image: bitnami/memcached:1.6.29
container_name: memcached
environment:
- MEMCACHED_CACHE_SIZE=${MEMCACHED_CACHE_SIZE}
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/mongodb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
mongo:
image: mongo:7.0.8
image: mongo:7.0.11
container_name: mongodb
environment:
- MONGO_INITDB_ROOT_USERNAME=${MONGO_INITDB_ROOT_USERNAME}
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/monitorss/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- proxy

mrss-mongodb:
image: mongo:7.0.8
image: mongo:7.0.11
container_name: mrss-mongodb
environment:
- MONGO_INITDB_ROOT_USERNAME=${MONGO_INITDB_ROOT_USERNAME}
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
n8n:
image: n8nio/n8n:1.37.0
image: n8nio/n8n:1.41.0
container_name: n8n
environment:
- DB_TYPE=${N8N_DB_TYPE}
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/paperless-ngx/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
paperless-ngx:
image: ghcr.io/paperless-ngx/paperless-ngx:2.7.2
image: ghcr.io/paperless-ngx/paperless-ngx:2.9.0
container_name: paperless-ngx
restart: unless-stopped
ports:
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/portainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
portainer:
image: portainer/portainer-ce:2.20.1-alpine
image: portainer/portainer-ce:2.20.3-alpine
container_name: portainer
volumes:
- /etc/localtime:/etc/localtime:ro
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/postgresql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
postgres:
image: postgres:16.2-bullseye
image: postgres:16.3-bullseye
container_name: postgres
hostname: postgres
environment:
Expand Down
4 changes: 2 additions & 2 deletions Docker/Both/pterodactyl/pterodactyl-panel/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: '3.9'
services:
pterodactyl-panel:
image: ccarney16/pterodactyl-panel:v1.11.5
image: ccarney16/pterodactyl-panel:v1.11.7
container_name: pterodactyl-panel
ports:
- 8025:80
Expand Down Expand Up @@ -63,7 +63,7 @@ services:
- proxy

pterodactyl-mariadb:
image: linuxserver/mariadb:10.11.6
image: linuxserver/mariadb:10.11.8
container_name: pterodactyl-mariadb
environment:
- PUID=${PTERODACTYL_MARIADB_PUID}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
wings:
image: ccarney16/pterodactyl-daemon:v1.11.11
image: ccarney16/pterodactyl-daemon:v1.11.13
container_name: pterodactyl-wings
hostname: pterodactyl-wings
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/putty/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
putty:
image: jlesage/putty:v24.01.1
image: jlesage/putty:v24.04.1
container_name: putty
environment:
- TZ=${PUTTY_TZ}
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/solr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
solr:
image: solr:9.5.0
image: solr:9.6.1
container_name: solr
ports:
- 8626:8983
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/syncthing/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
syncthing:
image: linuxserver/syncthing:1.27.6
image: linuxserver/syncthing:1.27.8
container_name: syncthing
environment:
- PUID=${SYNCTHING_PUID}
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/tailscale/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: '3.9'
services:
tailscale:
image: tailscale/tailscale:v1.62.1
image: tailscale/tailscale:v1.64.2
container_name: tailscale
hostname: ${TAILSCALE_HOSTNAME} # This will become the tailscale device name
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
traefik:
image: traefik:v2.11.1
image: traefik:v3.0.0
container_name: traefik
ports:
- 8001:80
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/tubearchivist/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
tubearchivist:
image: bbilly1/tubearchivist:v0.4.7
image: bbilly1/tubearchivist:v0.4.8
container_name: tubearchivist
restart: unless-stopped
ports:
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/uptimekuma/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
uptime-kuma:
image: louislam/uptime-kuma:1.23.11
image: louislam/uptime-kuma:1.23.13
container_name: uptime-kuma
volumes:
- /opt/appdata/uptime-kuma:/app/data
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/wgeasy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
wg-easy:
image: ghcr.io/wg-easy/wg-easy:12
image: ghcr.io/wg-easy/wg-easy:13
container_name: wg-easy
environment:
- WG_HOST=${WG_HOST}
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/windows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
windows:
image: dockurr/windows:2.09
image: dockurr/windows:3.11
container_name: windows
devices:
- /dev/kvm
Expand Down
15 changes: 9 additions & 6 deletions Scripts/Vault/go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
replace github.com/NorkzYT/Wolflith/Scripts/Vault/vaultCommon => ./vaultCommon

go 1.20
go 1.21

toolchain go1.22.4

require (
github.com/hashicorp/vault/api v1.12.2
github.com/hashicorp/vault/api v1.14.0
github.com/joho/godotenv v1.5.1
)

require (
github.com/cenkalti/backoff/v3 v3.0.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
github.com/hashicorp/go-retryablehttp v0.7.6 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
Expand All @@ -22,9 +25,9 @@ require (
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
)

Expand Down
Loading

0 comments on commit 91333f2

Please sign in to comment.