Compare commits

...

13 Commits

Author SHA1 Message Date
eff77df590
chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.44.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-01 17:32:31 +00:00
db86520208
chore(renovate): replace ':' with '='
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-30 22:33:40 +02:00
f812ec8c3d
chore(renovate): use configuration preset
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-30 22:30:08 +02:00
ea337697ce
chore(renovate): use configuration preset
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-30 21:20:10 +02:00
899f56ac36
chore(renovate): use configuration preset
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-30 21:17:51 +02:00
39ecf4416c
chore(deps): update enix/x509-certificate-exporter to 3.18.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-12-29 13:54:03 +01:00
50744a0119
chore(deps): update enix/x509-certificate-exporter to 3.18.0 2024-12-29 13:54:03 +01:00
0044d95c03
chore(deps): update enix/x509-certificate-exporter to 3.17.0 2024-12-29 13:54:03 +01:00
ad4163cd68
chore(deps): update enix/x509-certificate-exporter to 3.16.0 2024-12-29 13:54:03 +01:00
bf8abc512f
chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.43.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-12-03 14:39:54 +00:00
5b55aa0c9a
chore(deps): update docker.io/appleboy/drone-git-push docker tag to v1.1.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-11-26 05:27:43 +00:00
0df38fab65
chore(deps): update git.cryptic.systems/volker.raschek/git docker tag to v1.4.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-11-25 23:42:05 +00:00
ab4909817a
chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.42.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-10-14 19:37:52 +00:00
4 changed files with 17 additions and 33 deletions

View File

@ -1,6 +1,6 @@
pkgbase = prometheus-x509-certificate-exporter
pkgdesc = metric exporter for x509 certificates
pkgver = 3.14.0
pkgver = 3.18.1
pkgrel = 1
url = https://github.com/enix/x509-certificate-exporter
arch = armv7h
@ -9,13 +9,13 @@ pkgbase = prometheus-x509-certificate-exporter
license = MIT
makedepends = go
backup = etc/conf.d/prometheus-x509-certificate-exporter
source = https://github.com/enix/x509-certificate-exporter/archive/refs/tags/v3.14.0.zip
source = https://github.com/enix/x509-certificate-exporter/archive/refs/tags/v3.18.1.zip
source = prometheus-x509-certificate-exporter
source = systemd.service
sha512sums = 07bbcefc5ceb43b70acfabc75bcc812e84f6fede67d40b34ff5896cb620e11961d1c915a27c7c0ff77f7f24fe7749dafa54975b5ffb154f1ffeecfc86cbfe2a8
sha512sums = 6cdf26cdcac2bd76bd8aee8c09f4a7a7dc0319a0147eadfbbad3cb702dc5286c4f41965a90ad80ee393aff570a6c772d11e2f95ecd0a9851df7a158e2456354c
sha512sums = 2fd59748f9cb4018456befcc07bb1e4a68cbe5d5bf30faa74e4bc607c241623ee66d6ea7765a5bcd707dfa2a1eb674b7e2e766e27fc0c462c0db1b5ec6aa13ac
sha512sums = a95d01a84340bdcfbc833f5b78976432bdca1c567f55a3c56eb2ef3b95a64488d38482ddb965d535b6a8f66ea4b34f51a2bf0bd8098f7d3af81ff4fd63ec3b5a
b2sums = 59ba038f9b5d2eab4a89263c846d6acb03433d154d338137daeb5e47d60ce3ecc7fd3fe5b1b9dfd73fd8f14609d6d40a74218a4b6e9f2a214ee9773e06807f74
b2sums = 2bfd22921da2942597ce8008aebceb5999cad89b37ca4041fab83b61912af1802c6bdf0c23c1112ffc086615161c2291aac6edddd5d2550c8c3ede4f1c7874cd
b2sums = 41d9f7daeeedddc11056ac3b8e741afbab80c5779ce3823aa2d88f179e779c0715ccf8c471d645ef74df87f0f7c33cbec92a0ecdae148bd80f83670b6446038c
b2sums = c7bfafa8f30cbde623909875c6bce8784261bb3bf38a4c3cb6b36745866558df4d1cf2e7d95c12ac47622863f1e91cce7febb01a5499c51a024019026c165033

View File

@ -8,12 +8,12 @@ clone:
steps:
- name: clone
image: git.cryptic.systems/volker.raschek/git:1.3.1
image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: markdown lint
commands:
- markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.41.0
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
resources:
limits:
cpu: 150
@ -56,10 +56,10 @@ clone:
steps:
- name: clone
image: git.cryptic.systems/volker.raschek/git:1.3.1
image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: git-push
image: docker.io/appleboy/drone-git-push:1.1.0
image: docker.io/appleboy/drone-git-push:1.1.1
settings:
branch: master
remote: ssh://aur@aur.archlinux.org/prometheus-x509-certificate-exporter.git

View File

@ -2,7 +2,7 @@
pkgname=prometheus-x509-certificate-exporter
_pkgname=x509-certificate-exporter
pkgver=3.15.0 # renovate: datasource=github-releases depName=enix/x509-certificate-exporter
pkgver=3.18.1 # renovate: datasource=github-releases depName=enix/x509-certificate-exporter extractVersion='^v?(?<version>.*)$'
pkgrel=1
pkgdesc="metric exporter for x509 certificates"
arch=('armv7h' 'aarch64' 'x86_64')
@ -18,10 +18,10 @@ source=(
'prometheus-x509-certificate-exporter'
'systemd.service'
)
sha512sums=('97151d30a6e2ba7fbf72f6e45adb6f4e8b2e3ee9287b9499aadbad50eba923327acabe7050211f3a287bb0ea2e759cf76286c74ef29d50d8ebcf97fdf19152ea'
sha512sums=('6cdf26cdcac2bd76bd8aee8c09f4a7a7dc0319a0147eadfbbad3cb702dc5286c4f41965a90ad80ee393aff570a6c772d11e2f95ecd0a9851df7a158e2456354c'
'2fd59748f9cb4018456befcc07bb1e4a68cbe5d5bf30faa74e4bc607c241623ee66d6ea7765a5bcd707dfa2a1eb674b7e2e766e27fc0c462c0db1b5ec6aa13ac'
'a95d01a84340bdcfbc833f5b78976432bdca1c567f55a3c56eb2ef3b95a64488d38482ddb965d535b6a8f66ea4b34f51a2bf0bd8098f7d3af81ff4fd63ec3b5a')
b2sums=('a1f56046794d2253188b1d1ceffc5971d2e8ee1f4acbf1843e7fca5da5a6d9f5a374fcd38e7a07534e54ed5da73d72e6fd8460140a13b9f07dba0d9787896861'
b2sums=('2bfd22921da2942597ce8008aebceb5999cad89b37ca4041fab83b61912af1802c6bdf0c23c1112ffc086615161c2291aac6edddd5d2550c8c3ede4f1c7874cd'
'41d9f7daeeedddc11056ac3b8e741afbab80c5779ce3823aa2d88f179e779c0715ccf8c471d645ef74df87f0f7c33cbec92a0ecdae148bd80f83670b6446038c'
'c7bfafa8f30cbde623909875c6bce8784261bb3bf38a4c3cb6b36745866558df4d1cf2e7d95c12ac47622863f1e91cce7febb01a5499c51a024019026c165033')

View File

@ -1,25 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [ "volker.raschek" ],
"labels": [ "renovate" ],
"packageRules": [
{
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
"automerge": true,
"matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"]
}
],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"description": "Update PKGBUILD version",
"fileMatch": [ "(^|/)PKGBUILD$" ],
"matchStrings": [
"pkgver=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)( lookupName=(?<lookupName>.*))?( versioning=(?<versioning>.*))?"
],
"extractVersionTemplate": "^v?(?<version>.*)$"
}
"extends": [
"local>volker.raschek/renovate-config:default#master",
"local>volker.raschek/renovate-config:container#master",
"local>volker.raschek/renovate-config:actions#master",
"local>volker.raschek/renovate-config:regexp#master"
]
}
}