Security
1. Clear run app’s environment
Fixed bug which allowed unprivileged users to view internal environment variables.
2. Regular package upadate
We updated 6 packages:
- github.com/spf13/cobra to v1.8.1
- github.com/gorilla/websocket to v1.5.3
- github.com/go-ldap/ldap/v3 to v3.4.8
- github.com/creack/pty to v1.1.23
- axios to v0.28.1
- @vue/test-utils to v1.3.6
Bugfixes
1. Import/export survey variables of Templates
Fixed a bug that caused the list of survey variables to not be included in the backup.
2. Handle <playbook_dir>/requirements.yml
You can now place your common roles and collections requirements file in the playbook directory.
Development
E2E tests launch for VSCode and DevContainer
We continue to improve our Dev Container. In this release, we added the ability to test the backend using Dredd tests from Dev Container.