From 388592b04dcc89264db384a2630730b5c7d0b94d Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Mon, 1 Feb 2021 15:39:16 +0000 Subject: [PATCH] chore: release 1.1.4 --- changelog.md | 27 ++++++ charts/jx-pipelines-visualizer/Chart.yaml | 2 +- charts/jx-pipelines-visualizer/README.md | 86 ++++++++++++++++++ .../jx-pipelines-visualizer-1.1.4.tgz | Bin 0 -> 5080 bytes .../templates/release.yaml | 57 ++++++++++++ charts/jx-pipelines-visualizer/values.yaml | 2 +- 6 files changed, 172 insertions(+), 2 deletions(-) create mode 100644 changelog.md create mode 100644 charts/jx-pipelines-visualizer/README.md create mode 100644 charts/jx-pipelines-visualizer/jx-pipelines-visualizer-1.1.4.tgz create mode 100644 charts/jx-pipelines-visualizer/templates/release.yaml diff --git a/changelog.md b/changelog.md new file mode 100644 index 00000000..9cc7fb1b --- /dev/null +++ b/changelog.md @@ -0,0 +1,27 @@ +### Linux + +```shell +curl -L https://github.com/jenkins-x/jx-pipelines-visualizer/releases/download/v1.1.4/jx-pipelines-visualizer-linux-amd64.tar.gz | tar xzv +sudo mv jx-pipelines-visualizer /usr/local/bin +``` + +### macOS + +```shell +curl -L https://github.com/jenkins-x/jx-pipelines-visualizer/releases/download/v1.1.4/jx-pipelines-visualizer-darwin-amd64.tar.gz | tar xzv +sudo mv jx-pipelines-visualizer /usr/local/bin +``` +## Changes + +### Bug Fixes + +* support repos with underscore (Vincent Behar) [#91](https://github.com/jenkins-x/jx-pipelines-visualizer/issues/91) + +### Chores + +* add file for changelog (James Strachan) +* upgrade pipelines (James Strachan) + +### Issues + +* [#91](https://github.com/jenkins-x/jx-pipelines-visualizer/issues/91) Error: Archived logs not found in the long term storage for repos with underscores in name diff --git a/charts/jx-pipelines-visualizer/Chart.yaml b/charts/jx-pipelines-visualizer/Chart.yaml index ee412b9f..1dc2de3e 100644 --- a/charts/jx-pipelines-visualizer/Chart.yaml +++ b/charts/jx-pipelines-visualizer/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 name: jx-pipelines-visualizer description: Web UI for Jenkins X, with a clear goal - visualize the pipelines - and their logs. home: https://github.com/jenkins-x/jx-pipelines-visualizer -version: 0.0.1 +version: 1.1.4 appVersion: latest sources: - https://github.com/jenkins-x/jx-pipelines-visualizer \ No newline at end of file diff --git a/charts/jx-pipelines-visualizer/README.md b/charts/jx-pipelines-visualizer/README.md new file mode 100644 index 00000000..d3577c1d --- /dev/null +++ b/charts/jx-pipelines-visualizer/README.md @@ -0,0 +1,86 @@ +# jx-pipelines-visualizer + +![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) + +Web UI for Jenkins X, with a clear goal - visualize the pipelines - and their logs. + +**Homepage:** + +## Source Code + +* + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| config.archivedLogsURLTemplate | string | `nil` | | +| config.archivedPipelinesURLTemplate | string | `nil` | | +| config.logLevel | string | `"INFO"` | | +| config.namespace | string | `"jx"` | | +| config.resyncInterval | string | `"60s"` | | +| deployment.annotations | object | `{}` | | +| deployment.labels | object | `{}` | | +| deployment.replicas | int | `1` | | +| deployment.revisionHistoryLimit | int | `2` | | +| fullnameOverride | string | `nil` | | +| gitSecretName | string | `"tekton-git"` | | +| image.pullPolicy | string | `nil` | | +| image.repository | string | `"gcr.io/jenkinsxio/jx-pipelines-visualizer"` | | +| image.tag | string | `nil` | | +| ingress.annotations | object | `{}` | | +| ingress.basicAuth.authData | string | `""` | | +| ingress.basicAuth.enabled | bool | `false` | | +| ingress.enabled | bool | `false` | | +| ingress.hosts | list | `[]` | | +| ingress.labels | object | `{}` | | +| ingress.tls.enabled | bool | `false` | | +| ingress.tls.secrets | object | `{}` | | +| istio.apiVersion | string | `"networking.istio.io/v1beta1"` | | +| istio.enabled | bool | `false` | | +| istio.gateway | string | `"jx-gateway"` | | +| nameOverride | string | `nil` | | +| pod.activeDeadlineSeconds | string | `nil` | | +| pod.affinity | object | `{}` | | +| pod.annotations | object | `{}` | | +| pod.enableServiceLinks | bool | `false` | | +| pod.env | object | `{}` | | +| pod.hostAliases | list | `[]` | | +| pod.labels | object | `{}` | | +| pod.nodeSelector | object | `{}` | | +| pod.resources.limits.cpu | string | `"1"` | | +| pod.resources.limits.memory | string | `"512M"` | | +| pod.resources.requests.cpu | string | `"0.2"` | | +| pod.resources.requests.memory | string | `"128M"` | | +| pod.schedulerName | string | `nil` | | +| pod.securityContext.fsGroup | int | `1000` | | +| pod.terminationGracePeriodSeconds | string | `nil` | | +| pod.tolerations | list | `[]` | | +| role.rules[0].apiGroups[0] | string | `"jenkins.io"` | | +| role.rules[0].resources[0] | string | `"pipelineactivities"` | | +| role.rules[0].resources[1] | string | `"pipelinestructures"` | | +| role.rules[0].verbs[0] | string | `"list"` | | +| role.rules[0].verbs[1] | string | `"watch"` | | +| role.rules[0].verbs[2] | string | `"get"` | | +| role.rules[1].apiGroups[0] | string | `"tekton.dev"` | | +| role.rules[1].resources[0] | string | `"pipelineruns"` | | +| role.rules[1].verbs[0] | string | `"list"` | | +| role.rules[1].verbs[1] | string | `"watch"` | | +| role.rules[1].verbs[2] | string | `"get"` | | +| role.rules[2].apiGroups[0] | string | `""` | | +| role.rules[2].resources[0] | string | `"pods"` | | +| role.rules[2].verbs[0] | string | `"list"` | | +| role.rules[2].verbs[1] | string | `"watch"` | | +| role.rules[2].verbs[2] | string | `"get"` | | +| role.rules[3].apiGroups[0] | string | `""` | | +| role.rules[3].resources[0] | string | `"pods/log"` | | +| role.rules[3].verbs[0] | string | `"get"` | | +| service.annotations | object | `{}` | | +| service.labels | object | `{}` | | +| service.loadBalancerIP | string | `nil` | | +| service.port | int | `80` | | +| service.type | string | `nil` | | +| serviceAccount.annotations | object | `{}` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0) diff --git a/charts/jx-pipelines-visualizer/jx-pipelines-visualizer-1.1.4.tgz b/charts/jx-pipelines-visualizer/jx-pipelines-visualizer-1.1.4.tgz new file mode 100644 index 0000000000000000000000000000000000000000..0aac221cac98e9c6ed25015927de46f06b6ed391 GIT binary patch literal 5080 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 literal 0 HcmV?d00001 diff --git a/charts/jx-pipelines-visualizer/templates/release.yaml b/charts/jx-pipelines-visualizer/templates/release.yaml new file mode 100644 index 00000000..f950352c --- /dev/null +++ b/charts/jx-pipelines-visualizer/templates/release.yaml @@ -0,0 +1,57 @@ +{{- if .Capabilities.APIVersions.Has "jenkins.io/v1/Release" }} +apiVersion: jenkins.io/v1 +kind: Release +metadata: + creationTimestamp: "2021-02-01T15:39:13Z" + deletionTimestamp: null + name: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}' +spec: + commits: + - author: + email: james.strachan@gmail.com + name: James Strachan + branch: master + committer: + email: noreply@github.com + name: GitHub + message: 'chore: add file for changelog' + sha: 1048cfebc14d2207608a7ef9cc68fba26e798b5e + - author: + email: v.behar@free.fr + name: Vincent Behar + branch: master + committer: + email: v.behar@free.fr + name: Vincent Behar + issueIds: + - "91" + message: | + fix: support repos with underscore + + fixes #91 + sha: 631586f6cb660be5fff1765c78f517db7c3209a0 + - author: + email: james.strachan@gmail.com + name: James Strachan + branch: master + committer: + email: james.strachan@gmail.com + name: James Strachan + message: | + chore: upgrade pipelines + sha: 739d49c80d88f0ebe97c4b49ae71bd58ec2157bd + gitHttpUrl: https://github.com/jenkins-x/jx-pipelines-visualizer + gitOwner: jenkins-x + gitRepository: jx-pipelines-visualizer + issues: + - body: "All other repos work, and the logs are in fact in s3. `jx get build logs` also retreives them successfully.\r\n\r\n![image](https://user-images.githubusercontent.com/474827/106169988-fd08d780-615d-11eb-90f7-5b2b3bf07533.png)\r\n\r\n![image](https://user-images.githubusercontent.com/474827/106170098-1f9af080-615e-11eb-85ea-637648c31d77.png)\r\n\r\n" + creationTimestamp: "2021-01-28T16:43:22Z" + id: "91" + state: closed + title: 'Error: Archived logs not found in the long term storage for repos with underscores in name ' + url: https://github.com/jenkins-x/jx-pipelines-visualizer/issues/91 + name: '{{ .Chart.Name }}' + version: 1.1.4 +status: {} + +{{- end }} diff --git a/charts/jx-pipelines-visualizer/values.yaml b/charts/jx-pipelines-visualizer/values.yaml index 96241522..b6335ca9 100644 --- a/charts/jx-pipelines-visualizer/values.yaml +++ b/charts/jx-pipelines-visualizer/values.yaml @@ -16,7 +16,7 @@ config: image: repository: gcr.io/jenkinsxio/jx-pipelines-visualizer # If no tag, fallback to the Chart's AppVersion - tag: + tag: 1.1.4 pullPolicy: deployment: