Skip to content

Releases: diggerhq/digger

v0.6.4

09 Jul 18:05
2a37cc1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

05 Jul 15:17
346153d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

04 Jul 13:26
3e32800
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

02 Jul 12:05
5c94237
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

01 Jul 15:48
96ce5fd
Compare
Choose a tag to compare

What's Changed

Breaking change: If updating from previous version and using digger orchestrator your digger_workflow.yml needs to be updated. It needs to accept a spec as input and pass that onto the digger step:

name: Digger Workflow

on:
  workflow_dispatch:
    inputs:
      spec:
        required: true
      run_name:
        required: false

......
.......


    steps:
      - name: digger run
        uses: diggerhq/digger@vLatest
        with:
          digger-spec: ${{ inputs.spec }}

Full Changelog: v0.5.14...v0.6.0

v0.5.14

27 Jun 11:13
f609b72
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.13...v0.5.14

v0.5.13

26 Jun 15:21
3dd12d5
Compare
Choose a tag to compare

What's Changed

  • supporting path mirror lookup with precedence during repo policy lookup (ee) by @motatoes in #1591

Full Changelog: v0.5.12...v0.5.13

v0.5.12

24 Jun 16:04
77ee0b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.11...v0.5.12

v0.5.11

24 Jun 10:29
b43944e
Compare
Choose a tag to compare

What's Changed

  • Add PR locking configuration at the digger.yml level by @evanstachowiak in #1578
  • fix build for pr_locks and deprecate disable-locking flag in docs by @motatoes in #1586
  • EE bug: make advanced comment summary utils consistent by @motatoes in #1587

New Contributors

Full Changelog: v0.5.10...v0.5.11

v0.5.10

20 Jun 15:00
353215e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.9...v0.5.10