From 634ddf28c12f1e4afcf6e403f1bbd70715e9356f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20=E2=80=9Csaz=E2=80=9D=20Zieger?= Date: Mon, 28 Oct 2024 17:12:57 +0100 Subject: [PATCH] release: v5.0.0 --- CHANGELOG.md | 6 ++++++ metadata.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20efb6a..af0e3b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +[5.0.0] +### Changed +- little code modernization (#57) +- Fix limits_template on Debian (#59) +- drop some EOL operating system releases (#58) => Debian 10, CentOS 7/8, RedHat 7 + [4.0.1] ### Changed - drop explicit version requirements in .fixtures.yml (#54) diff --git a/metadata.json b/metadata.json index 2f3bda7..1e707f5 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "saz-limits", - "version": "4.0.1", + "version": "5.0.0", "author": "saz", "summary": "Manage user limits via puppet", "description": "Manage user limits via puppet",