Awacs

Latest version: v2.4.1

Safety actively analyzes 629639 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 7

0.5.1

- Add ECS support GH-18
- Add get\_default\_assumerole\_policy GH-17
- Add EnterStandby, ExitStandby Actions - GH-13
- Allow "\*" Principal - GH-16, GH-19

0.5.0

- New/update actions - GH-7
- Support wildcard action - GH-8
- Added new autoscaling API endpoints - GH-10
- Add EC2 specific ARN class - GH-11

0.4.2

- Base ARN class has extra self bug

0.4.1

- Typo on SDB ARN class fix.

0.4.0

- Moved to new style ARN classes, using existing service namespaces.


Steps to release a new version

- Change version in awacs/\_\_init\_\_.py
- Update CHANGELOG.md with changes made since last release
- Create a signed tag: git tag --sign -m "Release 1.1.1" 1.1.1
- Build the distribution: python -m build --sdist --wheel .
- Use twine to check the release: twine check dist/awacs-1.1.1*[.whl,.gz]
- Upload using twine: twine upload -s dist/awacs-1.1.1*[.whl,.gz]
- Push commits: git push
- Push tag: git push --tags
- Update github release page: https://github.com/cloudtools/awacs/releases


Helper to create CHANGELOG entries
----------------------------------

``git log --reverse --pretty=format:"%s" | tail -100 | sed 's/^/* /'``

Page 7 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.