Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
New release: 1.84
Browse files Browse the repository at this point in the history
  • Loading branch information
chaws committed Mar 26, 2024
1 parent 4136474 commit 23faf71
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 1.84

This 1.83 release has a new way to run SQUAD via docker-compose, thanks to @swvanbuuren!

The release also counts with a few improvements on the REST API and CI module.

Complete list of changes going in:

* api: rest:
* register only one build endpoint
* add skip filter
* ci:
* fetch LAVA job definition for watchjobs
* fix variable naming of get_job_definition methods
* add test for getting job definitions to testing backend
* account for backends without job definition
* docs:
* .readthedocs.yml: bump Python to 3.10
* update authorization token header in SQUAD docs
* make docker compose definition generic
* add docker compose example incl. documentation
* change localhost port behavior

# 1.83

This 1.83 release improves documentation and how to run SQUAD.
Expand Down
2 changes: 1 addition & 1 deletion squad/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.83'
__version__ = '1.84'

0 comments on commit 23faf71

Please sign in to comment.