Skip to content

Commit 5bfe7e8

Browse files
committed
[release-prepare] - Prepare next release 0.1.0
1 parent 3dd441a commit 5bfe7e8

File tree

4 files changed

+76
-74
lines changed

4 files changed

+76
-74
lines changed

helm/spark-web-proxy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: spark-web-proxy
33
description: Helm chart for spark-web-proxy
44
type: application
55
version: 0.1.0
6-
appVersion: "0.1.0-snapshot"
6+
appVersion: "0.1.0"
77
keywords:
88
- spark
99
- spark-history

helm/spark-web-proxy/values.sample.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
image:
2-
#repository: quay.io/okdp/spark-web-proxy
3-
repository: spark-web-proxy
2+
repository: quay.io/okdp/spark-web-proxy
43
pullPolicy: IfNotPresent
54
# Overrides the image tag whose default is the chart appVersion.
6-
tag: "0.1.0-snapshot"
5+
tag: "0.1.0"
76

87
configuration:
98
spark:

helm/spark-web-proxy/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image:
77
# -- Image pull policy.
88
pullPolicy: Always
99
# -- Image tag.
10-
tag: "0.1.0-snapshot"
10+
tag: "0.1.0"
1111

1212
# -- Secrets to be used for pulling images from private Docker registries.
1313
imagePullSecrets: []
@@ -176,4 +176,3 @@ tolerations: []
176176

177177
# -- Affinity for pod scheduling.
178178
affinity: {}
179-

release-please-config.json

Lines changed: 72 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,74 @@
11
{
2-
"separate-pull-requests": true,
3-
"include-v-in-tag": true,
4-
"packages": {
5-
"helm/spark-web-proxy": {
6-
"component": "helm-spark-web-proxy",
7-
"initial-version": "3.1.3-1.0.0",
8-
"extra-label": "helm",
9-
"tag-separator": "/",
10-
"changelog-path": "CHANGELOG.md",
11-
"release-type": "helm",
12-
"changelog-type": "default",
13-
"bump-minor-pre-major": false,
14-
"bump-patch-for-minor-pre-major": false,
15-
"draft": false,
16-
"prerelease": false,
17-
"include-component-in-tag": true
18-
},
19-
"docker": {
20-
"component": "spark-web-proxy",
21-
"initial-version": "1.0.0",
22-
"extra-label": "docker",
23-
"changelog-path": "CHANGELOG.md",
24-
"release-type": "node",
25-
"changelog-type": "default",
26-
"bump-minor-pre-major": false,
27-
"bump-patch-for-minor-pre-major": false,
28-
"draft": false,
29-
"prerelease": false,
30-
"include-component-in-tag": false
31-
}
2+
"separate-pull-requests": true,
3+
"include-v-in-tag": true,
4+
"packages": {
5+
"helm/spark-history-web-proxy": {
6+
"component": "helm-spark-history-web-proxy",
7+
"initial-version": "0.1.0",
8+
"extra-label": "helm",
9+
"tag-separator": "/",
10+
"changelog-path": "CHANGELOG.md",
11+
"release-type": "helm",
12+
"changelog-type": "default",
13+
"bump-minor-pre-major": false,
14+
"bump-patch-for-minor-pre-major": false,
15+
"draft": false,
16+
"prerelease": false,
17+
"include-component-in-tag": true
3218
},
33-
"changelog-sections": [
34-
{
35-
"type": "feat",
36-
"section": "Features"
37-
},
38-
{
39-
"type": "fix",
40-
"section": "Bug Fixes"
41-
},
42-
{
43-
"type": "docs",
44-
"section": "Documentation",
45-
"hidden": false
46-
},
47-
{
48-
"type": "refactor",
49-
"section": "Refactoring",
50-
"hidden": false
51-
},
52-
{
53-
"type": "test",
54-
"section": "Tests",
55-
"hidden": true
56-
},
57-
{
58-
"type": "ci",
59-
"section": "Continuous Integration",
60-
"hidden": true
61-
},
62-
{
63-
"type": "chore",
64-
"section": "Chore",
65-
"hidden": true
66-
}
67-
],
68-
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
69-
}
70-
19+
".": {
20+
"component": "spark-history-web-proxy",
21+
"initial-version": "0.1.0",
22+
"extra-label": "docker",
23+
"changelog-path": "CHANGELOG.md",
24+
"release-type": "node",
25+
"changelog-type": "default",
26+
"bump-minor-pre-major": false,
27+
"bump-patch-for-minor-pre-major": false,
28+
"draft": false,
29+
"prerelease": false,
30+
"include-component-in-tag": false
31+
}
32+
},
33+
"changelog-sections": [
34+
{
35+
"type": "feat",
36+
"section": "Features"
37+
},
38+
{
39+
"type": "fix",
40+
"section": "Bug Fixes"
41+
},
42+
{
43+
"type": "docs",
44+
"section": "Documentation",
45+
"hidden": false
46+
},
47+
{
48+
"type": "doc",
49+
"section": "Documentation",
50+
"hidden": false
51+
},
52+
{
53+
"type": "refactor",
54+
"section": "Refactoring",
55+
"hidden": false
56+
},
57+
{
58+
"type": "test",
59+
"section": "Tests",
60+
"hidden": true
61+
},
62+
{
63+
"type": "ci",
64+
"section": "Continuous Integration",
65+
"hidden": true
66+
},
67+
{
68+
"type": "chore",
69+
"section": "Continuous Integration",
70+
"hidden": true
71+
}
72+
],
73+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
74+
}

0 commit comments

Comments
 (0)