Skip to content

Releases: GEOS-ESM/circleci-tools

v1.13.0

13 Oct 16:17
cf9bd96
Compare
Choose a tag to compare

This release adds a new publish-docker job for publishing Docker images. I can push to either/both of Docker Hub and GHCR.

Note this only works with tagged releases and is expected to be used in conjunction with CircleCI-Public/trigger-circleci-pipeline-action


From CHANGELOG.md

Added

  • Added docker publish job
    • Has option to push to either Docker Hub or GitHub Container Registry (or both)

What's Changed

Full Changelog: v1.12.0...v1.13.0

v1.12.0

15 Sep 18:59
f655252
Compare
Choose a tag to compare

This release adds the ability to use the Ninja build generator.

Also updates the default bcs to v10.23.0


From CHANGELOG.md

Added

  • Add ability to use Ninja generator during CMake

Changed

  • Update executors to default to v10.23.0

What's Changed

Full Changelog: v1.11.0...v1.12.0

v1.11.0

30 Aug 17:17
0643977
Compare
Choose a tag to compare

This release adds the ability to pass in fv_precision to the cmake step.


From CHANGELOG.md

Added

  • Add ability to pass fv_precision into builds

Changed

  • Update README.md to reflect v11 orb-tools workflow

What's Changed

  • Update README for v11 orb-tools workflow by @mathomp4 in #43
  • Add ability to pass in fv_precision to builds by @mathomp4 in #44
  • Prepare CHANGELOG for 1.11 release by @mathomp4 in #45

Full Changelog: v1.10.0...v1.11.0

v1.10.0

29 Aug 16:16
f2486e6
Compare
Choose a tag to compare

This release of circleci-tools is identical to the previous v1.9.0 tag. However, it has now migrated to the new v11 orb-tools from CircleCI (thanks to help from @KyleTryon).

From here on out, we'll have release notes here as well as in CHANGELOG.md


From CHANGELOG.md

Changed

  • Migrated to orb-tools v11

What's Changed

  • Migrate to orb-tools v11. Add orb-tools config files by @mathomp4 in #42

New Contributors

Full Changelog: https://github.com/GEOS-ESM/circleci-tools/commits/v1.10.0