Skip to content

chore(main): release 0.2.2 #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.1"}
{".":"0.2.2"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.2](https://github.com/fluencelabs/ansible/compare/v0.2.1...v0.2.2) (2024-05-30)


### Features

* Add ability to run promtail for log collection ([#20](https://github.com/fluencelabs/ansible/issues/20)) ([a9d0429](https://github.com/fluencelabs/ansible/commit/a9d0429ea27cae66354057f953cb5df6c79a9365))
* Add prometheus role ([#23](https://github.com/fluencelabs/ansible/issues/23)) ([7da9c72](https://github.com/fluencelabs/ansible/commit/7da9c7247d15ab7c2bdcedfc4cf03f63aabc0dd5))

## [0.2.1](https://github.com/fluencelabs/ansible/compare/v0.2.0...v0.2.1) (2024-03-09)


Expand Down
9 changes: 4 additions & 5 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
namespace: fluencelabs
name: provider
version: 0.2.1 # x-release-please-version
version: 0.2.2
readme: README.md
authors:
- Anatolios Laskaris <nahsi@nahsi.dev> (https://nahsi.dev)

description: Fluence provider toolkit used to setup and configure [Nox](https://github.com/fluencelabs/nox)
description: >-
Fluence provider toolkit used to setup and configure
[Nox](https://github.com/fluencelabs/nox)
license_file: LICENSE

tags:
- p2p
- fluence
- cloud
- compute
- web3

repository: https://github.com/fluencelabs/ansible/
documentation: https://github.com/fluencelabs/ansibe/tree/main/README.md
homepage: https://github.com/fluencelabs/ansible/
Expand Down
Loading