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 9.1.0 #686

Merged
merged 1 commit into from
Feb 11, 2025
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.

## [v9.1.0](https://github.com/voxpupuli/puppet-consul/tree/v9.1.0) (2025-02-11)

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

**Merged pull requests:**

- facts\[fqdn\] is a legacy fact, use facts\['networking'\]\['fqdn'\] in the example. [\#684](https://github.com/voxpupuli/puppet-consul/pull/684) ([TomRitserveldt](https://github.com/TomRitserveldt))
- puppet/systemd: allow 8.x [\#683](https://github.com/voxpupuli/puppet-consul/pull/683) ([jay7x](https://github.com/jay7x))
- README.md: Adjust links after repo migration [\#682](https://github.com/voxpupuli/puppet-consul/pull/682) ([bastelfreak](https://github.com/bastelfreak))

## [v9.0.0](https://github.com/voxpupuli/puppet-consul/tree/v9.0.0) (2024-10-30)

[Full Changelog](https://github.com/voxpupuli/puppet-consul/compare/v8.1.0...v9.0.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 Fedora 30

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Fedora 31

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Fedora 32

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

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system FreeBSD 12
"name": "puppet-consul",
"version": "9.0.1-rc0",
"version": "9.1.0",
"author": "Vox Pupuli",
"summary": "Configures Consul by Hashicorp",
"license": "Apache-2.0",
Expand Down