Skip to content

Commit f747ad9

Browse files
committed
release 4.1.0
1 parent e044c5f commit f747ad9

2 files changed

Lines changed: 36 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## [4.1.0](https://github.com/voxpupuli/modulesync_config/tree/4.1.0) (2021-04-03)
4+
5+
[Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/4.0.0...4.1.0)
6+
7+
**Implemented enhancements:**
8+
9+
- changelog\_generator: use upstream release [\#706](https://github.com/voxpupuli/modulesync_config/pull/706) ([bastelfreak](https://github.com/bastelfreak))
10+
11+
**Closed issues:**
12+
13+
- Hash matrix for Github Actions makes excludes impossible [\#691](https://github.com/voxpupuli/modulesync_config/issues/691)
14+
- 'noop' should be the default [\#644](https://github.com/voxpupuli/modulesync_config/issues/644)
15+
- Run acceptance tests against all supported operatingsystems [\#428](https://github.com/voxpupuli/modulesync_config/issues/428)
16+
- add new cops for more space? [\#189](https://github.com/voxpupuli/modulesync_config/issues/189)
17+
- create a 'awesome-enterprise-wescale-super-config' [\#187](https://github.com/voxpupuli/modulesync_config/issues/187)
18+
19+
**Merged pull requests:**
20+
21+
- add puppet-puppetwebhook [\#705](https://github.com/voxpupuli/modulesync_config/pull/705) ([bastelfreak](https://github.com/bastelfreak))
22+
- Add puppet-cvmfs [\#704](https://github.com/voxpupuli/modulesync_config/pull/704) ([traylenator](https://github.com/traylenator))
23+
- Update the beaker instructions [\#703](https://github.com/voxpupuli/modulesync_config/pull/703) ([ekohl](https://github.com/ekohl))
24+
- Remove Travis left overs [\#701](https://github.com/voxpupuli/modulesync_config/pull/701) ([ekohl](https://github.com/ekohl))
25+
- Add puppet-pbuilder [\#700](https://github.com/voxpupuli/modulesync_config/pull/700) ([ekohl](https://github.com/ekohl))
26+
- moduleroot/Dockerfile.erb: use ruby:2.7 [\#698](https://github.com/voxpupuli/modulesync_config/pull/698) ([kenyon](https://github.com/kenyon))
27+
- Add puppet-hashi\_stack [\#697](https://github.com/voxpupuli/modulesync_config/pull/697) ([attachmentgenie](https://github.com/attachmentgenie))
28+
- add newly obtained nomad module [\#696](https://github.com/voxpupuli/modulesync_config/pull/696) ([attachmentgenie](https://github.com/attachmentgenie))
29+
- remove unroutable ipv6 config [\#694](https://github.com/voxpupuli/modulesync_config/pull/694) ([b4ldr](https://github.com/b4ldr))
30+
- Introduce default job length of 40 minutes [\#692](https://github.com/voxpupuli/modulesync_config/pull/692) ([traylenator](https://github.com/traylenator))
31+
- Run rubocop checks in matrix build [\#690](https://github.com/voxpupuli/modulesync_config/pull/690) ([traylenator](https://github.com/traylenator))
32+
- Add puppet-nftables [\#689](https://github.com/voxpupuli/modulesync_config/pull/689) ([traylenator](https://github.com/traylenator))
33+
- Use ruby/setup-ruby in workflow testing [\#688](https://github.com/voxpupuli/modulesync_config/pull/688) ([ekohl](https://github.com/ekohl))
34+
- Drop puppet-report\_hipchat since it's archived [\#687](https://github.com/voxpupuli/modulesync_config/pull/687) ([ekohl](https://github.com/ekohl))
35+
- drop deprecated wget module [\#663](https://github.com/voxpupuli/modulesync_config/pull/663) ([bastelfreak](https://github.com/bastelfreak))
36+
337
## [4.0.0](https://github.com/voxpupuli/modulesync_config/tree/4.0.0) (2020-11-25)
438

539
[Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/3.1.0...4.0.0)
@@ -921,7 +955,7 @@
921955
**Merged pull requests:**
922956

923957
- Add nodeset for Ubuntu 16.04 [\#249](https://github.com/voxpupuli/modulesync_config/pull/249) ([dhoppe](https://github.com/dhoppe))
924-
- Add docker nodesets for acceptance tests [\#248](https://github.com/voxpupuli/modulesync_config/pull/248) ([Yuav](https://github.com/Yuav))
958+
- Add docker nodesets for acceptance tests [\#248](https://github.com/voxpupuli/modulesync_config/pull/248) ([jskarpe](https://github.com/jskarpe))
925959

926960
## [0.14.0](https://github.com/voxpupuli/modulesync_config/tree/0.14.0) (2016-10-20)
927961

moduleroot/.msync.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
modulesync_config_version: '4.0.0'
2+
modulesync_config_version: '4.1.0'

0 commit comments

Comments
 (0)