Skip to content

Commit 2ec2808

Browse files
authored
Merge pull request #500 from root-gg/1.3.8
Bump version to 1.3.8
2 parents 15f2960 + 50e1a64 commit 2ec2808

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY webapp /webapp
1111
RUN make clean-frontend frontend
1212

1313
##################################################################################
14-
FROM --platform=$BUILDPLATFORM golang:1.20-bullseye AS plik-builder
14+
FROM --platform=$BUILDPLATFORM golang:1-bullseye AS plik-builder
1515

1616
# Install needed binaries
1717
RUN apt-get update && apt-get install -y build-essential crossbuild-essential-armhf crossbuild-essential-armel crossbuild-essential-arm64 crossbuild-essential-i386

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Plik is a scalable & friendly temporary file upload system (Wetransfer like) in
5151
##### From release
5252
To run plik, it's very simple :
5353
```sh
54-
$ wget https://github.com/root-gg/plik/releases/download/1.3.7/plik-1.3.7-linux-amd64.tar.gz
55-
$ tar xzvf plik-1.3.7-linux-amd64.tar.gz
56-
$ cd plik-1.3.7-linux-amd64/server
54+
$ wget https://github.com/root-gg/plik/releases/download/1.3.8/plik-1.3.8-linux-amd64.tar.gz
55+
$ tar xzvf plik-1.3.8-linux-amd64.tar.gz
56+
$ cd plik-1.3.8-linux-amd64/server
5757
$ ./plikd
5858
```
5959
Et voilà ! You now have a fully functional instance of Plik running on http://127.0.0.1:8080.

changelog/1.3.8

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Plik 1.3.8
2+
3+
Hi, today we're releasing Plik 1.3.8 !
4+
Here is the changelog :
5+
6+
New :
7+
- Add user max upload size
8+
- Add uploads list in admin panel
9+
- Prometheus metrics
10+
- Add feature flag to upload text (#485)
11+
- Adding TLS option, to choose TLS version (@Ludovic Houdayer)
12+
13+
Fix :
14+
- Fix create user password parameter (#489)
15+
- Fix commas break the format in curl attachments (@NeumoNeumo)
16+
- Set cleaning interval to 5-10 minutes instead of 2-3 hours
17+
18+
Binaries have been built with Go 1.21.1
19+
20+
Faithfully,
21+
The plik team

0 commit comments

Comments
 (0)