Releases: ClarifiedSecurity/catapult
Releases · ClarifiedSecurity/catapult
v0.3.20
- Set Catapult version to 0.3.20
- Removed unused
configure_network_with_rest_api
from OS group vars - Added a link to tagged Catapult images to .makerc-vars.example
- Allowing release workflow to be run manually
- Removed CPU & RAM from OS vars so it could be set per project if needed
- Added new
poetry.lock
file for updated Python dependencies - Migrated
nova.core.create
tonova.core.machine_operations
in defaultstart.yml
- Removed misleading development commands from
02-how-to-use.md
doc - Fixed an issue where multi-arch Docker images would not be tagged correctly
- Fixed Docker image build
v0.3.19
- Set Catapult version to 0.3.19
- Added back mistakenly removed arm64 support for Catapult image
v0.3.18
- Set Catapult version to 0.3.18
- Added version number to Catapult Docker images
- Added && \ into quickstart doc for better error message when git is not installed
v0.3.17
- Set Catapult version to 0.3.17
- Adding official KeePassXC repo for Ubuntu 20.04 when user chooses to configure KeePassXC automatically
v0.3.16
- Set Catapult version to 0.3.16
- Building image locally during
make start
if user ID is not 1000
v0.3.15
- Set Catapult version to 0.3.15
- Bumped minor version to 3
- Added collections version check URLs to requirements files for easier usage
- Migrated everything to
nova.core
collection in start.yml - Refactored inventory selector script so it'll go directly to inventory if there is only one
- Added update checks for both
clarified.core
&nova.core
collections - Added CATAPULT env var to distinguish non-Catapult deployment methods
- Made sure that Catapult installs both
clarified.core
&nova.core
collections - Added more specific rules that trigger Catapult container build workflow
v0.2.14
- Set Catapult version to 0.2.14
- Revert to previous tag
v0.2.13
- Set Catapult version to 0.2.13
- Replaced clarified.core collections version with nova.core check
- Set the default custom collection to novateams/nova.core
v0.2.12
- Set Catapult version to 0.2.12
- Tweaked the wording in
README.md
- Set community.general version to 7.4.0
- Set ansible-core version to 2.13.12
v0.2.11
- Set Catapult version to 0.2.11
- Not including
save_secrets_to_vault
instart.yml
when deploy mode is undeploy - Updated poetry.lock (Python packages)
- Set linode.cloud version to 0.19.0
- Set community.aws version to 6.3.0
- Set amazon.aws version to 6.4.0
- Set ansible.utils version to 2.11.0
- Set ansible.netcommon version to 5.2.0
- Fixed a typo in how-to-use doc