vagrant-vyos 1.1.10 → 1.1.12
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.
- checksums.yaml +4 -4
- data/.github/workflows/release.yml +10 -7
- data/.github/workflows/test.yml +7 -4
- data/.release-please-manifest.json +3 -0
- data/CHANGELOG.md +22 -0
- data/lib/vagrant-vyos/version.rb +1 -1
- data/release-please-config.json +15 -0
- data/renovate.json +2 -21
- data/spec/helper.rb +2 -2
- data/vagrant-vyos.gemspec +1 -1
- metadata +6 -5
- data/.github/release-please.yml +0 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47dcee2ce5304e63e5316c1e4c12e7ef1b40a13a756e2255f71ec132a328c73b
|
|
4
|
+
data.tar.gz: 8807644a25d366fd08b9d5e9a918096f2991101cd709d9b88d94e7e5122461e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b554c16e532a4513ffb0b7b7e4cc20265bf34871cd5b5f2643bc85c854ede3fd83aefc736476ce50de512760556aa7c04824ef2820811a11a47a2dc783b8e9d9
|
|
7
|
+
data.tar.gz: 7768000623a45495f83deb034d609740a5ac637476395faa8dd581f315a964ee5ac213066f66868209ccd787e8b44e25be9958c6ebfd342da19b85cb62a8c1de
|
|
@@ -5,25 +5,28 @@ on:
|
|
|
5
5
|
branches:
|
|
6
6
|
- master
|
|
7
7
|
|
|
8
|
+
permissions:
|
|
9
|
+
contents: write
|
|
10
|
+
pull-requests: write
|
|
11
|
+
|
|
8
12
|
jobs:
|
|
9
13
|
release:
|
|
10
14
|
runs-on: ubuntu-latest
|
|
11
15
|
|
|
12
16
|
steps:
|
|
13
|
-
- uses:
|
|
17
|
+
- uses: googleapis/release-please-action@v4
|
|
14
18
|
id: release
|
|
15
19
|
with:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
version-file: lib/vagrant-vyos/version.rb
|
|
20
|
+
config-file: release-please-config.json
|
|
21
|
+
manifest-file: .release-please-manifest.json
|
|
19
22
|
|
|
20
|
-
- uses: actions/checkout@
|
|
23
|
+
- uses: actions/checkout@v4
|
|
21
24
|
if: ${{ steps.release.outputs.release_created }}
|
|
22
25
|
|
|
23
|
-
- name: Set up Ruby
|
|
26
|
+
- name: Set up Ruby
|
|
24
27
|
uses: ruby/setup-ruby@v1
|
|
25
28
|
with:
|
|
26
|
-
ruby-version:
|
|
29
|
+
ruby-version: 3.3
|
|
27
30
|
if: ${{ steps.release.outputs.release_created }}
|
|
28
31
|
|
|
29
32
|
- name: Build
|
data/.github/workflows/test.yml
CHANGED
|
@@ -8,14 +8,17 @@ jobs:
|
|
|
8
8
|
runs-on: ubuntu-latest
|
|
9
9
|
|
|
10
10
|
steps:
|
|
11
|
-
- uses: actions/checkout@
|
|
12
|
-
- name: Set up Ruby
|
|
11
|
+
- uses: actions/checkout@v4
|
|
12
|
+
- name: Set up Ruby
|
|
13
13
|
uses: ruby/setup-ruby@v1
|
|
14
14
|
with:
|
|
15
|
-
ruby-version:
|
|
16
|
-
|
|
15
|
+
ruby-version: 3.3
|
|
17
16
|
- name: Test
|
|
18
17
|
run: |
|
|
19
18
|
bundle config path vendor/bundle
|
|
20
19
|
bundle install --jobs 4 --retry 3
|
|
21
20
|
bundle exec rake spec
|
|
21
|
+
- name: Upload coverage to Codecov
|
|
22
|
+
uses: codecov/codecov-action@v4
|
|
23
|
+
with:
|
|
24
|
+
token: ${{ secrets.CODECOV_TOKEN }}
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.1.12](https://github.com/higebu/vagrant-vyos/compare/vagrant-vyos-v1.1.11...vagrant-vyos/v1.1.12) (2024-09-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **deps:** update actions/checkout action to v4 ([4871f71](https://github.com/higebu/vagrant-vyos/commit/4871f71f2039061f8ad22356a9e0aa9d86b9312a))
|
|
9
|
+
* fix Gemfile.lock ([1190da6](https://github.com/higebu/vagrant-vyos/commit/1190da66fd3de5b991bdb84a8e31bde50d744120))
|
|
10
|
+
* fix release-please config ([09ffb04](https://github.com/higebu/vagrant-vyos/commit/09ffb045d8fbc95aa0711a085b58eb4698be04dc))
|
|
11
|
+
* gempush.yml ([2072747](https://github.com/higebu/vagrant-vyos/commit/2072747871785f61a11ff12c671b1f61fd7c08cd))
|
|
12
|
+
* remove Gemfile.lock ([7544922](https://github.com/higebu/vagrant-vyos/commit/75449224262d8c9405a7a23e2433691518c56021))
|
|
13
|
+
* revert Gemfile.lock ([670e496](https://github.com/higebu/vagrant-vyos/commit/670e496fabcf7c4a06d299c3af8e7d1a33e122c7))
|
|
14
|
+
* update Gemfile.lock ([cb089e3](https://github.com/higebu/vagrant-vyos/commit/cb089e3b78eecdf0b44d0c97afca5cff6530d4c0))
|
|
15
|
+
* use simplecov-cobertura for coverage formatter ([31bf554](https://github.com/higebu/vagrant-vyos/commit/31bf5544d5470f9516e3fbe91e60321fa4e21092))
|
|
16
|
+
|
|
17
|
+
## [1.1.11](https://github.com/higebu/vagrant-vyos/compare/v1.1.10...v1.1.11) (2024-09-02)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **deps:** update actions/checkout action to v4 ([4871f71](https://github.com/higebu/vagrant-vyos/commit/4871f71f2039061f8ad22356a9e0aa9d86b9312a))
|
|
23
|
+
* use simplecov-cobertura for coverage formatter ([31bf554](https://github.com/higebu/vagrant-vyos/commit/31bf5544d5470f9516e3fbe91e60321fa4e21092))
|
|
24
|
+
|
|
3
25
|
### [1.1.10](https://www.github.com/higebu/vagrant-vyos/compare/v1.1.9...v1.1.10) (2022-02-15)
|
|
4
26
|
|
|
5
27
|
|
data/lib/vagrant-vyos/version.rb
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"packages": {
|
|
3
|
+
".": {
|
|
4
|
+
"package-name": "vagrant-vyos",
|
|
5
|
+
"version-file": "lib/vagrant-vyos/version.rb",
|
|
6
|
+
"changelog-path": "CHANGELOG.md",
|
|
7
|
+
"release-type": "ruby",
|
|
8
|
+
"bump-minor-pre-major": false,
|
|
9
|
+
"bump-patch-for-minor-pre-major": false,
|
|
10
|
+
"draft": false,
|
|
11
|
+
"prerelease": false
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
|
15
|
+
}
|
data/renovate.json
CHANGED
|
@@ -1,25 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
2
3
|
"extends": [
|
|
3
|
-
"
|
|
4
|
-
":combinePatchMinorReleases",
|
|
5
|
-
":ignoreUnstable",
|
|
6
|
-
":prImmediately",
|
|
7
|
-
":semanticPrefixFixDepsChoreOthers",
|
|
8
|
-
":updateNotScheduled",
|
|
9
|
-
":automergeMinor",
|
|
10
|
-
":automergeDigest",
|
|
11
|
-
":ignoreModulesAndTests",
|
|
12
|
-
":maintainLockFilesDisabled",
|
|
13
|
-
":autodetectPinVersions",
|
|
14
|
-
":prHourlyLimitNone",
|
|
15
|
-
"group:monorepos",
|
|
16
|
-
"group:recommended",
|
|
17
|
-
":timezone(Asia/Tokyo)",
|
|
18
|
-
"schedule:nonOfficeHours",
|
|
19
|
-
":label(renovate)"
|
|
20
|
-
],
|
|
21
|
-
"prConcurrentLimit": 1,
|
|
22
|
-
"baseBranches": [
|
|
23
|
-
"master"
|
|
4
|
+
"local>higebu/renovate-config"
|
|
24
5
|
]
|
|
25
6
|
}
|
data/spec/helper.rb
CHANGED
data/vagrant-vyos.gemspec
CHANGED
|
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
|
|
|
22
22
|
spec.add_development_dependency "rake"
|
|
23
23
|
spec.add_development_dependency "rspec", "~> 3.4"
|
|
24
24
|
spec.add_development_dependency "simplecov"
|
|
25
|
-
spec.add_development_dependency
|
|
25
|
+
spec.add_development_dependency 'simplecov-cobertura'
|
|
26
26
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-vyos
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- KUSAKABE Yuya
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-09-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -53,7 +53,7 @@ dependencies:
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
|
-
name:
|
|
56
|
+
name: simplecov-cobertura
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - ">="
|
|
@@ -74,10 +74,10 @@ extensions: []
|
|
|
74
74
|
extra_rdoc_files: []
|
|
75
75
|
files:
|
|
76
76
|
- ".github/dependabot.yml"
|
|
77
|
-
- ".github/release-please.yml"
|
|
78
77
|
- ".github/workflows/release.yml"
|
|
79
78
|
- ".github/workflows/test.yml"
|
|
80
79
|
- ".gitignore"
|
|
80
|
+
- ".release-please-manifest.json"
|
|
81
81
|
- ".rspec"
|
|
82
82
|
- ".travis.yml"
|
|
83
83
|
- CHANGELOG.md
|
|
@@ -94,6 +94,7 @@ files:
|
|
|
94
94
|
- lib/vagrant-vyos/guest.rb
|
|
95
95
|
- lib/vagrant-vyos/plugin.rb
|
|
96
96
|
- lib/vagrant-vyos/version.rb
|
|
97
|
+
- release-please-config.json
|
|
97
98
|
- renovate.json
|
|
98
99
|
- spec/guest_spec.rb
|
|
99
100
|
- spec/helper.rb
|
|
@@ -117,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
117
118
|
- !ruby/object:Gem::Version
|
|
118
119
|
version: 1.3.6
|
|
119
120
|
requirements: []
|
|
120
|
-
rubygems_version: 3.
|
|
121
|
+
rubygems_version: 3.5.11
|
|
121
122
|
signing_key:
|
|
122
123
|
specification_version: 4
|
|
123
124
|
summary: A small gem that adds vyos guest support to vagrant.
|
data/.github/release-please.yml
DELETED