Skip to content

Commit 9f4b2b1

Browse files
authored
Merge pull request #49 from dsundq/release300
Release v3.0.0
2 parents c793eea + c176396 commit 9f4b2b1

File tree

3 files changed

+132
-130
lines changed

3 files changed

+132
-130
lines changed

CHANGELOG.md

Lines changed: 62 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,119 @@
11
# Changelog
22

3-
## [v2.0.0](https://github.com/kodguru/puppet-module-autofs/tree/v2.0.0) (2022-10-21)
3+
## [v3.0.0](https://github.com/Ericsson/puppet-module-autofs/tree/v3.0.0) (2025-05-14)
44

5-
[Full Changelog](https://github.com/kodguru/puppet-module-autofs/compare/v1.6.0...v2.0.0)
5+
[Full Changelog](https://github.com/Ericsson/puppet-module-autofs/compare/v2.0.0...v3.0.0)
6+
7+
**Merged pull requests:**
8+
9+
- Ubuntu2404 [\#48](https://github.com/Ericsson/puppet-module-autofs/pull/48) ([ashoksundeep](https://github.com/ashoksundeep))
10+
- Update to PDK 2.6.1 [\#43](https://github.com/Ericsson/puppet-module-autofs/pull/43) ([Phil-Friderici](https://github.com/Phil-Friderici))
11+
- Update to PDK 2.6.0 [\#42](https://github.com/Ericsson/puppet-module-autofs/pull/42) ([Phil-Friderici](https://github.com/Phil-Friderici))
12+
- Update list of supported operating systems [\#41](https://github.com/Ericsson/puppet-module-autofs/pull/41) ([anders-larsson](https://github.com/anders-larsson))
13+
14+
## [v2.0.0](https://github.com/Ericsson/puppet-module-autofs/tree/v2.0.0) (2022-10-21)
15+
16+
[Full Changelog](https://github.com/Ericsson/puppet-module-autofs/compare/v1.6.0...v2.0.0)
617

718
**Closed issues:**
819

9-
- refactor to use concat to build auto.master [\#35](https://github.com/kodguru/puppet-module-autofs/issues/35)
20+
- refactor to use concat to build auto.master [\#35](https://github.com/Ericsson/puppet-module-autofs/issues/35)
1021

1122
**Merged pull requests:**
1223

13-
- Allow un-managed content in autofs maps [\#40](https://github.com/kodguru/puppet-module-autofs/pull/40) ([anders-larsson](https://github.com/anders-larsson))
14-
- Update to PDK v2.5.0 and needed adjustments [\#39](https://github.com/kodguru/puppet-module-autofs/pull/39) ([Phil-Friderici](https://github.com/Phil-Friderici))
24+
- Allow un-managed content in autofs maps [\#40](https://github.com/Ericsson/puppet-module-autofs/pull/40) ([anders-larsson](https://github.com/anders-larsson))
25+
- Update to PDK v2.5.0 and needed adjustments [\#39](https://github.com/Ericsson/puppet-module-autofs/pull/39) ([Phil-Friderici](https://github.com/Phil-Friderici))
1526

16-
## [v1.6.0](https://github.com/kodguru/puppet-module-autofs/tree/v1.6.0) (2021-12-20)
27+
## [v1.6.0](https://github.com/Ericsson/puppet-module-autofs/tree/v1.6.0) (2021-12-20)
1728

18-
[Full Changelog](https://github.com/kodguru/puppet-module-autofs/compare/v1.5.0...v1.6.0)
29+
[Full Changelog](https://github.com/Ericsson/puppet-module-autofs/compare/v1.5.0...v1.6.0)
1930

2031
**Merged pull requests:**
2132

22-
- Refactor to use concat to build auto.master [\#38](https://github.com/kodguru/puppet-module-autofs/pull/38) ([Phil-Friderici](https://github.com/Phil-Friderici))
33+
- Refactor to use concat to build auto.master [\#38](https://github.com/Ericsson/puppet-module-autofs/pull/38) ([Phil-Friderici](https://github.com/Phil-Friderici))
2334

24-
## [v1.5.0](https://github.com/kodguru/puppet-module-autofs/tree/v1.5.0) (2021-12-20)
35+
## [v1.5.0](https://github.com/Ericsson/puppet-module-autofs/tree/v1.5.0) (2021-12-20)
2536

26-
[Full Changelog](https://github.com/kodguru/puppet-module-autofs/compare/v1.4.2...v1.5.0)
37+
[Full Changelog](https://github.com/Ericsson/puppet-module-autofs/compare/v1.4.2...v1.5.0)
2738

2839
**Closed issues:**
2940

30-
- Transfer ownership to kodguru [\#27](https://github.com/kodguru/puppet-module-autofs/issues/27)
31-
- Imbalance in usage of autofs::map key parameter in templates/master.erb [\#25](https://github.com/kodguru/puppet-module-autofs/issues/25)
41+
- Transfer ownership to kodguru [\#27](https://github.com/Ericsson/puppet-module-autofs/issues/27)
42+
- Imbalance in usage of autofs::map key parameter in templates/master.erb [\#25](https://github.com/Ericsson/puppet-module-autofs/issues/25)
3243

3344
**Merged pull requests:**
3445

35-
- Convert module to PDK 2.3.0 [\#37](https://github.com/kodguru/puppet-module-autofs/pull/37) ([Phil-Friderici](https://github.com/Phil-Friderici))
36-
- Add support for mapname and mappath [\#34](https://github.com/kodguru/puppet-module-autofs/pull/34) ([Phil-Friderici](https://github.com/Phil-Friderici))
37-
- Refactor auto.master template [\#33](https://github.com/kodguru/puppet-module-autofs/pull/33) ([Phil-Friderici](https://github.com/Phil-Friderici))
38-
- Refactor Part 1 [\#32](https://github.com/kodguru/puppet-module-autofs/pull/32) ([Phil-Friderici](https://github.com/Phil-Friderici))
39-
- Refactor tests [\#31](https://github.com/kodguru/puppet-module-autofs/pull/31) ([Phil-Friderici](https://github.com/Phil-Friderici))
40-
- Update README with new travis URL [\#29](https://github.com/kodguru/puppet-module-autofs/pull/29) ([anders-larsson](https://github.com/anders-larsson))
46+
- Convert module to PDK 2.3.0 [\#37](https://github.com/Ericsson/puppet-module-autofs/pull/37) ([Phil-Friderici](https://github.com/Phil-Friderici))
47+
- Add support for mapname and mappath [\#34](https://github.com/Ericsson/puppet-module-autofs/pull/34) ([Phil-Friderici](https://github.com/Phil-Friderici))
48+
- Refactor auto.master template [\#33](https://github.com/Ericsson/puppet-module-autofs/pull/33) ([Phil-Friderici](https://github.com/Phil-Friderici))
49+
- Refactor Part 1 [\#32](https://github.com/Ericsson/puppet-module-autofs/pull/32) ([Phil-Friderici](https://github.com/Phil-Friderici))
50+
- Refactor tests [\#31](https://github.com/Ericsson/puppet-module-autofs/pull/31) ([Phil-Friderici](https://github.com/Phil-Friderici))
51+
- Update README with new travis URL [\#29](https://github.com/Ericsson/puppet-module-autofs/pull/29) ([anders-larsson](https://github.com/anders-larsson))
4152

42-
## [v1.4.2](https://github.com/kodguru/puppet-module-autofs/tree/v1.4.2) (2018-10-31)
53+
## [v1.4.2](https://github.com/Ericsson/puppet-module-autofs/tree/v1.4.2) (2018-10-31)
4354

44-
[Full Changelog](https://github.com/kodguru/puppet-module-autofs/compare/v1.4.1...v1.4.2)
55+
[Full Changelog](https://github.com/Ericsson/puppet-module-autofs/compare/v1.4.1...v1.4.2)
4556

46-
## [v1.4.1](https://github.com/kodguru/puppet-module-autofs/tree/v1.4.1) (2016-11-01)
57+
## [v1.4.1](https://github.com/Ericsson/puppet-module-autofs/tree/v1.4.1) (2016-11-01)
4758

48-
[Full Changelog](https://github.com/kodguru/puppet-module-autofs/compare/v1.4.0...v1.4.1)
59+
[Full Changelog](https://github.com/Ericsson/puppet-module-autofs/compare/v1.4.0...v1.4.1)
4960

5061
**Closed issues:**
5162

52-
- Release v1.4.0 [\#21](https://github.com/kodguru/puppet-module-autofs/issues/21)
63+
- Release v1.4.0 [\#21](https://github.com/Ericsson/puppet-module-autofs/issues/21)
5364

54-
**Merged pull requests:**
65+
## [v1.4.0](https://github.com/Ericsson/puppet-module-autofs/tree/v1.4.0) (2016-09-12)
5566

56-
- Fix var name in template for master\_solaris.erb [\#22](https://github.com/kodguru/puppet-module-autofs/pull/22) ([ghost](https://github.com/ghost))
57-
58-
## [v1.4.0](https://github.com/kodguru/puppet-module-autofs/tree/v1.4.0) (2016-09-12)
59-
60-
[Full Changelog](https://github.com/kodguru/puppet-module-autofs/compare/v1.3.0...v1.4.0)
67+
[Full Changelog](https://github.com/Ericsson/puppet-module-autofs/compare/v1.3.0...v1.4.0)
6168

6269
**Merged pull requests:**
6370

64-
- Fix wording in README [\#20](https://github.com/kodguru/puppet-module-autofs/pull/20) ([ghoneycutt](https://github.com/ghoneycutt))
65-
- Condense list of supported platforms [\#19](https://github.com/kodguru/puppet-module-autofs/pull/19) ([ghoneycutt](https://github.com/ghoneycutt))
66-
- Add support for Ruby v2.3.1 and strict variable checking [\#18](https://github.com/kodguru/puppet-module-autofs/pull/18) ([ghoneycutt](https://github.com/ghoneycutt))
71+
- Fix wording in README [\#20](https://github.com/Ericsson/puppet-module-autofs/pull/20) ([ghoneycutt](https://github.com/ghoneycutt))
72+
- Condense list of supported platforms [\#19](https://github.com/Ericsson/puppet-module-autofs/pull/19) ([ghoneycutt](https://github.com/ghoneycutt))
73+
- Add support for Ruby v2.3.1 and strict variable checking [\#18](https://github.com/Ericsson/puppet-module-autofs/pull/18) ([ghoneycutt](https://github.com/ghoneycutt))
6774

68-
## [v1.3.0](https://github.com/kodguru/puppet-module-autofs/tree/v1.3.0) (2016-07-18)
75+
## [v1.3.0](https://github.com/Ericsson/puppet-module-autofs/tree/v1.3.0) (2016-07-18)
6976

70-
[Full Changelog](https://github.com/kodguru/puppet-module-autofs/compare/v1.2.0...v1.3.0)
77+
[Full Changelog](https://github.com/Ericsson/puppet-module-autofs/compare/v1.2.0...v1.3.0)
7178

7279
**Closed issues:**
7380

74-
- please don't use params.pp [\#7](https://github.com/kodguru/puppet-module-autofs/issues/7)
81+
- please don't use params.pp [\#7](https://github.com/Ericsson/puppet-module-autofs/issues/7)
7582

7683
**Merged pull requests:**
7784

78-
- Various [\#17](https://github.com/kodguru/puppet-module-autofs/pull/17) ([ghoneycutt](https://github.com/ghoneycutt))
79-
- Fix gemfile [\#16](https://github.com/kodguru/puppet-module-autofs/pull/16) ([albgus](https://github.com/albgus))
80-
- Enable manage\_false capability on Solaris [\#15](https://github.com/kodguru/puppet-module-autofs/pull/15) ([ereamel](https://github.com/ereamel))
81-
- Add tests for PR\#13 [\#14](https://github.com/kodguru/puppet-module-autofs/pull/14) ([Phil-Friderici](https://github.com/Phil-Friderici))
82-
- Add /etc/auto.net for /net option [\#13](https://github.com/kodguru/puppet-module-autofs/pull/13) ([dantremblay](https://github.com/dantremblay))
83-
- Random bits [\#12](https://github.com/kodguru/puppet-module-autofs/pull/12) ([ghoneycutt](https://github.com/ghoneycutt))
84-
- Refactor spec tests [\#11](https://github.com/kodguru/puppet-module-autofs/pull/11) ([Phil-Friderici](https://github.com/Phil-Friderici))
85-
- Update README [\#10](https://github.com/kodguru/puppet-module-autofs/pull/10) ([anders-larsson](https://github.com/anders-larsson))
85+
- Various [\#17](https://github.com/Ericsson/puppet-module-autofs/pull/17) ([ghoneycutt](https://github.com/ghoneycutt))
86+
- Fix gemfile [\#16](https://github.com/Ericsson/puppet-module-autofs/pull/16) ([albgus](https://github.com/albgus))
87+
- Enable manage\_false capability on Solaris [\#15](https://github.com/Ericsson/puppet-module-autofs/pull/15) ([ereamel](https://github.com/ereamel))
88+
- Add tests for PR\#13 [\#14](https://github.com/Ericsson/puppet-module-autofs/pull/14) ([Phil-Friderici](https://github.com/Phil-Friderici))
89+
- Add /etc/auto.net for /net option [\#13](https://github.com/Ericsson/puppet-module-autofs/pull/13) ([dantremblay](https://github.com/dantremblay))
90+
- Random bits [\#12](https://github.com/Ericsson/puppet-module-autofs/pull/12) ([ghoneycutt](https://github.com/ghoneycutt))
91+
- Refactor spec tests [\#11](https://github.com/Ericsson/puppet-module-autofs/pull/11) ([Phil-Friderici](https://github.com/Phil-Friderici))
92+
- Update README [\#10](https://github.com/Ericsson/puppet-module-autofs/pull/10) ([anders-larsson](https://github.com/anders-larsson))
8693

87-
## [v1.2.0](https://github.com/kodguru/puppet-module-autofs/tree/v1.2.0) (2015-10-26)
94+
## [v1.2.0](https://github.com/Ericsson/puppet-module-autofs/tree/v1.2.0) (2015-10-26)
8895

89-
[Full Changelog](https://github.com/kodguru/puppet-module-autofs/compare/v1.1.0...v1.2.0)
96+
[Full Changelog](https://github.com/Ericsson/puppet-module-autofs/compare/v1.1.0...v1.2.0)
9097

9198
**Merged pull requests:**
9299

93-
- Prepare for puppet4 [\#9](https://github.com/kodguru/puppet-module-autofs/pull/9) ([Phil-Friderici](https://github.com/Phil-Friderici))
94-
- Remove params.pp [\#8](https://github.com/kodguru/puppet-module-autofs/pull/8) ([Phil-Friderici](https://github.com/Phil-Friderici))
95-
- New parameters for service attributes [\#6](https://github.com/kodguru/puppet-module-autofs/pull/6) ([jwennerberg](https://github.com/jwennerberg))
100+
- Prepare for puppet4 [\#9](https://github.com/Ericsson/puppet-module-autofs/pull/9) ([Phil-Friderici](https://github.com/Phil-Friderici))
101+
- Remove params.pp [\#8](https://github.com/Ericsson/puppet-module-autofs/pull/8) ([Phil-Friderici](https://github.com/Phil-Friderici))
102+
- New parameters for service attributes [\#6](https://github.com/Ericsson/puppet-module-autofs/pull/6) ([jwennerberg](https://github.com/jwennerberg))
96103

97-
## [v1.1.0](https://github.com/kodguru/puppet-module-autofs/tree/v1.1.0) (2015-09-30)
104+
## [v1.1.0](https://github.com/Ericsson/puppet-module-autofs/tree/v1.1.0) (2015-09-30)
98105

99-
[Full Changelog](https://github.com/kodguru/puppet-module-autofs/compare/v1.0.0...v1.1.0)
106+
[Full Changelog](https://github.com/Ericsson/puppet-module-autofs/compare/v1.0.0...v1.1.0)
100107

101108
**Merged pull requests:**
102109

103-
- Move +auto\_master to end of file [\#5](https://github.com/kodguru/puppet-module-autofs/pull/5) ([dantremblay](https://github.com/dantremblay))
104-
- Merge changes from other sources [\#4](https://github.com/kodguru/puppet-module-autofs/pull/4) ([anders-larsson](https://github.com/anders-larsson))
105-
- add Solaris support [\#3](https://github.com/kodguru/puppet-module-autofs/pull/3) ([dsundq](https://github.com/dsundq))
106-
107-
## [v1.0.0](https://github.com/kodguru/puppet-module-autofs/tree/v1.0.0) (2014-11-10)
110+
- Move +auto\_master to end of file [\#5](https://github.com/Ericsson/puppet-module-autofs/pull/5) ([dantremblay](https://github.com/dantremblay))
111+
- Merge changes from other sources [\#4](https://github.com/Ericsson/puppet-module-autofs/pull/4) ([anders-larsson](https://github.com/anders-larsson))
112+
- add Solaris support [\#3](https://github.com/Ericsson/puppet-module-autofs/pull/3) ([dsundq](https://github.com/dsundq))
108113

109-
[Full Changelog](https://github.com/kodguru/puppet-module-autofs/compare/2795b3363eeac0cf0033a9ec707ef04543991a86...v1.0.0)
110-
111-
**Merged pull requests:**
114+
## [v1.0.0](https://github.com/Ericsson/puppet-module-autofs/tree/v1.0.0) (2014-11-10)
112115

113-
- Use name of map if mountpoint is not available [\#2](https://github.com/kodguru/puppet-module-autofs/pull/2) ([ghost](https://github.com/ghost))
114-
- Add ability to add options to auto.master maps [\#1](https://github.com/kodguru/puppet-module-autofs/pull/1) ([ghost](https://github.com/ghost))
116+
[Full Changelog](https://github.com/Ericsson/puppet-module-autofs/compare/2795b3363eeac0cf0033a9ec707ef04543991a86...v1.0.0)
115117

116118

117119

0 commit comments

Comments
 (0)