From a82d75ce81ee305a0ee9336308b3ccbbaa45c332 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Wed, 17 Dec 2025 21:51:26 +0100 Subject: [PATCH 1/2] Bump version to 1.0.0 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 5700e53..e13329e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "opuscodium-nextcloud", - "version": "0.3.0", + "version": "1.0.0", "author": "Romuald Conty", "summary": "", "license": "Apache-2.0", From 4ded0a30fbb3be2f306e1c80dcbd394c3eda8c71 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Wed, 17 Dec 2025 21:51:57 +0100 Subject: [PATCH 2/2] Release 1.0.0 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c954cd..a70899b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,37 @@ # Changelog All notable changes to this project will be documented in this file. +Each new release typically also includes the latest modulesync defaults. +These should not affect the functionality of the module. -## Release 0.1.0 +## [v1.0.0](https://github.com/opus-codium/puppet-nextcloud/tree/v1.0.0) (2025-12-17) -**Features** +[Full Changelog](https://github.com/opus-codium/puppet-nextcloud/compare/45bb638fb8bfeee107680fb359815ce6db99222d...v1.0.0) -**Bugfixes** +**Breaking changes:** -**Known Issues** +- Switch form Puppet to OpenVox [\#20](https://github.com/opus-codium/puppet-nextcloud/pull/20) ([smortex](https://github.com/smortex)) +- Drop Debian 9 \(EOL\) [\#2](https://github.com/opus-codium/puppet-nextcloud/pull/2) ([neomilium](https://github.com/neomilium)) + +**Implemented enhancements:** + +- Add support for Debian 13 [\#21](https://github.com/opus-codium/puppet-nextcloud/pull/21) ([smortex](https://github.com/smortex)) +- Allow puppetlabs/postgresql 10.x [\#17](https://github.com/opus-codium/puppet-nextcloud/pull/17) ([smortex](https://github.com/smortex)) +- Set the maintenance window to 2:00-6:00 UTC [\#13](https://github.com/opus-codium/puppet-nextcloud/pull/13) ([neomilium](https://github.com/neomilium)) +- Add support for Debian 12 [\#6](https://github.com/opus-codium/puppet-nextcloud/pull/6) ([smortex](https://github.com/smortex)) +- Add support for Puppet 8 [\#4](https://github.com/opus-codium/puppet-nextcloud/pull/4) ([neomilium](https://github.com/neomilium)) + +**Fixed bugs:** + +- Fix AppStore from CLI [\#14](https://github.com/opus-codium/puppet-nextcloud/pull/14) ([neomilium](https://github.com/neomilium)) +- Fix dependencies installation with PHP 8.0+ [\#11](https://github.com/opus-codium/puppet-nextcloud/pull/11) ([smortex](https://github.com/smortex)) +- Fix Ubuntu 18.04 ImageMagick version [\#10](https://github.com/opus-codium/puppet-nextcloud/pull/10) ([smortex](https://github.com/smortex)) +- Fix Ubuntu 18.04 PHP version [\#9](https://github.com/opus-codium/puppet-nextcloud/pull/9) ([smortex](https://github.com/smortex)) + +**Merged pull requests:** + +- Generate REFERENCE.md [\#5](https://github.com/opus-codium/puppet-nextcloud/pull/5) ([smortex](https://github.com/smortex)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*