Skip to content

Commit e4bb860

Browse files
committed
Merge pull request #27 from ganeshnalawade/master
Update to version 2.0.2
2 parents 59ab211 + ad226a0 commit e4bb860

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
### 2015-06-30
3030
* Add support for defined type 'apply_group' and minor bug fixes, upgrade to version 2.0.1-beta
3131

32-
### 2015-09-08
32+
### 2016-03-17
33+
* Bug fix:
34+
- Issue #17 Puppet: Error message while executing XML format ERB template
35+
- Issue #20 Issue while configuring LAG on 15.2 junos-x image
3336
* Fixed puppet lint issues
34-
* Bugfixes
35-
* Upgrade version to 2.0.1
37+
* Upgrade to a stable version 2.0.2

Modulefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'juniper-netdev_stdlib_junos'
2-
version '2.0.1'
2+
version '2.0.2'
33
source 'https://github.com/Juniper/puppet-netdev-stdlib-junos'
44
author 'Jeremy Schulman, Ganesh Nalawade, Juniper Networks'
55
license 'See LICENSE file'

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juniper-netdev_stdlib_junos",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"author": "Jeremy Schulman, Ganesh Nalawade, Juniper Networks",
55
"summary": "Junos Provider code for Networking Device (netdev stdlib) Library",
66
"license": "See LICENSE file",

0 commit comments

Comments
 (0)