Skip to content

Releases: xo-energy/action-octopus-build-information

v1.5.10

26 Mar 14:03
Compare
Choose a tag to compare

What's Changed

  • Update node runtime to v20 by @benjimac93 in #30
  • Update dependencies

New Contributors

Full Changelog: v1.4.9...v1.5.10

v1.4.9

11 Oct 14:11
Compare
Choose a tag to compare

Changes

  • Revert node-fetch to 2.6.7 (because the major version upgrade has breaking changes, sorry about that)

Full Changelog: v1.4.8...v1.4.9

v1.4.8

11 Oct 14:03
Compare
Choose a tag to compare

Changes

  • Update packages
  • Update to node16 runtime

Full Changelog: v1.3.14...v1.4.8

v1.3.14

04 May 22:14
Compare
Choose a tag to compare

Changes

  • Fix detection of default Space (#26)
  • Fix incorrect fuzzy match when search is undefined (#26)

Full Changelog: https://github.com/xo-energy/action-octopus-build-information/compare/v1.3.12..v1.3.14

v1.3.12

03 May 18:34
Compare
Choose a tag to compare

Changes

  • Include branch name when GITHUB_REF starts with "refs/heads/" (fixes #17)
  • Handle pagination of Octopus Deploy API responses (fixes #23)

Full Changelog: v1.2.8...v1.3.12

v1.2.8

02 May 17:21
Compare
Choose a tag to compare
  • Update dependencies
  • Automate tests, builds, and release tagging (dist is no longer committed to any branch; it's built and committed only to release tags)

Full Changelog: v1.1.2...v1.2.8

v1.1.2

17 Nov 18:09
Compare
Choose a tag to compare
  • Update dependencies
  • Generate sourcemap, don't minify ncc build

v1.1.1

01 Jul 18:23
Compare
Choose a tag to compare
  • Fix paged Octopus Deploy API responses by using the /all endpoints (thanks @blytheaw !)

v1.1.0

15 Jun 17:50
Compare
Choose a tag to compare
  • Try to choose a good BuildInformation as the previous version even when there are many, using the push_package_ids as a preference (fixes #4)
  • Fix error writing output when a package ID contains invalid filename characters (fixes #3)

v1.0.3

08 May 15:24
Compare
Choose a tag to compare

Don't try to write files when output_path is unset