Skip to content

Releases: chiubaka/circleci-orb

v0.12.0

22 Oct 10:36
dd4a3f2
Compare
Choose a tag to compare

What's Changed

  • Add parameters for custom steps before and after jobs by @chiubaka in #61
  • Re-enable caching for node/install-packages by @chiubaka in #62
  • Add jobs, commands, and executors for react native by @chiubaka in #63
  • Allow customization of resource classes for jobs and executors by @chiubaka in #64
  • Add dynamic configuration for React Native by @chiubaka in #65

Full Changelog: v0.11.4...v0.12.0

v0.11.4

14 Oct 05:57
2e1157a
Compare
Choose a tag to compare

What's Changed

  • Revert back to original wait for docker service behavior by @chiubaka in #55

Full Changelog: v0.11.3...v0.11.4

v0.11.3

14 Oct 05:56
374edab
Compare
Choose a tag to compare

What's Changed

  • Attempt to grab Docker container network from docker container inspect by @chiubaka in #54

Full Changelog: v0.11.2...v0.11.3

v0.11.2

01 Sep 03:16
a08b03e
Compare
Choose a tag to compare

What's Changed

  • Fix machine executor node version for SSH by @chiubaka in #51
  • Use yarn version specified by client projec in (#50)
  • lts/gallium is now the default node version for machine executors

Full Changelog: v0.11.1...v0.11.2

v0.11.1

24 Aug 09:08
e54ef69
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Node LTS on machine executor by @chiubaka in #48

Full Changelog: v0.11.0...v0.11.1

v0.11.0

24 Aug 08:21
ae05c97
Compare
Choose a tag to compare

Announcements

  • Just kidding ;). The compose-docker command is here to stay for now. It should be paired with the bundled machine executor for best results.

What's Changed

  • Implement docker-compose support using machine executor. by @chiubaka in #47

Full Changelog: v0.10.0...v0.11.0

v0.10.0

24 Aug 07:14
af68604
Compare
Choose a tag to compare

Breaking Changes

  • The compose-docker command is being deprecated in favor of specifying custom executors for the testing job.

What's Changed

  • Migrate to an executor parameter for external service configurations by @chiubaka in #46

Full Changelog: v0.9.1...v0.10.0

v0.9.1

23 Aug 12:08
c6da34e
Compare
Choose a tag to compare

What's Changed

  • Remove setup_remote_docker command since we are not (yet) building docker containers in CI by @chiubaka in #44

Full Changelog: v0.9.0...v0.9.1

v0.9.0

23 Aug 11:55
3675538
Compare
Choose a tag to compare

What's Changed

  • Add docker-compose option which installs and runs docker-compose for testing support by @chiubaka in #43

Full Changelog: v0.8.2...v0.9.0

v0.8.2

19 Aug 04:50
d351b83
Compare
Choose a tag to compare

Breaking Changes

  • CI workflows expecting the default branch to be main will now need to use master instead.
    • This shouldn't affect any real client projects in practice, hence the patch version bump

What's Changed

  • Ensure that default git branch for new repos is master by @chiubaka in #41

Full Changelog: v0.8.1...v0.8.2