Merge pull request 'shadowsocks-1.18.2' (#1) from shadowsocks-1.18.2 into main

Reviewed-on: #1
This commit is contained in:
Pierre Guillod 2024-03-30 15:43:08 +01:00
commit 16b60d2073
4 changed files with 4 additions and 3 deletions

View file

@ -9,7 +9,7 @@ This repository can be pointed at as a Home Assistant add-ons repository. It con
| Package | Stable | Staging | | Package | Stable | Staging |
|-----------------|----------|-----------| |-----------------|----------|-----------|
| Stirling PDF | `0.20.1` | `0.22.6` | | Stirling PDF | `0.20.1` | `0.22.6` |
| Shadowsocks | `1.17.1` | `1.18.2` | | Shadowsocks | `1.18.2` | `1.18.2` |
| Homebox | `n/a` | `0.10.3` | | Homebox | `n/a` | `0.10.3` |

View file

@ -2,5 +2,6 @@
## ⬆️ Backend bumps ## ⬆️ Backend bumps
- ⬆️ Bump to shadowsocks-rust 1.18.2
- ⬆️ Bump to shadowsocks-rust 1.17.1 - ⬆️ Bump to shadowsocks-rust 1.17.1
- ⬆️ Bump to shadowsocks-rust 1.17.0 - ⬆️ Bump to shadowsocks-rust 1.17.0

View file

@ -1,4 +1,4 @@
FROM ghcr.io/shadowsocks/ssserver-rust:v1.17.1 FROM ghcr.io/shadowsocks/ssserver-rust:v1.18.2
# Runtime script copy # Runtime script copy
WORKDIR /root WORKDIR /root

View file

@ -1,6 +1,6 @@
name: "Shadowsocks" name: "Shadowsocks"
description: "Encrypted SOCKS v5 proxy server." description: "Encrypted SOCKS v5 proxy server."
version: "1.17.1" version: "1.18.2"
slug: "shadowsocks" slug: "shadowsocks"
startup: services startup: services
ingress: false ingress: false