Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 30 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opuscodium-nextcloud",
"version": "0.3.0",
"version": "1.0.0",
"author": "Romuald Conty",
"summary": "",
"license": "Apache-2.0",
Expand Down
Loading