Skip to content

Commit 2529d14

Browse files
committed
prep for v0.21.5 release
1 parent d6c9b25 commit 2529d14

File tree

6 files changed

+5
-11
lines changed

6 files changed

+5
-11
lines changed

.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: 4
4+
:patch: 5
55
:special: ''
66
:metadata: ''

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_script:
2323
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
2424

2525
before_install:
26-
- openssl aes-256-cbc -K $encrypted_af4147ce6d9c_key -iv $encrypted_af4147ce6d9c_iv -in .travis/client.pem -out client.pem -d || true # true to prevent it from failing on forked PRs
26+
- openssl aes-256-cbc -K $encrypted_af4147ce6d9c_key -iv $encrypted_af4147ce6d9c_iv -in .travis/client.pem.enc -out client.pem -d || true # true to prevent it from failing on forked PRs
2727

2828
install: bundle --jobs=3 --retry=3
2929
cache:

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.4)
8+
netuitive (0.21.5)
99
apt (>= 0.0.0)
1010
yum (>= 0.0.0)
1111
yum (3.10.0)

CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ 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-
9-
## 0.21.3
10-
- no-op testing travis supermarket deploys
11-
12-
## 0.21.2
6+
## 0.21.0.2-0.21.5
137
- no-op testing travis supermarket deploys
148

159
## 0.21.1

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.4'
15+
version '0.21.5'
1616

1717
depends 'apt'
1818
depends 'yum'

0 commit comments

Comments
 (0)