Skip to content

Commit a1e8182

Browse files
chore(release): v2.26.3 (#637)
1 parent 1be7917 commit a1e8182

10 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.dockerhub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ curl http://localhost:8000/health
212212
# Response
213213
{
214214
"status": "healthy",
215-
"version": "2.26.2",
215+
"version": "2.26.3",
216216
"checks": {
217217
"cert_dir": "ok",
218218
"disk_space": "ok",

charts/certmate/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ type: application
1010
# in the application's repository and only ever ships that application, so it
1111
# tracks it: one number, bumped by scripts/release.sh, pinned by
1212
# tests/test_helm_chart.py. A chart-only fix rides the next release.
13-
version: 2.26.2
14-
appVersion: "2.26.2"
13+
version: 2.26.3
14+
appVersion: "2.26.3"
1515
home: https://www.certmate.org
1616
sources:
1717
- https://github.com/fabriziosalmi/certmate

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ CertMate is licensed under the MIT License. See LICENSE file in the repository.
253253

254254
---
255255

256-
**Current Version**: 2.26.2
256+
**Current Version**: 2.26.3
257257

258258
<div align="center">
259259

docs/de/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ CertMate steht unter der MIT-Lizenz. Siehe die LICENSE-Datei im Repository.
241241

242242
---
243243

244-
**Aktuelle Version**: 2.26.2
244+
**Aktuelle Version**: 2.26.3
245245

246246
<div align="center">
247247

docs/es/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ CertMate está publicado bajo la licencia MIT. Ver el archivo LICENSE en el repo
241241

242242
---
243243

244-
**Versión actual**: 2.26.2
244+
**Versión actual**: 2.26.3
245245

246246
<div align="center">
247247

docs/fr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ CertMate est sous licence MIT. Voir le fichier LICENSE dans le dépôt.
241241

242242
---
243243

244-
**Version actuelle** : 2.26.2
244+
**Version actuelle** : 2.26.3
245245

246246
<div align="center">
247247

docs/it/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ CertMate è distribuito sotto licenza MIT. Vedere il file LICENSE nel repository
241241

242242
---
243243

244-
**Versione corrente**: 2.26.2
244+
**Versione corrente**: 2.26.3
245245

246246
<div align="center">
247247

modules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '2.26.2'
1+
__version__ = '2.26.3'
22

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "certmate",
4-
"version": "2.26.2",
4+
"version": "2.26.3",
55
"description": "CertMate SSL Certificate Manager - frontend assets",
66
"scripts": {
77
"css:build": "npx tailwindcss -i static/css/input.css -o static/css/tailwind.min.css --minify",

0 commit comments

Comments
 (0)