Skip to content
Snippets Groups Projects
Commit b80f5a35 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Update Changelog.md

parent e6b358dd
No related branches found
No related tags found
No related merge requests found
Pipeline #85197 passed
...@@ -2,20 +2,19 @@ ...@@ -2,20 +2,19 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.21] - 2023-12-14 ## [1.0] - 2024-01-03
- Add a dynamic endpoint for arbitrary playbook execution at `/api/playbook`. The very first major release of LSO is here! :tada: A transparent API for running Ansible playbooks on a remote machine.
## [0.5] - 2023-12-06
- Rebuild without any change.
## [0.4] - 2023-12-06 - Bump the API version to 1.0 to reflect breaking changes.
- Rebuild without any change. - 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.3] - 2023-12-06 ## [0.21] - 2023-12-14
- Rebuild without any change. - Add a dynamic endpoint for arbitrary playbook execution at `/api/playbook`.
## [0.2] - 2023-12-06
- Rebuild without any change.
## [0.1] - 2023-12-06 ## [0.1] - 2023-12-06
- initial skeleton - initial skeleton
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment