Skip to content

Releases: diggerhq/digger

Taco UI v0.1.0

28 Oct 22:36

Choose a tag to compare

Taco UI v0.1.0

Web-based frontend for OpenTaco infrastructure management platform.

Docker Image

docker pull ghcr.io/diggerhq/digger/taco-ui:v0.1.0

taco/statesman/v0.1.12

28 Oct 23:53

Choose a tag to compare

Taco Statesman v0.1.12

Downloads

Docker

docker pull ghcr.io/diggerhq/digger/taco-statesman:v0.1.12

Installation

Download the appropriate binary for your platform and make it executable:

chmod +x statesman-<platform>-<arch>
sudo mv statesman-<platform>-<arch> /usr/local/bin/statesman

taco/statesman/v0.1.11

28 Oct 23:31

Choose a tag to compare

Taco Statesman v0.1.11

Downloads

Docker

docker pull ghcr.io/diggerhq/digger/taco-statesman:v0.1.11

Installation

Download the appropriate binary for your platform and make it executable:

chmod +x statesman-<platform>-<arch>
sudo mv statesman-<platform>-<arch> /usr/local/bin/statesman

v0.6.129

27 Oct 21:07
@ZIJ ZIJ
2ef0ab1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.127...v0.6.129

Drift v0.1.0

20 Oct 18:23

Choose a tag to compare

Drift Detection Service v0.1.0

Automated infrastructure drift detection and reporting service (Enterprise Edition).

Docker Image

docker pull ghcr.io/diggerhq/digger/drift:v0.1.0

Kubernetes Deployment

helm repo add digger https://diggerhq.github.io/digger
helm install drift digger/digger-drift \
  --set drift.image.repository=ghcr.io/diggerhq/digger/drift \
  --set drift.image.tag=v0.1.0

Features

  • Multi-VCS support (GitHub, GitLab, Bitbucket)
  • Automated drift detection
  • Slack notifications
  • GitHub issue creation

Digger Backend EE v0.1.0

20 Oct 17:20

Choose a tag to compare

Digger Backend (Enterprise Edition) v0.1.0

Terraform orchestration service with advanced features and multi-VCS support.

Docker Image

docker pull ghcr.io/diggerhq/digger/digger-backend-ee:v0.1.0

v0.6.128

09 Oct 23:28
bd1a541

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.127...v0.6.128

vLatest

09 Oct 23:41
bd1a541

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: taco/cli/v0.1.10...vLatest

v0.6.127

03 Oct 01:43
b99224a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.126...v0.6.127

taco/cli/v0.1.10

03 Oct 02:03
06c1cc1

Choose a tag to compare

Taco CLI v0.1.10

Downloads

Installation

Download the appropriate binary for your platform and make it executable:

chmod +x taco-<platform>-<arch>
sudo mv taco-<platform>-<arch> /usr/local/bin/taco