From 14461433cf5c95439bb2c46c3c7a54aa91abf009 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Tue, 25 Jul 2023 12:06:16 +0200 Subject: [PATCH] release 1.9.0 --- CHANGELOG.md | 13 ++++++++++++- metadata.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac1a25..c12c94a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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). +## [v1.9.0] - 2023-07-25 + +### Changed +* Update module dependencies and OS support +* Update PDK to 3.0 + +### Fixed +* Fix GitHub Actions +* Fix compatibility with puppetlabs/stdlib v9.0.0 + ## [v1.8.3] - 2022-11-05 ### Changed @@ -93,7 +103,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.8.3...HEAD +[Unreleased]: https://github.com/markt-de/puppet-nextcloud/compare/v1.9.0...HEAD +[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 [v1.8.2]: https://github.com/markt-de/puppet-nextcloud/compare/v1.8.1...v1.8.2 [v1.8.1]: https://github.com/markt-de/puppet-nextcloud/compare/v1.8.0...v1.8.1 diff --git a/metadata.json b/metadata.json index c6aeaee..cb3709f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "markt-nextcloud", - "version": "1.8.3", + "version": "1.9.0", "author": "markt.de", "summary": "Install and configure Nextcloud", "license": "BSD-2-Clause",