Releases: deggja/netfetch
Releases · deggja/netfetch
v0.5.3
Changelog
Miscellaneous
- 474cb2b ci: update goreleaser and release workflow
- f5cdbd4 ci: remove hooks, duplicate
- e16f577 ci: refactor release process using goreleaser
5.2.10
Changelog
Features
- b41309e feat: update top score
- 0067c63 feat: update scoring logic
- a66daaf feat: update calculate score test
- 101fa1d feat: add description of scan when running cilium namespaced scans
Bug fixes
- d6772cd fix: ensure pods are only added to lists once
Miscellaneous
- 22ed72c ci: use bump_version.sh
- 836564d ci: update release workflow
- 9949893 chore: remove unused values
- 083b40e chore: remove unused parameter from determinePodCoverage
- 24bac70 chore: remove debugging
- d9af82c chore: remove debugging
- 8706d17 chore: comment out WIP scoring and prepare release #patch
5.2.8
Changelog
Documentation Updates
- 54eb9ac docs: edit cobra command for netfetch #patch
- 3aa01ad docs: added comments in code for fix #107 #patch
Miscellaneous
- 1a5460a fix: update native scanner to check for running pods only
- 9e19faf fix: update cilium scanners to only check running pods
- 136255b ci: set goreleaser version to 2
- 3f4b7a1 ci: remove unknown flag from goreleaser worklflow
- a6c0898 ci: add manual trigger to workflow
- 7480966 chore: update brew shasums
- dd0b035 chore: add gitignore so test binary wont be pushed
5.2.5
Changelog
Features
- 4082070 feat: updated styling of output for scanners in table format to accomodate look and feel to the rest of the scanners
- 3e9fa2b feat: initial code to add table format to target scanners
- 3deb2da feat: finished styling output in target scanner #patch
Documentation Updates
Miscellaneous
- 7727972 chore: update version bumping script and release workflow
- d16eeff chore: update homebrew versioning
- 0e9dfd7 chore: revert workflows
- bc72818 chore: finalize builds
5.2.4
Changelog
Features
- 1d0b245 feat: added initial functionality for target scanning cilium network policies and cluster wide cilium netpols #patch
Miscellaneous
- c968058 chore: update version in homebrew formulae
5.2.2
Changelog
Features
- 504ad3f feat: add port flag to dash command
Documentation Updates
- e1a4fdd docs: update readme with contributors and finalize builds for new release #patch
Miscellaneous
- a15a070 ci: add lint pr workflow
- ad9ef7d chore: refactor cli help message
5.2.0
Changelog
Features
- c54da03 feat: update homebrew version
- 7ba8da9 feat: update goreleaser changelog styling
- 6f5c3dc feat: update dockerfile + bundle frontend and backend with statik
- 6f47d22 feat: lists all pods targeted by specific policy scanned
- 1cf4b96 feat: added initial code for specific policy scanner for native scan #minor
- 514eada feat: add policy type reference in target scanner
- f31ff68 feat: add policy type reference in target scanner
Miscellaneous
- 966ec6c style: update goreleaser changelog styling
- fc8092b fix: use dynamic client for ListPodsTargetedByNetworkPolicy
5.0.1
Changelog
Other Changes
- a35d23d fix: solve git dirty state #patch