Skip to content

Commit

Permalink
Update collection version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and github-actions[bot] committed Dec 2, 2024
1 parent 5264e94 commit a2f69ba
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 26 deletions.
50 changes: 25 additions & 25 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
authors:
- Max Hösel <[email protected]>
- Max Hösel <[email protected]>
build_ignore:
- .circleci
- .github
- .vscode
- dist
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- .yamllint
- "*.tar.gz"
- .venv
- .pytest_cache
- scripts
- .pre-commit-config.yaml
- .readthedocs.yaml
- pyproject.toml
- requirements.txt
- "**/requirements.txt"
- docs/tmp
- docs/build
- .circleci
- .github
- .vscode
- dist
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- .yamllint
- '*.tar.gz'
- .venv
- .pytest_cache
- scripts
- .pre-commit-config.yaml
- .readthedocs.yaml
- pyproject.toml
- requirements.txt
- '**/requirements.txt'
- docs/tmp
- docs/build
dependencies:
community.general: ">=1.0.0"
community.general: '>=1.0.0'
description: Install, configure and use the Smallstep CA server and CLI tool
issues: https://github.com/maxhoesel-ansible/ansible-collection-smallstep/issues
license_file: LICENSE
Expand All @@ -29,8 +29,8 @@ namespace: maxhoesel
readme: README.md
repository: https://github.com/maxhoesel-ansible/ansible-collection-smallstep
tags:
- smallstep
- ca
- application
- certificates
version: 0.24.5
- smallstep
- ca
- application
- certificates
version: 1.0.0
5 changes: 4 additions & 1 deletion plugins/module_utils/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
COLLECTION_VERSION = "0.24.5"
COLLECTION_VERSION = "1.0.0"
COLLECTION_MIN_STEP_CLI_VERSION = "0.24.0"

COLLECTION_REPO = "https://github.com/maxhoesel-ansible/ansible-collection-smallstep"



DEFAULT_STEP_CLI_EXECUTABLE = "step-cli"

0 comments on commit a2f69ba

Please sign in to comment.