Skip to content

Commit e6dc223

Browse files
authored
Merge pull request #35 from rsmekala/2.1.0-rc1
Updated version tag to 2.1.0
2 parents bb9b0d7 + b218293 commit e6dc223

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@
4141
- Issue with netdev_lag creation and deletion - interfaces arriving as array
4242
entries changed to look like normal interfaces to netconf.
4343
* Upgrade to 2.0.5
44+
45+
### 2019-12-05
46+
* Features:
47+
- Added support to run puppet-agent from a container
48+
- Added a new fact conatiner: `docker` or `false` to indicate
49+
if puppet is running in an container environment.

Modulefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name 'juniper-netdev_stdlib_junos'
2-
version '2.0.5'
2+
version '2.1.0'
33
source 'https://github.com/Juniper/puppet-netdev-stdlib-junos'
4-
author 'Jeremy Schulman, Ganesh Nalawade, Juniper Networks'
4+
author 'Raja Shekar Mekala, Juniper Networks'
55
license 'See LICENSE file'
66
summary 'Junos Provider code for Networking Device (netdev stdlib) Library'
77

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "juniper-netdev_stdlib_junos",
3-
"version": "2.0.2",
4-
"author": "Jeremy Schulman, Ganesh Nalawade, Juniper Networks",
3+
"version": "2.1.0",
4+
"author": "Raja Shekar Mekala, Juniper Networks",
55
"summary": "Junos Provider code for Networking Device (netdev stdlib) Library",
66
"license": "See LICENSE file",
77
"source": "https://github.com/Juniper/puppet-netdev-stdlib-junos",

0 commit comments

Comments
 (0)