Skip to content

Commit d6c9b25

Browse files
committed
prep for v0.21.4 release
1 parent 761920f commit d6c9b25

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ vendor/*
99
# Ignore Chef key files and secrets
1010
.chef/*.pem
1111
.chef/encrypted_data_bag_secret
12+
client.pem
1213

1314
# ignore .kitchen files
1415
.kitchen

.semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
:major: 0
33
:minor: 21
4-
:patch: 3
4+
:patch: 4
55
:special: ''
66
:metadata: ''

Berksfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DEPENDENCIES
55

66
GRAPH
77
apt (3.0.0)
8-
netuitive (0.21.3)
8+
netuitive (0.21.4)
99
apt (>= 0.0.0)
1010
yum (>= 0.0.0)
1111
yum (3.10.0)

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
33

44
## [Unreleased]
55

6+
## 0.21.4
7+
- no-op testing travis supermarket deploys
8+
69
## 0.21.3
710
- no-op testing travis supermarket deploys
811

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
issues_url 'https://github.com/Netuitive/chef-netuitive/issues' if respond_to?(:issues_url)
1313
source_url 'https://github.com/Netuitive/chef-netuitive' if respond_to?(:source_url)
1414

15-
version '0.21.3'
15+
version '0.21.4'
1616

1717
depends 'apt'
1818
depends 'yum'

0 commit comments

Comments
 (0)