Skip to content

Releases: snyk-labs/snyk-tags-tool

v2.2.4

09 Apr 13:35
2ac7569
Compare
Choose a tag to compare

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

Full Changelog: v2.2.3...v2.2.4

v2.2.3

05 Mar 21:01
Compare
Choose a tag to compare

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

22 Sep 17:45
Compare
Choose a tag to compare

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

10 Sep 17:26
5c69a5c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

14 Aug 19:46
Compare
Choose a tag to compare

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

Full Changelog: v2.0.1...v2.1.0

v2.0.1

24 Nov 21:16
Compare
Choose a tag to compare

What's Changed

  • fix: contain name escape backslash by @gwnlng in #8
  • updated collection.py to resolve issue #6 on snyk-labs/snyk-tags-tool by @jonesjim in #7

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0 Breaking 'github' command, adding two GitHub command features

01 Nov 18:53
078e33b
Compare
Choose a tag to compare

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

23 Sep 09:29
Compare
Choose a tag to compare

What's Changed

  • feat: all targets tag projects by name substring by @gwnlng in #2
  • fix: refactor of code to make it more readable and bug fix of snyk-tags tag sast not working on occasions

New Contributors

  • @gwnlng made their first contribution in #2

Full Changelog: v1.1.0...v1.2.0

v1.1.0

16 Sep 09:14
Compare
Choose a tag to compare

Added:

  • --addprojecttype to be able to also add the project type as a tag when using snyk-tags tag

Improved:

  • Identification of target reference so unreferenced targets are not tagged

v1.0.2

17 Aug 16:07
Compare
Choose a tag to compare

System Change

  • Extended timeout across all API calls