Skip to content

Releases: emmeowzing/dynamic-continuation-orb

v3.6.9

23 May 17:00
41f8f04
Compare
Choose a tag to compare

What's Changed

  • feat: Check presence of jq before installing by @yangchoo in #62
  • bugfixes for .ignore-file defaults by @bjd2385 in #63

Full Changelog: v3.6.8...v3.6.9

v3.6.8

13 May 10:46
8b52c8f
Compare
Choose a tag to compare

What's Changed

  • Fix docs as auto-detect workflows is actually enabled by default.
  • Fix a long-standing issue with ignore file includes: by @bjd2385 in #51

Full Changelog: v3.6.7...v3.6.8

v3.6.7

11 May 13:21
217f901
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.6...v3.6.7

v3.6.6

30 Mar 23:18
5e54255
Compare
Choose a tag to compare

What's Changed

  • merge-pre-commit-hooks: Merge projects by @bjd2385 in #45

Full Changelog: v3.6.5...v3.6.6

v3.6.5

30 Mar 12:34
840b669
Compare
Choose a tag to compare

What's Changed

  • pin-circleci-cli-version: CircleCI CLI has a bug by @bjd2385 in #42

Full Changelog: v3.6.3...v3.6.5

v3.6.4

30 Mar 12:35
840b669
Compare
Choose a tag to compare
v3.6.4 Pre-release
Pre-release

What's Changed

Full Changelog: v3.6.3...v3.6.4

v3.6.3

21 Mar 14:10
Compare
Choose a tag to compare

Full Changelog: v3.6.2...v3.6.3

v3.6.2

19 Mar 14:34
907b9bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.1...v3.6.2

v3.6.1

19 Mar 14:33
907b9bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v3.6.1

v3.6.0

19 Mar 04:29
Compare
Choose a tag to compare

Features

  • It's no longer necessary to specify a modules listing. Users may now optionally use the switch auto-detect: true to auto-detect modules under .circleci/. Existing jobs specifying modules should continue to work as intended following upgrade. So

    - dynamic/continue:
        context: circleci
        modules: |
          /src
          /terraform
          ...

    becomes

    - dynamic/continue:
        context: circleci

What's Changed

  • remove-modules-dependency: Remove unnecessary modules listing by @bjd2385 in #34

Full Changelog: v3.5.0...v3.6.0