Skip to content

Commit

Permalink
change README
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
bodsch committed Jul 13, 2024
1 parent 45b96a8 commit 4012a66
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 19 deletions.
34 changes: 22 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,28 @@ on:
- info
- warning
- debug
# push:
# branches:
# - 'main'
# - 'feature/**'
# - 'fix/**'
# - '!doc/**'
# pull_request:
# branches:
# - 'main'
# - 'feature/**'
# - 'fix/**'
# - '!doc/**'
push:
branches:
- 'main'
- 'feature/**'
- 'fix/**'
- '!doc/**'
paths:
- "!Makefile"
- "!README.md"
- '.config/ansible-lint.yml'
- '.yamllint'
pull_request:
branches:
- 'main'
- 'feature/**'
- 'fix/**'
- '!doc/**'
paths:
- "!Makefile"
- "!README.md"
- '.config/ansible-lint.yml'
- '.yamllint'

env:
COLLECTION_NAMESPACE: bodsch
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ A collection of Ansible roles for the Prometheus universe.

* Arch Linux
* Debian based
- Debian 10 / 11
- Ubuntu 20.10
- Debian 11 / 12
- Ubuntu 22.04


## Contribution
Expand Down
4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace: bodsch
name: prometheus

version: 1.0.0
version: 1.1.0

readme: README.md

Expand All @@ -23,7 +23,7 @@ tags:
- exporters

dependencies:
bodsch.core: ">=1.1.2"
bodsch.core: ">=2.2.1"
bodsch.scm: "*"

repository: https://github.com/bodsch/ansible-collection-prometheus
Expand Down
4 changes: 1 addition & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ ansible-lint
docker
dnspython
flake8
molecule>=5.0.1
molecule
molecule-plugins[docker]
netaddr
pytest
pytest-testinfra
tox
tox-gh-actions
yamllint
jmespath

0 comments on commit 4012a66

Please sign in to comment.