Releases: Graylog2/graylog-ansible-role
Releases · Graylog2/graylog-ansible-role
4.0.1
What's Changed
- Bump jinja2 from 3.1.5 to 3.1.6 by @dependabot[bot] in #201
- Bump setuptools from 75.8.0 to 78.1.1 by @dependabot[bot] in #203
- Bump urllib3 from 2.3.0 to 2.5.0 by @dependabot[bot] in #205
- Bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #204
- Bump h11 from 0.14.0 to 0.16.0 by @dependabot[bot] in #202
Full Changelog: 4.0.0...4.0.1
4.0.0
## Changes:
- Upgraded version of required Ansible (11.2) & Python (3.12) modules, will need to execute
pip install -r requirements.txt. - Removed deprecated integration of roles to deploy MongoDB & Elasticsearch in this releases since they have not been maintained and/or archived for a long time.
- Linted Ansible role resource files.
3.3.8
Changes:
- Added support for software package changes introduced in Graylog version 5.0. 2x new variables introduced:
graylog_install_open_packagegraylog_install_enterprise_package
- Bumped
requirements.txtfiles, will need to executepip install -r requirements.txt. - Revised documentation, updated software compatibility matrix.
- Deprecating integration of roles to deploy MongoDB & Elasticsearch in this releases since they have not been maintained and/or archived for a long time.
3.3.7
3.3.4
Changes:
- Remove outdated nginx dependency (#170)
- Expose Java path as variable (#173) @joshbeard
- Change role name in Ansible Galaxy from 'graylog-ansible-role to 'graylog'. (#178)
Breaking change - You will have to pull this release using the role's new name in Galaxy:
ansible-galaxy install graylog2.graylog
3.3.3
3.3.2
3.3.1
3.3.0
3.2.0
-
New Stuff:
- Make Mongodb version configurable. PR #148
-
Fixes: