From c47d7f0def86dcd71d3eccb76127a5d9da1c5ca9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 11:32:57 +0000 Subject: [PATCH] chore(master): release sftpgo 1.1.0 --- .release-please-manifest.json | 2 +- images/sftpgo/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 images/sftpgo/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f88582e..6b982f0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "images/hoppscotch": "1.0.0", "images/pgadmin": "1.0.0", "images/scaler": "1.0.9", - "images/sftpgo": "1.0.0", + "images/sftpgo": "1.1.0", "images/sftpgo-node-exporter": "1.0.0", "images/grafana": "1.0.0" } diff --git a/images/sftpgo/CHANGELOG.md b/images/sftpgo/CHANGELOG.md new file mode 100644 index 0000000..5ee1ffd --- /dev/null +++ b/images/sftpgo/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.1.0](https://github.com/MapColonies/shared-images/compare/sftpgo-v1.0.0...sftpgo-v1.1.0) (2026-05-20) + + +### Features + +* add lint ([#6](https://github.com/MapColonies/shared-images/issues/6)) ([cfc8a35](https://github.com/MapColonies/shared-images/commit/cfc8a352fe8e7d1388c4fa32754c50e0288c20ac))