From e1c66d96a18a5c92792d7b7e3f784bf3b8e36b0f Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sun, 28 Mar 2021 22:25:24 +0200 Subject: [PATCH] back to development --- docker/README.md | 8 ++++---- pkgs/debian/changelog | 6 ++++++ pkgs/debian/patches/config.diff | 8 ++++---- version/version.go | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/docker/README.md b/docker/README.md index 0c20422d..d810902b 100644 --- a/docker/README.md +++ b/docker/README.md @@ -4,10 +4,10 @@ SFTPGo provides an official Docker image, it is available on both [Docker Hub](h ## Supported tags and respective Dockerfile links -- [v2.0.2, v2.0, v2, latest](https://github.com/drakkan/sftpgo/blob/v2.0.2/Dockerfile) -- [v2.0.2-alpine, v2.0-alpine, v2-alpine, alpine](https://github.com/drakkan/sftpgo/blob/v2.0.2/Dockerfile.alpine) -- [v2.0.2-slim, v2.0-slim, v2-slim, slim](https://github.com/drakkan/sftpgo/blob/v2.0.2/Dockerfile) -- [v2.0.2-alpine-slim, v2.0-alpine-slim, v2-alpine-slim, alpine-slim](https://github.com/drakkan/sftpgo/blob/v2.0.2/Dockerfile.alpine) +- [v2.0.3, v2.0, v2, latest](https://github.com/drakkan/sftpgo/blob/v2.0.3/Dockerfile) +- [v2.0.3-alpine, v2.0-alpine, v2-alpine, alpine](https://github.com/drakkan/sftpgo/blob/v2.0.3/Dockerfile.alpine) +- [v2.0.3-slim, v2.0-slim, v2-slim, slim](https://github.com/drakkan/sftpgo/blob/v2.0.3/Dockerfile) +- [v2.0.3-alpine-slim, v2.0-alpine-slim, v2-alpine-slim, alpine-slim](https://github.com/drakkan/sftpgo/blob/v2.0.3/Dockerfile.alpine) - [edge](../Dockerfile) - [edge-alpine](../Dockerfile.alpine) - [edge-slim](../Dockerfile) diff --git a/pkgs/debian/changelog b/pkgs/debian/changelog index 3d1491fc..46ab06df 100644 --- a/pkgs/debian/changelog +++ b/pkgs/debian/changelog @@ -1,3 +1,9 @@ +sftpgo (2.0.3-1ppa1) bionic; urgency=medium + + * New upstream release. + + -- Nicola Murino Sun, 28 Mar 2021 21:51:32 +0200 + sftpgo (2.0.2-1ppa1) bionic; urgency=medium * New upstream release. diff --git a/pkgs/debian/patches/config.diff b/pkgs/debian/patches/config.diff index c8037ff4..3e0b6bf2 100644 --- a/pkgs/debian/patches/config.diff +++ b/pkgs/debian/patches/config.diff @@ -2,7 +2,7 @@ Index: sftpgo/sftpgo.json =================================================================== --- sftpgo.orig/sftpgo.json +++ sftpgo/sftpgo.json -@@ -113,7 +113,7 @@ +@@ -115,7 +115,7 @@ }, "data_provider": { "driver": "sqlite", @@ -11,7 +11,7 @@ Index: sftpgo/sftpgo.json "host": "", "port": 0, "username": "", -@@ -123,14 +123,14 @@ +@@ -125,14 +125,14 @@ "sql_tables_prefix": "", "track_quota": 2, "pool_size": 0, @@ -28,8 +28,8 @@ Index: sftpgo/sftpgo.json "prefer_database_credentials": false, "pre_login_hook": "", "post_login_hook": "", -@@ -156,9 +156,9 @@ - "client_auth_type": 0 +@@ -160,9 +160,9 @@ + "tls_cipher_suites": [] } ], - "templates_path": "templates", diff --git a/version/version.go b/version/version.go index 1c135fca..8e054a34 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version import "strings" -const version = "2.0.2-dev" +const version = "2.0.3-dev" var ( commit = ""