Skip to content

Commit

Permalink
Merged PR 14: Update all non-major updates
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| alpine | patch | `3.19.0` -> `3.19.1` |
| [fireflyiii/core](https://github.com/firefly-iii/docker) ([source](https://dev.azure.com/Firefly-III/_git/MainImage)) | patch | `version-6.1.6` -> `version-6.1.7` |
| [fireflyiii/data-importer](https://github.com/firefly-iii/docker) ([source](https://dev.azure.com/Firefly-III/_git/ImportToolImage)) | patch | `version-1.4.0` -> `version-1.4.2` |
| [linuxserver/unifi-network-application](https://github.com/linuxserver/docker-unifi-network-application/packages) ([source](https://github.com/linuxserver/docker-unifi-network-application)) | patch | `8.0.26` -> `8.0.28` |
| [vaultwarden/server](https://github.com/dani-garcia/vaultwarden) | patch | `1.30.1` -> `1.30.2` |

---

### Release Notes

<details>
<summary>dani-garcia/vaultwarden (vaultwarden/server)</summary>

### [`v1.30.2`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.2)

[Compare Source](dani-garcia/vaultwarden@1.30.1...1.30.2)

⚠️ **Note:** The WebSockets service for live sync has been integrated in the main HTTP server, which means simpler proxy setups that don't require a separate rule to redirect WS traffic to port 3012. Please check the updated examples in the [wiki](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples). It's recommended to migrate to this new setup as using the old server on port 3012 is deprecated, won't receive new features and will be removed in the next release.

#### What's Changed

-   Prevent generating an error during ws close by [@&#8203;BlackDex](https://github.com/BlackDex) in dani-garcia/vaultwarden#4127
-   Update Rust, Crates, Profile and Actions by [@&#8203;BlackDex](https://github.com/BlackDex) in dani-garcia/vaultwarden#4126
-   Several small fixes for open issues by [@&#8203;BlackDex](https://github.com/BlackDex) in dani-garcia/vaultwarden#4143
-   Fix the version string by [@&#8203;BlackDex](https://github.com/BlackDex) in dani-garcia/vaultwarden#4153
-   Decrease JWT Refresh/Auth token by [@&#8203;BlackDex](https://github.com/BlackDex) in dani-garcia/vaultwarden#4163
-   Update crates by [@&#8203;BlackDex](https://github.com/BlackDex) in dani-garcia/vaultwarden#4173
-   Add additional build target which optimizes for size by [@&#8203;gladiac](https://github.com/gladiac) in dani-garcia/vaultwarden#4096
-   Update web-vault to v2023.12.0 by [@&#8203;BlackDex](https://github.com/BlackDex) in dani-garcia/vaultwarden#4201
-   Update Rust and Crates by [@&#8203;BlackDex](https://github.com/BlackDex) in dani-garcia/vaultwarden#4211
-   Fix Single Org Policy check by [@&#8203;BlackDex](https://github.com/BlackDex) in dani-garcia/vaultwarden#420...
  • Loading branch information
homecontroller Build Service (dannybouwers) authored and dannybouwers committed Jan 31, 2024
2 parents e86e0b9 + 16472b0 commit 103b2b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ services:
# - traefik.http.services.unifi-old.loadbalancer.server.scheme=https

unifi:
image: linuxserver/unifi-network-application:8.0.26
image: linuxserver/unifi-network-application:8.0.28
hostname: unifi
container_name: unifi
secrets:
Expand Down Expand Up @@ -199,7 +199,7 @@ services:
vaultwarden:
hostname: vaultwarden
container_name: vaultwarden
image: vaultwarden/server:1.30.1
image: vaultwarden/server:1.30.2
restart: unless-stopped
user: ${DOCKER_USER_ID:-1000}:${DOCKER_GROUP_ID:-1000}
depends_on:
Expand Down Expand Up @@ -242,7 +242,7 @@ services:
- traefik.http.services.vaultwarden-ws.loadbalancer.server.port=3012

fireflyiii-core:
image: fireflyiii/core:version-6.1.6
image: fireflyiii/core:version-6.1.7
hostname: fireflyiii-core
container_name: fireflyiii-core
networks:
Expand Down Expand Up @@ -301,7 +301,7 @@ services:
- ${PWD}/data/fireflyiii/db:/var/lib/postgresql/data

fireflyiii-importer:
image: fireflyiii/data-importer:version-1.4.0
image: fireflyiii/data-importer:version-1.4.2
hostname: fireflyiii-importer
restart: unless-stopped
container_name: fireflyiii-importer
Expand Down Expand Up @@ -335,7 +335,7 @@ services:
- traefik.docker.network=frontend_traefik

fireflyiii-cron:
image: alpine:3.19.0
image: alpine:3.19.1
container_name: fireflyiii-cron
restart: unless-stopped
command: sh -c "echo \"0 3 * * * wget -qO- http://fireflyiii-core:8080/api/v1/cron/$(cat /run/secrets/fireflyiii_static_cron_token)\" | crontab - && crond -f -L /dev/stdout"
Expand Down

0 comments on commit 103b2b6

Please sign in to comment.