Skip to content

Commit b42cc83

Browse files
chore: release 0.0.160
1 parent 4235ada commit b42cc83

File tree

5 files changed

+159
-3
lines changed

5 files changed

+159
-3
lines changed

changelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
### Linux
2+
3+
```shell
4+
curl -L https://github.com/jenkins-x/jx-git-operator/releases/download/v0.0.160/jx-git-operator-linux-amd64.tar.gz | tar xzv
5+
sudo mv jx-git-operator /usr/local/bin
6+
```
7+
8+
### macOS
9+
10+
```shell
11+
curl -L https://github.com/jenkins-x/jx-git-operator/releases/download/v0.0.160/jx-git-operator-darwin-amd64.tar.gz | tar xzv
12+
sudo mv jx-git-operator /usr/local/bin
13+
```
14+
15+
## Changes
16+
17+
### Bug Fixes
18+
19+
* lets annotate the job with commit information (James Strachan)
20+
* disable the use of custom file names (James Strachan)
21+
* allow job overlay files (James Strachan)
22+
23+
### Chores
24+
25+
* upgrade deps (James Strachan)
26+
* fix failing test (James Strachan)
27+
* update deps (James Strachan)
28+
* upgrade deps (James Strachan)

charts/jx-git-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: jx-git-operator
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.1.0
5+
version: 0.0.160
66
icon: https://avatars2.githubusercontent.com/u/47602533
77
appVersion: 0.0.88

charts/jx-git-operator/README.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,40 @@
1-
# JX Git Operator
1+
# jx-git-operator
2+
3+
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.88](https://img.shields.io/badge/AppVersion-0.0.88-informational?style=flat-square)
4+
5+
A Helm chart for Kubernetes
6+
7+
## Values
8+
9+
| Key | Type | Default | Description |
10+
|-----|------|---------|-------------|
11+
| bootServiceAccount.annotations | object | `{}` | |
12+
| bootServiceAccount.enabled | bool | `false` | |
13+
| env.POLL_DURATION | string | `"20s"` | |
14+
| envFrom | list | `[]` | |
15+
| fullnameOverride | string | `""` | |
16+
| gitInitCommands | string | `"echo 'no custom git initialisation scripts'"` | |
17+
| image.pullPolicy | string | `"IfNotPresent"` | |
18+
| image.repository | string | `"gcr.io/jenkinsxio/jx-git-operator"` | |
19+
| image.tag | string | `"latest"` | |
20+
| jxBootJobEnvVarSecrets | object | `{}` | |
21+
| nameOverride | string | `""` | |
22+
| ociRegistries | list | `[]` | |
23+
| password | string | `""` | |
24+
| podAnnotations | object | `{}` | |
25+
| rbac.cluster | bool | `true` | |
26+
| rbac.strict | bool | `false` | |
27+
| replicaCount | int | `1` | |
28+
| resources.limits.cpu | string | `"100m"` | |
29+
| resources.limits.memory | string | `"256Mi"` | |
30+
| resources.requests.cpu | string | `"80m"` | |
31+
| resources.requests.memory | string | `"128Mi"` | |
32+
| serviceAccount.annotations | object | `{}` | |
33+
| serviceAccount.create | bool | `true` | |
34+
| serviceAccount.name | string | `"jx-git-operator"` | |
35+
| terminationGracePeriodSeconds | int | `30` | |
36+
| url | string | `""` | |
37+
| username | string | `""` | |
38+
39+
----------------------------------------------
40+
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0)
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
{{- if .Capabilities.APIVersions.Has "jenkins.io/v1/Release" }}
2+
apiVersion: jenkins.io/v1
3+
kind: Release
4+
metadata:
5+
creationTimestamp: "2021-02-24T10:51:29Z"
6+
deletionTimestamp: null
7+
name: '{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}'
8+
spec:
9+
commits:
10+
- author:
11+
12+
name: James Strachan
13+
branch: master
14+
committer:
15+
16+
name: James Strachan
17+
message: |
18+
fix: lets annotate the job with commit information
19+
sha: f81e53830c9258dd746e1e9f3e3d2cd630ea6868
20+
- author:
21+
22+
name: James Strachan
23+
branch: master
24+
committer:
25+
26+
name: James Strachan
27+
message: |
28+
chore: upgrade deps
29+
sha: f55338c1765b7f93b07ecf080e44f72185b909f9
30+
- author:
31+
32+
name: James Strachan
33+
branch: master
34+
committer:
35+
36+
name: James Strachan
37+
message: |
38+
chore: fix failing test
39+
sha: b6ea463c6f36870b63a4cbc557e43706ccd801eb
40+
- author:
41+
42+
name: James Strachan
43+
branch: master
44+
committer:
45+
46+
name: James Strachan
47+
message: |
48+
chore: update deps
49+
sha: 967af17a2a82c9f4846cd416259c203434d87ad4
50+
- author:
51+
52+
name: James Strachan
53+
branch: master
54+
committer:
55+
56+
name: James Strachan
57+
message: |
58+
fix: disable the use of custom file names
59+
sha: c839da140afe88fc92a203053c2dc4eb0e2d502f
60+
- author:
61+
62+
name: James Strachan
63+
branch: master
64+
committer:
65+
66+
name: James Strachan
67+
message: |
68+
fix: allow job overlay files
69+
70+
so we can add override environment variables
71+
sha: 7014ce4713426c1ed25d9108dfbfb2a15c438b57
72+
- author:
73+
74+
name: James Strachan
75+
branch: master
76+
committer:
77+
78+
name: James Strachan
79+
message: |
80+
chore: upgrade deps
81+
sha: 403b807c1fd0e921b820bba8717c8c93cae6a83e
82+
gitHttpUrl: https://github.com/jenkins-x/jx-git-operator
83+
gitOwner: jenkins-x
84+
gitRepository: jx-git-operator
85+
name: '{{ .Chart.Name }}'
86+
version: 0.0.160
87+
status: {}
88+
89+
{{- end }}

charts/jx-git-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rbac:
1919

2020
image:
2121
repository: gcr.io/jenkinsxio/jx-git-operator
22-
tag: "latest"
22+
tag: 0.0.160
2323
pullPolicy: IfNotPresent
2424

2525
replicaCount: 1

0 commit comments

Comments
 (0)