Issues | Pull Requests | v4.73.0...v4.74.0
🎉 New Packages
#16606 a-h/templ: A language for writing HTML user interfaces in Go
#16614 FalconForceTeam/FalconHound: FalconHound is a blue team multi-tool. It allows you to utilize and enhance the power of BloodHound in a more automated fashion. It is designed to be used in conjunction with a SIEM or other log aggregation tool
Fixes
#16615 ariga/atlas: Remove windows
https://atlasgo.io/getting-started
As of version v0.14.3 we no longer provide a windows binary. Windows users are advised to use our docker image or use WSL.
#16592 aquasecurity/chain-bench: Follow up changes of chain-bench v0.1.8
Asset names were changed.
#16591 lc/gau: Follow up changes of gau v2.2.0
Others
#16597 #16605 #16611 #16613 Improve the local development with cmdx and Docker
Dear contributors,
We changed how to develop the registry.
Please see the contribution guide.
We use the task runner cmdx
and Docker.
cmdx is installed by aqua.
aqua i -l
We test the Registry in a container.
Instead of executing aqua-registry
directly, we execute tasks of cmdx.
cmdx s <package name> # Scaffold a package
cmdx t <package name> # Test a package
cmdx new <package name> # Release a package
About tasks of cmdx, please run the help command.
cmdx help
cmdx help <task name>
We test packages on all platforms with AQUA_GOOS and AQUA_GOARCH same with CI.
And a local file aqua-local.yaml
isn't used anymore.