From 8b2895e46f7111b158d9455addb0df1b2d47580a Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Wed, 6 Nov 2024 16:27:53 +0100 Subject: [PATCH] release 1.11.0 --- CHANGELOG.md | 13 +++++++++++-- metadata.json | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6246fa8..94a4a49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [UNRELEASED] +## [v1.11.0] - 2024-11-06 + +### Changed +* Ensure directory '/var/db' exists on Debian/Ubuntu systems +* Update module dependencies +* Update OS support ### Fixed * Properly handle float/integer values in app/system configuration +### Removed +* Drop legacy OS support + ## [v1.10.0] - 2023-08-01 ### Changed @@ -116,7 +124,8 @@ This release fixes bugs that caused updates to fail. ## v1.0.0 - 2021-01-01 Initial release -[Unreleased]: https://github.com/markt-de/puppet-nextcloud/compare/v1.10.0...HEAD +[Unreleased]: https://github.com/markt-de/puppet-nextcloud/compare/v1.11.0...HEAD +[v1.11.0]: https://github.com/markt-de/puppet-nextcloud/compare/v1.10.0...v1.11.0 [v1.10.0]: https://github.com/markt-de/puppet-nextcloud/compare/v1.9.0...v1.10.0 [v1.9.0]: https://github.com/markt-de/puppet-nextcloud/compare/v1.8.3...v1.9.0 [v1.8.3]: https://github.com/markt-de/puppet-nextcloud/compare/v1.8.2...v1.8.3 diff --git a/metadata.json b/metadata.json index a109057..2729019 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "markt-nextcloud", - "version": "1.10.0", + "version": "1.11.0", "author": "markt.de", "summary": "Install and configure Nextcloud", "license": "BSD-2-Clause",