From 9b93fe66e868a9532e784432a9f5f3401826c0b4 Mon Sep 17 00:00:00 2001 From: JuanSheba Date: Wed, 5 Jun 2024 09:55:38 +0100 Subject: [PATCH] Release 0.1.3 --- CHANGELOG.md | 12 ++++++++++++ resources/metadata.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..02cdced --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +cookbook-snmp CHANGELOG +=============== + +## 0.1.3 + + - Miguel Negron + - [ad5289a] lint resources + - [c590185] lint recipes + - [33d0f7b] lint providers + - [28a785e] lint metadata + - [2572544] lint attributes + - [07b4fbb] Update rpm.yml diff --git a/resources/metadata.rb b/resources/metadata.rb index 279782a..ff7fd04 100644 --- a/resources/metadata.rb +++ b/resources/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'wolfe21@marshall.edu' license 'Apache-2.0' description 'Installs/Configures snmp on redhat, centos, ubuntu, debian' -version '0.1.2' +version '0.1.3' %w(ubuntu debian redhat centos scientific fedora).each do |os| supports os