Skip to content

v1.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 20:53
· 343 commits to main since this release
v1.0.0-alpha.0
888a18d

Changelog

  • 32e4cf8 Merge pull request #42 from anchore/track-time
  • 0bf8079 Merge pull request #43 from anchore/next
  • 900d3ef Merge pull request #44 from anchore/next
  • 60f19ab Merge pull request #45 from anchore/config-not-required
  • 16e3fdc Merge pull request #46 from anchore/next
  • ad60bba Merge pull request #47 from anchore/next
  • 55d19ba Merge pull request #48 from anchore/service-meta
  • 043b6c6 Merge pull request #49 from anchore/minimal-metadata
  • 58ac268 Merge pull request #50 from anchore/go-bump
  • 888a18d Merge pull request #51 from anchore/cluster_arn
  • 25aa37b chore: add log to stdout to check aws creds if not present
  • 45fa42f chore: add log warning minimum supported ECS Agent if no digest found
  • 15abac0 chore: add noOp Logger that can be used for testing
  • 8f18f7b chore: bump go to 1.20
  • 4e92d9b chore: change default log level to info
  • ec13afb chore: fix linting in NoOpLogger
  • ed2b119 chore: fix static analysis
  • f539505 chore: remove unused fetch image by task function
  • 55d57f9 chore: remove unused reportitem code
  • 0a4eea2 chore: update README with new flags
  • e877fb3 chore: update to latest enterprise api that s/cluster_name/cluster_arn
  • b3cc579 feat: add --dry-run flag
  • 0bcca71 feat: add config option for minimal metadata collection
  • d86af83 feat: add function for listing services for cluster
  • 409f794 feat: add function to get service metadata
  • 4284cea feat: add logs that track the time of function execution
  • d5d9123 feat: add service arn to task metadata
  • 2f8cd01 feat: add service metadata to payload
  • 4697e47 feat: add tags metadata to tasks
  • f499443 feat: add tasks metadata
  • 010bd67 feat: change to ecs-inventory API
  • a898de9 feat: ensure getting tags for tasks
  • 6eee875 feat: validate connection/creds to Anchore
  • 164af42 fix: do not require a config file to be present
  • 89112bf fix: only set task serviceARN if the task is part of a service
  • 3195e39 fix: should be checking for all valid 2XX response codes from enterprise