mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Release 0.1.0
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -26,18 +26,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
|
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
|
||||||
/home/runner/go/bin/gocyclo -over 19 main.go pkg # forbid code with huge/complex functions
|
/home/runner/go/bin/gocyclo -over 19 main.go pkg # forbid code with huge/complex functions
|
||||||
- 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: Calm down GoReleaser
|
|
||||||
run: |
|
|
||||||
git config --global user.email "gh@komodor.com"
|
|
||||||
git config --global user.name "GH Internal"
|
|
||||||
git add pkg/dashboard/static/datadog.js
|
|
||||||
git commit -m "temporary"
|
|
||||||
- name: Dry Run GoReleaser
|
- name: Dry Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v2
|
uses: goreleaser/goreleaser-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -13,12 +13,6 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- 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: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: "dashboard"
|
name: "dashboard"
|
||||||
version: "0.0.9"
|
version: "0.1.0"
|
||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user