Skip to content

Releases: Escape-Technologies/cloudfinder

v0.1.6

02 Oct 14:55
c1d7eed
Compare
Choose a tag to compare

Changelog

  • c1d7eed feat: add push event trigger to workflows
  • e28dba3 feat: fetch ranges from AS via bgp tools (#8)
  • 1583f6c chore: fix typo cidr cdir (#7)
  • 2ffa9f2 feat: improve oracle ranges (#6)
  • a62a39f feat: improve ibm ranges (#4)
  • 6bf1322 chore: improve ip sorting (#5)

v0.1.5

01 Oct 09:23
5dd4b84
Compare
Choose a tag to compare

Changelog

  • 5dd4b84 feat/store-ranges-smaller-tree-and-deduplication (#3)

v0.1.4

28 Sep 00:10
Compare
Choose a tag to compare

Changelog

  • ae3affe chore: auto update IP ranges - v0.1.4

v0.1.3

27 Sep 00:11
Compare
Choose a tag to compare

Changelog

  • d9abef2 chore: auto update IP ranges - v0.1.3

v0.1.2

26 Sep 09:00
Compare
Choose a tag to compare

Changelog

  • ae6c191 chore: auto update IP ranges - v0.1.2
  • 84b78f0 fix: update latest tag formatting in workflow
  • d56ebf5 chore: simplify git diff check in workflow

v0.1.0

25 Sep 14:08
bf84932
Compare
Choose a tag to compare

Changelog

  • bf84932 Merge pull request #2 from Escape-Technologies/feat/first-minor-release
  • 30be701 chore: update workflow to use make get version
  • d712943 feat: add version flag and inject version during build
  • 96f3fd4 feat: add raw text and json output formats
  • 0e50abb feat: prepare first minor release
  • f1962e1 feat: add install script
  • 1b994e5 feat: add IP range deduplication
  • c1b1ba8 chore: add release step condition in update workflow

v0.0.3

25 Sep 09:37
Compare
Choose a tag to compare

Changelog

  • b9ee0f3 chore: auto update IP ranges - v0.0.3
  • d1f48a5 feat: add release step to update workflow
  • 41a8699 chore: update workflow to fetch all history
  • d0b3d4f chore: update workflow permissions and build steps
  • eadaa31 chore: simplify update workflow
  • 8a8340c feat: add hash.txt file
  • 9d5162c chore: update actions:setup go to v4
  • a21ca9e chore: test removing hash
  • 6d4a115 feat: add setup deps to update workflow
  • 1ae15b4 feat: add GitHub Actions workflow for updating IP ranges

v0.0.1

24 Sep 14:20
87fa885
Compare
Choose a tag to compare

Changelog

  • 87fa885 feat: add goreleaser config
  • b2097bc Merge pull request #1 from Escape-Technologies/feat/v0-draft
  • efe17da chore: refactor github workflows and makefile
  • e188f75 chore: remove unused test file
  • 9649564 feat: add provider string generation
  • f6874f6 fix: resolve linter warnings in cli and log
  • d310469 feat: add support for multiple inputs from cli args or stdin
  • 198a80d feat: add support for custom output formats and improve logging
  • c655075 chore: update build command in workflow
  • 7405293 chore: update go version to 1.22.x
  • f8055f9 chore: update go version in go.mod
  • 4068c31 feat: add github workflows, linters, and refactor code
  • 8fd8c75 feat: add cloudfinder cli and pkg documentation
  • e2e3831 feat: v0 draft
  • 271c0b5 Initial commit