Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 10.2.0 #718

Merged
merged 1 commit into from
Jun 10, 2024
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
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,24 @@ 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.

## [v10.1.0](https://github.com/voxpupuli/puppet-php/tree/v10.1.0) (2023-11-22)
## [v10.2.0](https://github.com/voxpupuli/puppet-php/tree/v10.2.0) (2024-06-04)

[Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v10.1.0...v10.2.0)

**Implemented enhancements:**

- Add support for Debian 12 \(bookworm\) [\#687](https://github.com/voxpupuli/puppet-php/pull/687) ([jcharaoui](https://github.com/jcharaoui))

**Fixed bugs:**

- fix remi-php56 repo gpgkey file [\#689](https://github.com/voxpupuli/puppet-php/pull/689) ([luoymu](https://github.com/luoymu))

**Merged pull requests:**

- disable Arch Linux testing because it is breaking the CI constantly [\#709](https://github.com/voxpupuli/puppet-php/pull/709) ([rwaffen](https://github.com/rwaffen))
- Remove legacy top-scope syntax [\#706](https://github.com/voxpupuli/puppet-php/pull/706) ([smortex](https://github.com/smortex))

## [v10.1.0](https://github.com/voxpupuli/puppet-php/tree/v10.1.0) (2023-11-28)

[Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v10.0.0...v10.1.0)

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Ubuntu 18.04

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system FreeBSD 11
"name": "puppet-php",
"version": "10.1.1-rc0",
"version": "10.2.0",
"author": "Vox Pupuli",
"summary": "Generic PHP module that supports many platforms",
"license": "MIT",
Expand Down