Skip to content

Commit

Permalink
Merge pull request root-gg#500 from root-gg/1.3.8
Browse files Browse the repository at this point in the history
Bump version to 1.3.8
  • Loading branch information
camathieu authored Sep 19, 2023
2 parents 15f2960 + 50e1a64 commit 2ec2808
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY webapp /webapp
RUN make clean-frontend frontend

##################################################################################
FROM --platform=$BUILDPLATFORM golang:1.20-bullseye AS plik-builder
FROM --platform=$BUILDPLATFORM golang:1-bullseye AS plik-builder

# Install needed binaries
RUN apt-get update && apt-get install -y build-essential crossbuild-essential-armhf crossbuild-essential-armel crossbuild-essential-arm64 crossbuild-essential-i386
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ Plik is a scalable & friendly temporary file upload system (Wetransfer like) in
##### From release
To run plik, it's very simple :
```sh
$ wget https://github.com/root-gg/plik/releases/download/1.3.7/plik-1.3.7-linux-amd64.tar.gz
$ tar xzvf plik-1.3.7-linux-amd64.tar.gz
$ cd plik-1.3.7-linux-amd64/server
$ wget https://github.com/root-gg/plik/releases/download/1.3.8/plik-1.3.8-linux-amd64.tar.gz
$ tar xzvf plik-1.3.8-linux-amd64.tar.gz
$ cd plik-1.3.8-linux-amd64/server
$ ./plikd
```
Et voilà ! You now have a fully functional instance of Plik running on http://127.0.0.1:8080.
Expand Down
21 changes: 21 additions & 0 deletions changelog/1.3.8
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Plik 1.3.8

Hi, today we're releasing Plik 1.3.8 !
Here is the changelog :

New :
- Add user max upload size
- Add uploads list in admin panel
- Prometheus metrics
- Add feature flag to upload text (#485)
- Adding TLS option, to choose TLS version (@Ludovic Houdayer)

Fix :
- Fix create user password parameter (#489)
- Fix commas break the format in curl attachments (@NeumoNeumo)
- Set cleaning interval to 5-10 minutes instead of 2-3 hours

Binaries have been built with Go 1.21.1

Faithfully,
The plik team

0 comments on commit 2ec2808

Please sign in to comment.