modulesync 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +11 -2
  3. data/modulesync.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 18b8c746ba0cde88e90c644943e3f9ceedd6f9b6b677133223e7706a0b71c568
4
- data.tar.gz: 644c526cc5b4f004317634f1a6afeeec356e22190a8230f34141ef3fe961e52f
3
+ metadata.gz: bf27b8e1ab5da1a382062fb50cf5fef7b1c24ec6df90988b9033b03a8293a5ae
4
+ data.tar.gz: f45b4745c56ecb09f2e41e7b7df376fa55da074d0e7eda123428282734ed1e4f
5
5
  SHA512:
6
- metadata.gz: b56f97438c169d9bf061724ec5afc120e81478f514c9faf374a065000dcf4cbf64970d38b079bab0077e95c25d79a2b44088417a85b414dd633534006337a559
7
- data.tar.gz: 5016b55f147551a5786fafd799fe929a358a8c5aec2e1b4b1c49604e1778a74ccea7faa9aefa7aca3828174c8fb53420912a0add7c4f91321eddc0c06abc3b39
6
+ metadata.gz: 04116e1a9f754869a52d7b008bc079ab5b9018fbc5a2d92a0f065a5b65dcdaf7970701e35787b2f781dc7a8b74856e7fc81c9b4bc2de76b6ac8d5006ea29dcc1
7
+ data.tar.gz: 5bb03dd6cfd926a4f4249647dd54b5cf088a81015d6bf5493a7e7c6cfff657597e82884421c48814aedfcf01dba4da99290c8a89f848ac8eb6d0b5bea1595477
data/CHANGELOG.md CHANGED
@@ -2,9 +2,19 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [4.0.1](https://github.com/voxpupuli/modulesync/tree/4.0.1) (2025-09-02)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/modulesync/compare/4.0.0...4.0.1)
8
+
9
+ We had some issues with the 4.0.0 release. It was published to rubygems, but we've a `v4.0.0` and a `4.0.0` git tag. This confuses renovate in some setups. To fix this, we will release 4.0.1.
10
+
5
11
  ## [4.0.0](https://github.com/voxpupuli/modulesync/tree/4.0.0) (2025-08-28)
6
12
 
7
- [Full Changelog](https://github.com/voxpupuli/modulesync/compare/3.5.0...4.0.0)
13
+ [Full Changelog](https://github.com/voxpupuli/modulesync/compare/v4.0.0...4.0.0)
14
+
15
+ ## [v4.0.0](https://github.com/voxpupuli/modulesync/tree/v4.0.0) (2025-08-28)
16
+
17
+ [Full Changelog](https://github.com/voxpupuli/modulesync/compare/3.5.0...v4.0.0)
8
18
 
9
19
  **Breaking changes:**
10
20
 
@@ -15,7 +25,6 @@ All notable changes to this project will be documented in this file.
15
25
 
16
26
  - Allow YAML aliases in configuration [\#311](https://github.com/voxpupuli/modulesync/pull/311) ([traylenator](https://github.com/traylenator))
17
27
 
18
-
19
28
  ## [3.5.0](https://github.com/voxpupuli/modulesync/tree/3.5.0) (2025-07-23)
20
29
 
21
30
  [Full Changelog](https://github.com/voxpupuli/modulesync/compare/3.4.2...3.5.0)
data/modulesync.gemspec CHANGED
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'modulesync'
8
- spec.version = '4.0.0'
8
+ spec.version = '4.0.1'
9
9
  spec.authors = ['Vox Pupuli']
10
10
  spec.email = ['voxpupuli@groups.io']
11
11
  spec.summary = 'Puppet Module Synchronizer'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modulesync
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vox Pupuli