Skip to content

Commit ba80e16

Browse files
chore: release 0.1.0
1 parent b9515f3 commit ba80e16

File tree

7 files changed

+125
-5
lines changed

7 files changed

+125
-5
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Changes
2+
3+
### New Features
4+
5+
* add gitops tracing (Vincent Behar)

charts/lighthouse-telemetry-plugin/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: lighthouse-telemetry-plugin
33
description: Lighthouse plugin to export telemetry data, including distributed traces
44
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-website/master/images/logo/jenkinsx-icon-color.svg
55
home: https://github.com/jenkins-x/lighthouse-telemetry-plugin
6-
version: 0.0.1
6+
version: 0.1.0
77
appVersion: latest
88
sources:
99
- https://github.com/jenkins-x/lighthouse-telemetry-plugin
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
# lighthouse-telemetry-plugin
2+
3+
![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)
4+
5+
Lighthouse plugin to export telemetry data, including distributed traces
6+
7+
**Homepage:** <https://github.com/jenkins-x/lighthouse-telemetry-plugin>
8+
9+
## Source Code
10+
11+
* <https://github.com/jenkins-x/lighthouse-telemetry-plugin>
12+
13+
## Values
14+
15+
| Key | Type | Default | Description |
16+
|-----|------|---------|-------------|
17+
| config.childPullRequestDelay | string | `"10m"` | |
18+
| config.logLevel | string | `"INFO"` | |
19+
| config.resyncInterval | string | `"1h"` | |
20+
| deployment.annotations | object | `{}` | |
21+
| deployment.labels | object | `{}` | |
22+
| deployment.replicas | int | `1` | |
23+
| deployment.revisionHistoryLimit | int | `2` | |
24+
| fullnameOverride | string | `nil` | |
25+
| image.pullPolicy | string | `nil` | |
26+
| image.repository | string | `"ghcr.io/jenkins-x/lighthouse-telemetry-plugin"` | |
27+
| image.tag | string | `nil` | |
28+
| jx.releaseCRD | bool | `true` | |
29+
| nameOverride | string | `nil` | |
30+
| pod.activeDeadlineSeconds | string | `nil` | |
31+
| pod.affinity | object | `{}` | |
32+
| pod.annotations | object | `{}` | |
33+
| pod.enableServiceLinks | bool | `false` | |
34+
| pod.env | object | `{}` | |
35+
| pod.hostAliases | list | `[]` | |
36+
| pod.labels | object | `{}` | |
37+
| pod.nodeSelector | object | `{}` | |
38+
| pod.resources.limits.cpu | string | `"1"` | |
39+
| pod.resources.limits.memory | string | `"512M"` | |
40+
| pod.resources.requests.cpu | string | `"0.2"` | |
41+
| pod.resources.requests.memory | string | `"256M"` | |
42+
| pod.schedulerName | string | `nil` | |
43+
| pod.securityContext.fsGroup | int | `1000` | |
44+
| pod.terminationGracePeriodSeconds | string | `nil` | |
45+
| pod.tolerations | list | `[]` | |
46+
| role.rules[0].apiGroups[0] | string | `"jenkins.io"` | |
47+
| role.rules[0].resources[0] | string | `"pipelineactivities"` | |
48+
| role.rules[0].verbs[0] | string | `"list"` | |
49+
| role.rules[0].verbs[1] | string | `"watch"` | |
50+
| role.rules[0].verbs[2] | string | `"get"` | |
51+
| role.rules[0].verbs[3] | string | `"patch"` | |
52+
| role.rules[1].apiGroups[0] | string | `"tekton.dev"` | |
53+
| role.rules[1].resources[0] | string | `"pipelineruns"` | |
54+
| role.rules[1].resources[1] | string | `"taskruns"` | |
55+
| role.rules[1].verbs[0] | string | `"list"` | |
56+
| role.rules[1].verbs[1] | string | `"watch"` | |
57+
| role.rules[1].verbs[2] | string | `"get"` | |
58+
| role.rules[1].verbs[3] | string | `"patch"` | |
59+
| role.rules[2].apiGroups[0] | string | `"lighthouse.jenkins.io"` | |
60+
| role.rules[2].resources[0] | string | `"lighthousejobs"` | |
61+
| role.rules[2].verbs[0] | string | `"list"` | |
62+
| role.rules[2].verbs[1] | string | `"watch"` | |
63+
| role.rules[2].verbs[2] | string | `"get"` | |
64+
| role.rules[2].verbs[3] | string | `"patch"` | |
65+
| role.rules[3].apiGroups[0] | string | `""` | |
66+
| role.rules[3].resources[0] | string | `"pods"` | |
67+
| role.rules[3].verbs[0] | string | `"list"` | |
68+
| role.rules[3].verbs[1] | string | `"watch"` | |
69+
| role.rules[3].verbs[2] | string | `"get"` | |
70+
| role.rules[3].verbs[3] | string | `"patch"` | |
71+
| role.rules[4].apiGroups[0] | string | `""` | |
72+
| role.rules[4].resources[0] | string | `"events"` | |
73+
| role.rules[4].verbs[0] | string | `"list"` | |
74+
| role.rules[4].verbs[1] | string | `"watch"` | |
75+
| role.rules[4].verbs[2] | string | `"get"` | |
76+
| secrets.lighthouse.hmac.secretKeyRef.key | string | `"hmac"` | |
77+
| secrets.lighthouse.hmac.secretKeyRef.name | string | `"lighthouse-hmac-token"` | |
78+
| service.annotations | object | `{}` | |
79+
| service.labels | object | `{}` | |
80+
| service.loadBalancerIP | string | `nil` | |
81+
| service.port | int | `80` | |
82+
| service.type | string | `nil` | |
83+
| serviceAccount.annotations | object | `{}` | |
84+
85+
----------------------------------------------
86+
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0)
Binary file not shown.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{{- if and (.Capabilities.APIVersions.Has "jenkins.io/v1/Release") (hasKey .Values.jx "releaseCRD") (.Values.jx.releaseCRD)}}
2+
apiVersion: jenkins.io/v1
3+
kind: Release
4+
metadata:
5+
creationTimestamp: "2021-08-04T14:57:12Z"
6+
deletionTimestamp: null
7+
name: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}'
8+
spec:
9+
commits:
10+
- author:
11+
12+
name: Vincent Behar
13+
branch: master
14+
committer:
15+
16+
name: Vincent Behar
17+
message: |
18+
feat: add gitops tracing
19+
20+
see readme for details...
21+
sha: 399f76d030d59ebde12ab36be56bf041737834e1
22+
gitHttpUrl: https://github.com/jenkins-x/lighthouse-telemetry-plugin
23+
gitOwner: jenkins-x
24+
gitRepository: lighthouse-telemetry-plugin
25+
name: '{{ .Chart.Name }}'
26+
version: 0.1.0
27+
status: {}
28+
29+
{{- end }}

charts/lighthouse-telemetry-plugin/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jx:
2424
image:
2525
repository: ghcr.io/jenkins-x/lighthouse-telemetry-plugin
2626
# If no tag, fallback to the Chart's AppVersion
27-
tag:
27+
tag: 0.1.0
2828
pullPolicy:
2929

3030
deployment:

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ require (
1010
github.com/scylladb/go-set v1.0.2
1111
github.com/sirupsen/logrus v1.8.1
1212
github.com/spf13/pflag v1.0.5
13-
github.com/stretchr/testify v1.7.0 // indirect
13+
github.com/stretchr/testify v1.7.0
1414
github.com/tektoncd/pipeline v0.23.0
15-
github.com/ucarion/urlpath v0.0.0-20200424170820-7ccc79b76bbb // indirect
15+
github.com/ucarion/urlpath v0.0.0-20200424170820-7ccc79b76bbb
1616
go.opentelemetry.io/otel v0.19.0
1717
go.opentelemetry.io/otel/exporters/otlp v0.19.0
1818
go.opentelemetry.io/otel/exporters/trace/jaeger v0.19.0
@@ -21,7 +21,7 @@ require (
2121
k8s.io/api v0.20.2
2222
k8s.io/apimachinery v0.20.2
2323
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
24-
mvdan.cc/xurls/v2 v2.3.0 // indirect
24+
mvdan.cc/xurls/v2 v2.3.0
2525
)
2626

2727
replace (

0 commit comments

Comments
 (0)