Releases: snyk-labs/snyk-tags-tool
Releases · snyk-labs/snyk-tags-tool
v2.2.4
What's Changed
- fix: pin cryptography to v42.0.4 to resolve vulnerabilities by @snykerjames in #31
- chore: bump version in pyproject.toml by @scott-es in #32
New Contributors
- @snykerjames made their first contribution in #31
- @scott-es made their first contribution in #32
Full Changelog: v2.2.3...v2.2.4
v2.2.3
What's Changed
- chore: set up mkdocs by @cmars in #25
- chore: restructure and improve components documentation by @cmars in #26
- fix: project target matching by @cmars in #28
- Moving query params to address issue with expand=target stacking to the url by @thavelock in #30
Full Changelog: v2.2.1...v2.2.3
v2.2.1
What's Changed
- fix typeError on project name by @JosanaDH in #22
- feat: add --tenant support to component and remove commands by @cmars in #21
- Fixing issue with call to rest api by @thavelock in #24
New Contributors
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- feat: Multitenant EU and AU support by @EricFernandezSnyk in #20
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- feat: add component command by @cmars in #12
- feat: component tag csv and json output, readme docs by @cmars in #13
- feat: Updating instances of list all projects to new REST enpoint via pysnyk by @thavelock in #19
- fix: github ci checks, formatting by @cmars in #14
- fix: remove type expressions incompatible with python 3.7 by @cmars in #15
- fix: dry-run option by @cmars in #16
- chore: add library functions supporting new component command by @cmars in #10
- chore: add pr check by @cmars in #11
- chore: improve readme documentation on component subcommand by @cmars in #17
- docs: fix named capturing group in the examples by @yeforriak in #18
New Contributors
- @cmars made their first contribution in #10
- @yeforriak made their first contribution in #18
- @thavelock made their first contribution in #19
Full Changelog: v2.0.1...v2.1.0
v2.0.1
v2.0.0 Breaking 'github' command, adding two GitHub command features
What's Changed
- breaking:
snyk-tags target github
has been refactored and will no longer work - feat:
snyk-tags target github owners
now looks into the CODEOWNERS file to pull the GitHub handle of the people managing the repository - feat:
snyk-tags target github topics
is a new command to add the GitHub topics as tags for the repos
v1.2.0
v1.1.0
Added:
--addprojecttype
to be able to also add the project type as a tag when usingsnyk-tags tag
Improved:
- Identification of target reference so unreferenced targets are not tagged
v1.0.2
System Change
- Extended timeout across all API calls