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 2.0.0 #34

Merged
merged 1 commit into from
Sep 13, 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
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,36 @@ 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.

## [v2.0.0](https://github.com/root-expert/puppet-snap/tree/v2.0.0) (2024-09-13)

[Full Changelog](https://github.com/root-expert/puppet-snap/compare/v1.1.1...v2.0.0)

**Breaking changes:**

- Drop EoL Ubuntu 18.04 [\#33](https://github.com/root-expert/puppet-snap/pull/33) ([root-expert](https://github.com/root-expert))
- Drop EoL Debian 10 [\#32](https://github.com/root-expert/puppet-snap/pull/32) ([root-expert](https://github.com/root-expert))
- Drop EoL Fedora 33/34 [\#31](https://github.com/root-expert/puppet-snap/pull/31) ([root-expert](https://github.com/root-expert))
- Drop support for EoL RedHat family 7/8 [\#30](https://github.com/root-expert/puppet-snap/pull/30) ([root-expert](https://github.com/root-expert))
- Drop Puppet 6 support [\#18](https://github.com/root-expert/puppet-snap/pull/18) ([root-expert](https://github.com/root-expert))

**Implemented enhancements:**

- Add Puppet 8 support [\#19](https://github.com/root-expert/puppet-snap/pull/19) ([root-expert](https://github.com/root-expert))

**Fixed bugs:**

- Add logic to correctly switch between channels; Determine channel from ensure [\#25](https://github.com/root-expert/puppet-snap/pull/25) ([root-expert](https://github.com/root-expert))

**Closed issues:**

- does not do upgrade of snap [\#23](https://github.com/root-expert/puppet-snap/issues/23)

**Merged pull requests:**

- Add Fedora 40 support [\#29](https://github.com/root-expert/puppet-snap/pull/29) ([root-expert](https://github.com/root-expert))
- Add Debian 12 support [\#28](https://github.com/root-expert/puppet-snap/pull/28) ([root-expert](https://github.com/root-expert))
- Add Ubuntu 24.04 support [\#27](https://github.com/root-expert/puppet-snap/pull/27) ([root-expert](https://github.com/root-expert))

## [v1.1.1](https://github.com/root-expert/puppet-snap/tree/v1.1.1) (2024-04-27)

[Full Changelog](https://github.com/root-expert/puppet-snap/compare/v1.1.0...v1.1.1)
Expand All @@ -18,7 +48,6 @@ These should not affect the functionality of the module.

**Merged pull requests:**

- Fix 'purge' -\> 'purged' in README [\#20](https://github.com/root-expert/puppet-snap/pull/20) ([root-expert](https://github.com/root-expert))
- Add Ubuntu 22.04 support [\#13](https://github.com/root-expert/puppet-snap/pull/13) ([root-expert](https://github.com/root-expert))

## [v1.1.0](https://github.com/root-expert/puppet-snap/tree/v1.1.0) (2022-03-28)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rootexpert-snap",
"version": "1.1.2-rc0",
"version": "2.0.0",
"author": "root-expert",
"summary": "Puppet module for installing Snap and managing snap packages.",
"license": "Apache-2.0",
Expand Down