Skip to content
Snippets Groups Projects
Commit f02e8ec0 authored by Fabien Combernous's avatar Fabien Combernous
Browse files

release 1.0.0

parent a9265f33
No related branches found
No related tags found
1 merge request!6Resolve "cleanup metadata.json and prepare release"
Pipeline #35068 canceled
......@@ -3,6 +3,7 @@ stages:
- syntax
- unit
- acceptance
- release
default:
cache:
......@@ -73,4 +74,22 @@ acceptance with puppet7 ubuntu2004:
- bundle exec rake beaker
tags:
- puppet-tests
module release:
stage: release
image: ruby:2.7.5
variables:
PUPPET_GEM_VERSION: "~> 7.14"
BLACKSMITH_FORGE_USERNAME: "$BLACKSMITH_FORGE_USERNAME"
BLACKSMITH_FORGE_API_KEY: "$BLACKSMITH_FORGE_API_KEY"
script:
- bundle exec puppet strings generate --format markdown --out REFERENCE.md
- bundle exec rake module:push
only:
- tags
except:
- branches
artifacts:
paths:
- pkg/
expire_in: 6 weeks
......@@ -20,6 +20,7 @@ appveyor.yml:
- syntax
- unit
- acceptance
- release
custom_jobs:
validate lint check rubocop-Ruby 2.7.5-Puppet ~> 7:
stage: syntax
......@@ -75,6 +76,24 @@ appveyor.yml:
- bundle exec rake beaker
tags:
- puppet-tests
module release:
stage: release
image: ruby:2.7.5
variables:
PUPPET_GEM_VERSION: '~> 7.14'
BLACKSMITH_FORGE_USERNAME: '$BLACKSMITH_FORGE_USERNAME'
BLACKSMITH_FORGE_API_KEY: '$BLACKSMITH_FORGE_API_KEY'
script:
- bundle exec puppet strings generate --format markdown --out REFERENCE.md
- bundle exec rake module:push
only:
- tags
except:
- branches
artifacts:
paths:
- pkg/
expire_in: 6 weeks
Gemfile:
required:
......
......@@ -2,10 +2,6 @@
All notable changes to this project will be documented in this file.
## Release 0.1.0
## Release 1.0.0
**Features**
**Bugfixes**
**Known Issues**
Initial release
{
"name": "adullact-cfssl",
"version": "0.1.0",
"version": "1.0.0",
"author": "adullact",
"summary": "",
"summary": "Install and configure CFSSL PKI.",
"license": "AGPL-3.0",
"source": "",
"source": "https://gitlab.adullact.net/adullact/puppet-cfssl.git",
"project_page": "https://gitlab.adullact.net/adullact/puppet-cfssl/",
"issues_url": "https://gitlab.adullact.net/adullact/puppet-cfssl/issues",
"dependencies": [
{
"name": "puppetlabs/stdlib",
......@@ -37,6 +39,10 @@
"version_requirement": ">= 6.21.0 < 8.0.0"
}
],
"tags": [
"pki",
"cfssl"
],
"pdk-version": "2.5.0",
"template-url": "https://github.com/puppetlabs/pdk-templates#2.5.0",
"template-ref": "tags/2.5.0-0-g369d483"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment