Skip to content

Releases: diggerhq/digger

v0.6.7

11 Jul 18:45
313ff2c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.6...v0.6.7

v0.6.6

11 Jul 09:22
18a9944

Choose a tag to compare

What's Changed

Introduction of environment variable DIGGER_GITLAB_BASE_URL for specifying private gitlab VCS in ee

Full Changelog: v0.6.5...v0.6.6

v0.6.5

09 Jul 18:17
3ab8baf

Choose a tag to compare

What's Changed

Full Changelog: v0.6.4...v0.6.5

v0.6.4

09 Jul 18:05
2a37cc1

Choose a tag to compare

What's Changed

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

v0.6.3

05 Jul 15:17
346153d

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

Choose a tag to compare

What's Changed

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

v0.6.1

02 Jul 12:05
5c94237

Choose a tag to compare

What's Changed

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

v0.6.0

01 Jul 15:48
96ce5fd

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

Choose a tag to compare

What's Changed

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

v0.5.13

26 Jun 15:21
3dd12d5

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