Release 0.0.8

This commit is contained in:
Andrei Pohilko
2022-10-04 08:40:48 +01:00
parent 890994d70d
commit 86c9f89acc
3 changed files with 8 additions and 2 deletions

View File

@@ -19,6 +19,12 @@ jobs:
go-version: 1.18 go-version: 1.18
- name: git cleanup - name: git cleanup
run: git clean -f run: git clean -f
- name: Inject version
uses: jacobtomlinson/gha-find-replace@v2
with:
find: 'v0.0.0'
replace: ${{ github.ref_name }}
include: "pkg/dashboard/static/datadog.js"
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2
with: with:

View File

@@ -9,7 +9,7 @@
applicationId: 'e75439e5-e1b3-46ba-a9e9-a2e58579a2e2', applicationId: 'e75439e5-e1b3-46ba-a9e9-a2e58579a2e2',
site: 'datadoghq.com', site: 'datadoghq.com',
service: 'helm-dashboard', service: 'helm-dashboard',
version: '0.0.6', version: 'v0.0.0',
trackInteractions: true, trackInteractions: true,
trackResources: true, trackResources: true,
trackLongTasks: true, trackLongTasks: true,

View File

@@ -1,5 +1,5 @@
name: "dashboard" name: "dashboard"
version: "0.0.6" version: "0.0.8"
usage: "A simplified way of working with Helm" usage: "A simplified way of working with Helm"
description: "View HELM situation in nice web UI" description: "View HELM situation in nice web UI"
command: "$HELM_PLUGIN_DIR/bin/helm-dashboard" command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"