diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index 9160059..0000000 --- a/.coveralls.yml +++ /dev/null @@ -1 +0,0 @@ -service_name: travis-ci diff --git a/.travis.sh b/.travis.sh deleted file mode 100755 index 14792fc..0000000 --- a/.travis.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash -set -xe - -# Clone submodules in tree -git submodule update --init - -# Use latest version of lenses -cd spec/fixtures/augeas && git pull origin master -PKG_VERSION="" - -sudo add-apt-repository -y ppa:raphink/augeas -sudo apt-get update -sudo apt-get install augeas-tools${PKG_VERSION} \ - augeas-lenses${PKG_VERSION} \ - libaugeas0${PKG_VERSION} \ - libaugeas-dev${PKG_VERSION} \ - libxml2-dev - -# Install gems -gem install bundler -bundle install - -# Reporting only -bundle show -puppet --version -augtool --version diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 2f1e4f7..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "recommendations": [ - "puppet.puppet-vscode", - "rebornix.Ruby" - ] -} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd9ad9..70c264e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.1.0](https://github.com/voxpupuli/puppet-augeasproviders_core/tree/v4.1.0) (2023-10-30) + +[Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_core/compare/v4.0.1...v4.1.0) + +**Implemented enhancements:** + +- Add Ubuntu 22.04 support [\#62](https://github.com/voxpupuli/puppet-augeasproviders_core/pull/62) ([bastelfreak](https://github.com/bastelfreak)) +- Add Debian 11 and 12 support [\#61](https://github.com/voxpupuli/puppet-augeasproviders_core/pull/61) ([bastelfreak](https://github.com/bastelfreak)) + ## [v4.0.1](https://github.com/voxpupuli/puppet-augeasproviders_core/tree/v4.0.1) (2023-07-11) [Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_core/compare/v4.0.0...v4.0.1) diff --git a/metadata.json b/metadata.json index 0758597..a091929 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-augeasproviders_core", - "version": "4.0.2-rc0", + "version": "4.1.0", "author": "Vox Pupuli", "summary": "Alternative Augeas-based providers for Puppet", "license": "Apache-2.0",