Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 committed Nov 18, 2024
1 parent 7fe8a03 commit 8d0edd7
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 71 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ You can also install a specific version of the collection.
For example, if you need to downgrade when something is broken in the latest version.

```
ansible-galaxy collection install redhat.trusted_profile_analyzer:==0.2.0
ansible-galaxy collection install redhat.trusted_profile_analyzer:==1.2.0
```

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: redhat
name: trusted_profile_analyzer
version: 0.2.0
version: 1.2.0

readme: README.md
authors:
Expand Down
2 changes: 1 addition & 1 deletion roles/tpa_single_node/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--- to update this file, update files in the role's meta/ directory (and/or its README.j2 template) and run "make role-readme" -->
# Ansible Role: redhat.trusted_profile_analyzer.tpa_single_node
Version: 0.2.0
Version: 1.2.0

Deploy the [RHTPA](https://docs.redhat.com/en/documentation/red_hat_trusted_profile_analyzer/) service on a single managed node by using the `tpa_single_node` role.
Requires RHEL 9.3 or later.
Expand Down
Loading

0 comments on commit 8d0edd7

Please sign in to comment.