8000 Stuff for 1.2.1 release by rhysmeister · Pull Request #112 · ansible-collections/community.elastic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Stuff for 1.2.1 release #112

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
Feb 5, 2025
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
8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,12 @@ releases:
api_key_encoded. Should be supplied as a base64-encoded string of the id and api_key joined by a colon e.g. <id>:<api_key>.
See the elastic documentation for [api_key](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-api-key.html)
for further details.
1.2.1:
release_summary: |
This is a maintenance release.
minor_changes:
- 109 - Allow manual specification of login host connection url.
This allows for the specification of the connection URL manually
for the hosts in the case they are different or require a connection
string not supported currently (eg. path).

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: elastic
version: 1.2.0
version: 1.2.1
readme: README.md
authors:
- Rhys Campbell (https://github.com/rhysmeister)
Expand Down
Loading
0