Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

58 lines (41 loc) · 1.79 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Upcoming release

Added

  • make release: Use ghr to publish binaries to GitHub
  • make tools: Install build and release tooling (gox and ghr)
  • make debug: Display generated vars used in the Makefile
  • Commit vendored modules to the repo
  • .go-version file set to 1.14.0
  • Include sha256 checksum file for binaries
  • make release-draft: Publish a draft release to GitHub

Changed

  • make build_all: Use go mod tidy and go mod vendor
  • Determine version from Git describe output
  • Built binaries now include the version string

Removed

  • Removes LDFLAG for main.buildTime to support reproducible builds

Initial release with bash-completion and API commands. Supports configuration using CLI flags, environment variables, or YAML/JSON files.

Added

  • Initial project boilerplate (docs, license, contributing, etc)
  • Bash completion is via the bash-completion command

Added the following commands that interact with the Signal Sciences API:

  • get-corp
  • list-agents
  • list-corps
  • list-suspicious-ips
  • list-top-attacks