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 5.0.0 #14

Merged
merged 2 commits into from
Sep 20, 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
222 changes: 10 additions & 212 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,227 +1,25 @@
# Change Log
# 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.

## [v4.0.0](https://github.com/petems/petems-swap_file/tree/v4.0.0) (2017-07-09)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v3.1.4...v4.0.0)
## [v5.0.0](https://github.com/voxpupuli/puppet-swap_file/tree/v5.0.0) (2024-09-20)

**Closed issues:**
[Full Changelog](https://github.com/voxpupuli/puppet-swap_file/compare/c8cf711bb10f100c0b9ad66a16e7e54a54f776d3...v5.0.0)

- Push v3.1.3 to Forge [\#72](https://github.com/petems/petems-swap_file/issues/72)
**Breaking changes:**

**Merged pull requests:**

- Linting fixes [\#76](https://github.com/petems/petems-swap_file/pull/76) ([petems](https://github.com/petems))
- Update metadata.json [\#75](https://github.com/petems/petems-swap_file/pull/75) ([petems](https://github.com/petems))
- Fixes issue with empty fact [\#74](https://github.com/petems/petems-swap_file/pull/74) ([petems](https://github.com/petems))
- Update to Augeas systcl module [\#73](https://github.com/petems/petems-swap_file/pull/73) ([antyale](https://github.com/antyale))

## [v3.1.4](https://github.com/petems/petems-swap_file/tree/v3.1.4) (2017-02-22)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v3.1.3...v3.1.4)

## [v3.1.3](https://github.com/petems/petems-swap_file/tree/v3.1.3) (2017-02-22)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v3.0.2...v3.1.3)

**Merged pull requests:**

- Fixes Travis [\#71](https://github.com/petems/petems-swap_file/pull/71) ([petems](https://github.com/petems))
- Make json file RFC 4627 valid [\#70](https://github.com/petems/petems-swap_file/pull/70) ([greglint](https://github.com/greglint))
- Change to use vagrant-libvirt over custom [\#69](https://github.com/petems/petems-swap_file/pull/69) ([petems](https://github.com/petems))
- Add testing for custom Vagrantfile [\#68](https://github.com/petems/petems-swap_file/pull/68) ([petems](https://github.com/petems))
- Add basic Jenkinsfile [\#67](https://github.com/petems/petems-swap_file/pull/67) ([petems](https://github.com/petems))
- Set seltype for swapfile [\#66](https://github.com/petems/petems-swap_file/pull/66) ([petems](https://github.com/petems))

## [v3.0.2](https://github.com/petems/petems-swap_file/tree/v3.0.2) (2016-08-07)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v3.0.1...v3.0.2)

**Closed issues:**

- Directory not empty @ dir\_s\_rmdir [\#63](https://github.com/petems/petems-swap_file/issues/63)

**Merged pull requests:**

- Fix error in documentation [\#64](https://github.com/petems/petems-swap_file/pull/64) ([petems](https://github.com/petems))

## [v3.0.1](https://github.com/petems/petems-swap_file/tree/v3.0.1) (2016-05-26)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v3.0.0...v3.0.1)

## [v3.0.0](https://github.com/petems/petems-swap_file/tree/v3.0.0) (2016-05-26)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v2.5.0...v3.0.0)

**Fixed bugs:**

- Updating the module to latest version will create additional fstab entries for the same swapfile [\#20](https://github.com/petems/petems-swap_file/issues/20)

**Merged pull requests:**

- Type and provider refactor [\#15](https://github.com/petems/petems-swap_file/pull/15) ([petems](https://github.com/petems))

## [v2.5.0](https://github.com/petems/petems-swap_file/tree/v2.5.0) (2016-05-24)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v2.4.1...v2.5.0)

**Merged pull requests:**

- Adds ability set swappiness with the module [\#62](https://github.com/petems/petems-swap_file/pull/62) ([petems](https://github.com/petems))

## [v2.4.1](https://github.com/petems/petems-swap_file/tree/v2.4.1) (2016-05-11)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v2.4.0...v2.4.1)

## [v2.4.0](https://github.com/petems/petems-swap_file/tree/v2.4.0) (2016-05-11)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v2.3.0...v2.4.0)
- Drop support for Puppet 4,5 & 6, CentOS 5, 6 & 7, Ubuntu 10.04 [\#2](https://github.com/voxpupuli/puppet-swap_file/pull/2) ([traylenator](https://github.com/traylenator))

**Implemented enhancements:**

- Create workaround for stringify\_facts true [\#57](https://github.com/petems/petems-swap_file/issues/57)

**Fixed bugs:**

- Cannot change size of existing swap file [\#13](https://github.com/petems/petems-swap_file/issues/13)

**Merged pull requests:**

- Allows removing existing swap from a CSV fact [\#61](https://github.com/petems/petems-swap_file/pull/61) ([petems](https://github.com/petems))
- Add a swapfile fact as a CSV [\#60](https://github.com/petems/petems-swap_file/pull/60) ([petems](https://github.com/petems))

## [v2.3.0](https://github.com/petems/petems-swap_file/tree/v2.3.0) (2016-05-04)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v2.2.2...v2.3.0)

**Closed issues:**

- Update CHANGELOG with 2.2.2 changes [\#45](https://github.com/petems/petems-swap_file/issues/45)

**Merged pull requests:**

- Move coverage shim to spec\_helper [\#59](https://github.com/petems/petems-swap_file/pull/59) ([petems](https://github.com/petems))
- Update main class documentation [\#58](https://github.com/petems/petems-swap_file/pull/58) ([petems](https://github.com/petems))
- Add older listen gem for older Ruby versions [\#56](https://github.com/petems/petems-swap_file/pull/56) ([petems](https://github.com/petems))
- New feature: resizing existing swapfiles [\#55](https://github.com/petems/petems-swap_file/pull/55) ([petems](https://github.com/petems))
- Linting fixes in examples [\#54](https://github.com/petems/petems-swap_file/pull/54) ([petems](https://github.com/petems))
- Updates swap file fact to only show swap files [\#53](https://github.com/petems/petems-swap_file/pull/53) ([petems](https://github.com/petems))
- Make things a little less strict [\#52](https://github.com/petems/petems-swap_file/pull/52) ([petems](https://github.com/petems))
- Renaming sizes fact [\#51](https://github.com/petems/petems-swap_file/pull/51) ([petems](https://github.com/petems))
- Add contributing.json \(GitMagic\) [\#49](https://github.com/petems/petems-swap_file/pull/49) ([gitmagic-bot](https://github.com/gitmagic-bot))
- Update stdlib versions [\#48](https://github.com/petems/petems-swap_file/pull/48) ([petems](https://github.com/petems))
- Adding a fact to show you swap file sizes [\#47](https://github.com/petems/petems-swap_file/pull/47) ([petems](https://github.com/petems))

## [v2.2.2](https://github.com/petems/petems-swap_file/tree/v2.2.2) (2016-04-03)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v2.2.1...v2.2.2)

**Closed issues:**

- Created file size is incorrect [\#43](https://github.com/petems/petems-swap_file/issues/43)

**Merged pull requests:**

- Fixes MB size accuracy [\#44](https://github.com/petems/petems-swap_file/pull/44) ([petems](https://github.com/petems))

## [v2.2.1](https://github.com/petems/petems-swap_file/tree/v2.2.1) (2016-02-16)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v2.2.0...v2.2.1)

**Merged pull requests:**

- Move to petems-swap\_file [\#42](https://github.com/petems/petems-swap_file/pull/42) ([petems](https://github.com/petems))
- Make testing matrix a little simpler... [\#41](https://github.com/petems/petems-swap_file/pull/41) ([petems](https://github.com/petems))

## [v2.2.0](https://github.com/petems/petems-swap_file/tree/v2.2.0) (2016-02-15)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v2.1.0...v2.2.0)

**Closed issues:**

- Module should be tested on multiple Ruby and Puppet versions [\#38](https://github.com/petems/petems-swap_file/issues/38)
- Release version 2.1.0 on Puppet Forge [\#36](https://github.com/petems/petems-swap_file/issues/36)
- dd vs fallocate [\#26](https://github.com/petems/petems-swap_file/issues/26)

**Merged pull requests:**

- Wrapper [\#40](https://github.com/petems/petems-swap_file/pull/40) ([Phil-Friderici](https://github.com/Phil-Friderici))
- Modernize Travis setup [\#39](https://github.com/petems/petems-swap_file/pull/39) ([Phil-Friderici](https://github.com/Phil-Friderici))
- Satisfy puppet-lint [\#37](https://github.com/petems/petems-swap_file/pull/37) ([Phil-Friderici](https://github.com/Phil-Friderici))

## [v2.1.0](https://github.com/petems/petems-swap_file/tree/v2.1.0) (2015-12-30)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v2.0.0...v2.1.0)

**Closed issues:**

- Missing 2.0.0 tag [\#24](https://github.com/petems/petems-swap_file/issues/24)

**Merged pull requests:**

- Adds `cmd` parameter. [\#35](https://github.com/petems/petems-swap_file/pull/35) ([petems](https://github.com/petems))
- Updating Beaker acceptance machines [\#34](https://github.com/petems/petems-swap_file/pull/34) ([petems](https://github.com/petems))
- Enable travis docker [\#32](https://github.com/petems/petems-swap_file/pull/32) ([petems](https://github.com/petems))
- Adds spec.opts file [\#31](https://github.com/petems/petems-swap_file/pull/31) ([petems](https://github.com/petems))
- Add cmd param [\#29](https://github.com/petems/petems-swap_file/pull/29) ([petems](https://github.com/petems))
- Added timeout parameter for exec when using dd [\#27](https://github.com/petems/petems-swap_file/pull/27) ([petems](https://github.com/petems))

## [v2.0.0](https://github.com/petems/petems-swap_file/tree/v2.0.0) (2015-07-27)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v1.1.1...v2.0.0)

**Closed issues:**

- swap\_file::files fails when you set the ensure attribute to absent [\#21](https://github.com/petems/petems-swap_file/issues/21)

**Merged pull requests:**

- Remove Class for Swap file [\#23](https://github.com/petems/petems-swap_file/pull/23) ([petems](https://github.com/petems))
- Fix: exec contains swapfile name when absent [\#22](https://github.com/petems/petems-swap_file/pull/22) ([juame](https://github.com/juame))
- Update README.markdown [\#18](https://github.com/petems/petems-swap_file/pull/18) ([yalcinsurkultay](https://github.com/yalcinsurkultay))

## [v1.1.1](https://github.com/petems/petems-swap_file/tree/v1.1.1) (2015-03-17)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v1.1.0...v1.1.1)

**Closed issues:**

- mount resource should be unique [\#14](https://github.com/petems/petems-swap_file/issues/14)

**Merged pull requests:**

- Add defined type for swap and give unique names [\#16](https://github.com/petems/petems-swap_file/pull/16) ([petems](https://github.com/petems))

## [v1.1.0](https://github.com/petems/petems-swap_file/tree/v1.1.0) (2015-03-17)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v1.0.1...v1.1.0)

## [v1.0.1](https://github.com/petems/petems-swap_file/tree/v1.0.1) (2015-01-17)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v1.0.0...v1.0.1)

**Closed issues:**

- Not issue, ask a question [\#11](https://github.com/petems/petems-swap_file/issues/11)
- missed "default" in fstab [\#5](https://github.com/petems/petems-swap_file/issues/5)
- Docker Beaker tests always fail [\#4](https://github.com/petems/petems-swap_file/issues/4)

**Merged pull requests:**

- Fix License code [\#12](https://github.com/petems/petems-swap_file/pull/12) ([petems](https://github.com/petems))
- Add FreeBSD tests [\#10](https://github.com/petems/petems-swap_file/pull/10) ([petems](https://github.com/petems))
- Swap fstab settings [\#8](https://github.com/petems/petems-swap_file/pull/8) ([petems](https://github.com/petems))
- Fixes to swapfile permissions and to implied OS support [\#7](https://github.com/petems/petems-swap_file/pull/7) ([mattock](https://github.com/mattock))

## [v1.0.0](https://github.com/petems/petems-swap_file/tree/v1.0.0) (2014-09-24)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v0.3.0...v1.0.0)

## [v0.3.0](https://github.com/petems/petems-swap_file/tree/v0.3.0) (2014-09-01)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v0.2.0...v0.3.0)

## [v0.2.0](https://github.com/petems/petems-swap_file/tree/v0.2.0) (2014-09-01)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/0.3.0...v0.2.0)

## [0.3.0](https://github.com/petems/petems-swap_file/tree/0.3.0) (2014-09-01)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/0.2.0...0.3.0)

## [0.2.0](https://github.com/petems/petems-swap_file/tree/0.2.0) (2014-08-22)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v0.1.2...0.2.0)

## [v0.1.2](https://github.com/petems/petems-swap_file/tree/v0.1.2) (2014-05-29)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v0.1.1...v0.1.2)

## [v0.1.1](https://github.com/petems/petems-swap_file/tree/v0.1.1) (2014-05-29)
[Full Changelog](https://github.com/petems/petems-swap_file/compare/v0.1.0...v0.1.1)
- Support RHEL, Alma, Rocky 8,9, Debian 11, 12 and Ubuntu 20.04 and 22.04 [\#3](https://github.com/voxpupuli/puppet-swap_file/pull/3) ([traylenator](https://github.com/traylenator))

## [v0.1.0](https://github.com/petems/petems-swap_file/tree/v0.1.0) (2014-02-27)
**Merged pull requests:**

- Removing custom fact for memory size in bytes [\#1](https://github.com/petems/petems-swap_file/pull/1) ([petems](https://github.com/petems))
- fix: update readme to voxpupuli [\#13](https://github.com/voxpupuli/puppet-swap_file/pull/13) ([rwaffen](https://github.com/rwaffen))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
Loading