-
Aleksandr Kurbatov authoredAleksandr Kurbatov authored
To find the state of this project's repository at the time of any of these versions, check out the tags.
- Changelog
- [1.15] - 2024-07-17
- [1.14] - 2024-04-18
- [1.13] - 2024-04-17
- [1.12] - 2024-06-17
- [1.11] - 2024-05-21
- [1.10] - 2024-04-24
- [1.9] - 2024-04-22
- [1.8] - 2024-04-03
- [1.7] - 2024-03-28
- [1.6] - 2024-03-20
- [1.5] - 2024-03-12
- [1.4] - 2024-02-27
- [1.3] - 2024-02-09
- [1.2] - 2024-02-09
- [1.1] - 2024-02-09
- [1.0] - 2024-01-03
- [0.21] - 2023-12-14
- [0.1] - 2023-12-06
Changelog.md 2.04 KiB
Changelog
All notable changes to this project will be documented in this file.
[1.15] - 2024-07-17
- GAP Ansible collection version is pinned to 1.0.79
[1.14] - 2024-04-18
- GAP Ansible collection version is pinned to 1.0.74
[1.13] - 2024-04-17
- GAP Ansible collection version is pinned to 1.0.73
[1.12] - 2024-06-17
- GAP Ansible collection version is pinned to 1.0.72
[1.11] - 2024-05-21
- GAP Ansible collection version is pinned to 1.0.71
[1.10] - 2024-04-24
- GAP Ansible collection version is pinned to 1.0.69
[1.9] - 2024-04-22
- GAP Ansible collection version is pinned to 1.0.68
[1.8] - 2024-04-03
- GAP Ansible collection version is pinned to 1.0.59
[1.7] - 2024-03-28
- GAP Ansible collection version is pinned to 1.0.58
- Update
ncclient
to 0.6.15 - Update
junos-eznc
to 2.7.0
[1.6] - 2024-03-20
GAP Ansible collection version is pinned to 1.0.55
[1.5] - 2024-03-12
GAP Ansible collection version is pinned to 1.0.51
[1.4] - 2024-02-27
GAP Ansible collection version is pinned to 1.0.49
[1.3] - 2024-02-09
Fixes to the GAP Ansible collection
[1.2] - 2024-02-09
Pinned to the latest GAP Ansible collection version 1.0.47
[1.1] - 2024-02-09
GEANT GAP Ansible collection is with version in galaxy requirements.
[1.0] - 2024-01-03
The very first major release of LSO is here!
- Bump the API version to 1.0 to reflect breaking changes.
- Remove obsolete endpoints that were not in use anymore.
- Remove the interpretation of ansible output into JSON, making it more transparent.
- Rely on environment variables for the configuration of Ansible, instead of supplying an inline, static
ansible.cfg
file. - Don't filter Ansible output keys, this is left up to the consumer of the API instead.
- Some small updates to linting, code formatting, and documentation.
- Improve the quickstart in the documentation.
[0.21] - 2023-12-14
- Add a dynamic endpoint for arbitrary playbook execution at
/api/playbook
.
[0.1] - 2023-12-06
- initial skeleton