From 7de7c85426ddca1b06d537a8af7e852f5a628095 Mon Sep 17 00:00:00 2001 From: Andrei Pohilko Date: Thu, 24 Nov 2022 16:01:36 +0000 Subject: [PATCH] Release 0.2.8 --- .github/workflows/release.yaml | 12 ++++++------ pkg/dashboard/subproc/cache.go | 2 +- plugin.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 940dcdd2..ddffc7cc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,12 +27,12 @@ jobs: needs: pre_release runs-on: ubuntu-latest steps: - - name: Plugin version/Tag name Check - if: needs.pre_release.outputs.release_tag != needs.pre_release.outputs.plugin_version - uses: actions/github-script@v3 - with: - script: | - core.setFailed('Plugin version and tag name are not equivalent!') + #- name: Plugin version/Tag name Check + # if: needs.pre_release.outputs.release_tag != needs.pre_release.outputs.plugin_version + # uses: actions/github-script@v3 + # with: + # script: | + # core.setFailed('Plugin version and tag name are not equivalent!') - name: Checkout uses: actions/checkout@v3 with: diff --git a/pkg/dashboard/subproc/cache.go b/pkg/dashboard/subproc/cache.go index c8384446..8bc00691 100644 --- a/pkg/dashboard/subproc/cache.go +++ b/pkg/dashboard/subproc/cache.go @@ -28,7 +28,7 @@ type Cache struct { } func NewCache() *Cache { - gocacheClient := gocache.New(5*time.Minute, 10*time.Minute) + gocacheClient := gocache.New(60*time.Minute, 10*time.Minute) gocacheStore := store.NewGoCache(gocacheClient) // TODO: use tiered cache with some disk backend, allow configuring that static cache folder diff --git a/plugin.yaml b/plugin.yaml index ac045c66..d2891509 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "dashboard" -version: "0.2.7" +version: "0.2.8" usage: "A simplified way of working with Helm" description: "View HELM situation in nice web UI" command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"