-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.uptodate.yaml
225 lines (218 loc) · 7.56 KB
/
.uptodate.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
dependencies:
- name: traefik
type: github
currentVersion: v2.9.1
prefix: v
repo: "traefik/traefik"
issueBody: |
Update $name from $currentVersion to $latestVersion.
[CHANGELOG](https://github.com/traefik/traefik/blob/master/CHANGELOG.md)
issueLabels:
- dependencies
- uptodate
- traefik
- name: metallb
type: github
currentVersion: v0.14.5
prefix: v
repo: "metallb/metallb"
isTag: true
issueBody: |
Update $name from $currentVersion to $latestVersion.
[release-notes](https://metallb.universe.tf/release-notes)
issueLabels:
- dependencies
- uptodate
- metallb
- name: PowerDNS auth
type: github
currentVersion: auth-4.6.2
prefix: auth-
repo: "fischerscode/docker-PowerDNS"
isTag: true
issueBody: |
Update $name from $currentVersion to $latestVersion.
[CHANGELOG](https://doc.powerdns.com/authoritative/changelog/)
issueLabels:
- dependencies
- uptodate
- powerdns
- name: PowerDNS-Admin
type: github
currentVersion: admin-0.2.4
prefix: admin-
repo: "fischerscode/docker-PowerDNS"
isTag: true
issueBody: |
Update $name from $currentVersion to $latestVersion.
[CHANGELOG](https://github.com/ngoduykhanh/PowerDNS-Admin/releases)
issueLabels:
- dependencies
- uptodate
- powerdns
# - name: PowerDNS Admin
- name: Rook
type: github
currentVersion: v1.12.11
prefix: v
repo: "rook/rook"
issueBody: |
Update $name from $currentVersion to $latestVersion.
[CHANGELOG](https://github.com/rook/rook/releases)
[Compare](https://github.com/rook/rook/compare/$currentVersion...$latestVersion)
issueLabels:
- dependencies
- uptodate
- rook
- name: CertManager
type: github
currentVersion: v1.14.5
prefix: v
repo: "jetstack/cert-manager"
issueBody: |
Update $name from $currentVersion to $latestVersion.
[CHANGELOG](https://github.com/jetstack/cert-manager/releases)
issueLabels:
- dependencies
- uptodate
- certmanager
- name: keycloak-operator
type: github
currentVersion: "15.0.1"
repo: "keycloak/keycloak-operator"
issueBody: |
Update $name from $currentVersion to $latestVersion.
[Tags](https://github.com/keycloak/keycloak-operator/tags)
[Keycloak Release Notes](https://www.keycloak.org/docs/latest/release_notes/)
issueLabels:
- dependencies
- uptodate
- keycloak
- name: k3s
type: github
currentVersion: "v1.23.17+k3s1"
prefix: v
repo: "k3s-io/k3s"
issueBody: |
Update $name from $currentVersion to $latestVersion.
[k3s releases](https://github.com/k3s-io/k3s/releases)
[Kubernetes Changelog](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/README.md)
issueLabels:
- dependencies
- uptodate
- k3s
- name: prometheus-stack
type: helm
currentVersion: "59.0.0"
repo: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack
issueBody: |
Update $name from $currentVersion to $latestVersion.
**Make sure to also update the prometheus-operator CRDs!** (if needed)
[Readme.md](https://github.com/prometheus-community/helm-charts/blob/kube-prometheus-stack-$latestVersion/charts/kube-prometheus-stack/README.md)
[Upgrading to new major version](https://github.com/prometheus-community/helm-charts/blob/kube-prometheus-stack-$latestVersion/charts/kube-prometheus-stack/README.md#upgrading-an-existing-release-to-a-new-major-version)
issueLabels:
- dependencies
- uptodate
- monitoring
- prometeus
- name: prometheus-operator CRDs
type: helm
currentVersion: v0.74.0
repo: "https://prometheus-community.github.io/helm-charts"
chart: kube-prometheus-stack
prefix: v
path: entries.kube-prometheus-stack.0.appVersion
issueBody: |
Update $name from $currentVersion to $latestVersion.
Every file from [here](https://github.com/prometheus-operator/prometheus-operator/tree/$latestVersion/example/prometheus-operator-crd) should be in [here](infrastructure/base/crds/prometheus-operator/kustomization.yaml).
**Make sure to also update the prometheus-stack!**
[CHANGELOG.md](https://github.com/prometheus-operator/prometheus-operator/blob/$latestVersion/CHANGELOG.md)
[RELEASE](https://github.com/prometheus-operator/prometheus-operator/releases/tag/$latestVersion)
issueLabels:
- dependencies
- uptodate
- monitoring
- prometeus
- name: grafana
type: helm
currentVersion: "7.3.10"
repo: https://grafana.github.io/helm-charts
chart: grafana
issueBody: |
Update used $name chart version from $currentVersion to $latestVersion.
[Readme.md](https://github.com/grafana/helm-charts/blob/grafana-$latestVersion/charts/grafana/README.md)
[Upgrading to new major version](https://github.com/grafana/helm-charts/blob/grafana-$latestVersion/charts/grafana/README.md#upgrading-an-existing-release-to-a-new-major-version)
issueLabels:
- dependencies
- uptodate
- monitoring
- grafana
- name: Loki
type: helm
currentVersion: "2.6.0"
repo: https://grafana.github.io/helm-charts
chart: loki
issueBody: |
Update used $name chart version from $currentVersion to $latestVersion.
[Readme.md](https://github.com/grafana/helm-charts/blob/helm-loki-$latestVersion/charts/loki/README.md)
[Upgrading](https://grafana.com/docs/loki/latest/setup/upgrade/)
issueLabels:
- dependencies
- uptodate
- monitoring
- loki
- name: Loki
type: helm
currentVersion: "3.8.1"
repo: https://grafana.github.io/helm-charts
chart: promtail
issueBody: |
Update used $name chart version from $currentVersion to $latestVersion.
[Readme.md](https://github.com/grafana/helm-charts/blob/promtail-$latestVersion/charts/promtail/README.md)
[Upgrading](https://github.com/grafana/helm-charts/blob/promtail-$latestVersion/charts/promtail/README.md#upgrading)
issueLabels:
- dependencies
- uptodate
- monitoring
- promtail
- name: Mailu
type: github
currentVersion: "2.0.41"
repo: "Mailu/Mailu"
issueBody: |
Update $name from $currentVersion to $latestVersion.
[Release $latestVersion](https://github.com/Mailu/Mailu/releases/tag/$latestVersion)
[Changelog](https://github.com/Mailu/Mailu/compare/$currentVersion...$latestVersion)
issueLabels:
- dependencies
- uptodate
- mailu
- mailserver
- name: Mailu Helm chart
type: helm
currentVersion: "1.5.0"
repo: https://mailu.github.io/helm-charts/
chart: mailu
issueBody: |
Update used $name version from $currentVersion to $latestVersion.
[Chart](https://mailu.github.io/helm-charts/)
issueLabels:
- dependencies
- uptodate
- mailu
- mailu-chart
- name: vaultwarden
type: github
currentVersion: "1.32.4"
repo: "dani-garcia/vaultwarden"
issueBody: |
Update $name from $currentVersion to $latestVersion.
**Vaultwarden does not use semver! There might be breaking changes.**
**Also consider updating [mariadb](https://hub.docker.com/_/mariadb)**
[Release $latestVersion](https://github.com/dani-garcia/vaultwarden/releases/tag/$latestVersion)
[Full Changelog](https://github.com/dani-garcia/vaultwarden/compare/$currentVersion...$latestVersion)
issueLabels:
- dependencies
- uptodate
- vaultwarden