Compare commits

...

10 Commits

Author SHA1 Message Date
39411f2306 [antennas] Update dependencies 2022-08-10 17:14:57 +01:00
renovate[bot]
582b08a1a7 [workflows] Update azure/setup-helm action to v3 (#43)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-02 07:09:00 +01:00
renovate[bot]
e595c03ce3 [workflows] Update actions/setup-python action to v4 (#42)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-02 07:08:46 +01:00
renovate[bot]
4a07da46b7 Update helm/chart-releaser-action action to v1.4.0 (#41)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-05 14:00:45 +01:00
renovate[bot]
041349a168 Update helm/chart-testing-action action to v2.2.1 (#37)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-04 13:58:36 +01:00
renovate[bot]
9992558871 [workflows] Update actions/setup-python action to v3 (#39)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-04 13:58:27 +01:00
renovate[bot]
7982f72173 [workflows] Update actions/checkout action to v3 (#38)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-04 13:58:15 +01:00
renovate[bot]
44f292950f Update external minor dep (#36)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-02 07:00:57 +00:00
renovate[bot]
09cc013ed2 Update Helm chart common to v4.3.0 (#35)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-08 13:17:44 +00:00
f56333793d Update renovate config 2022-01-08 13:05:22 +00:00
11 changed files with 68 additions and 26 deletions

View File

@@ -2,6 +2,8 @@
"enabled": true,
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard",
"assigneesFromCodeOwners": true,
"reviewersFromCodeOwners": true,
"suppressNotifications": ["prIgnoreNotification"],
"rebaseWhen": "conflicted",
"prConcurrentLimit": 5,
@@ -12,16 +14,47 @@
"fileMatch": ["charts/.+/Chart\\.yaml$"]
},
"packageRules": [
// Setup datasources
{
"datasources": ["helm"],
"matchDatasources": ["helm"],
"commitMessageTopic": "Helm chart {{depName}}",
"separateMinorPatch": true
},
// Custom version schemes
{
"datasources": ["docker"],
"commitMessageTopic": "Docker image {{depName}}",
"separateMinorPatch": true
"matchDatasources": ["github-tags"],
"matchPackageNames": ["potiuk/get-workflow-origin"],
"versioning": "regex:^v(?<major>\\d+)_(?<minor>\\d+)(_(?<patch>\\d+))?$"
},
//
// Common library dep
//
{
"commitMessagePrefix": "[{{{parentDir}}}]",
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
"updateTypes": ["major"],
"bumpVersion": "major",
"labels": ["dependency/major"],
"packageNames": ["common"],
"groupName": ["internal major dep"]
},
{
"updateTypes": ["minor"],
"bumpVersion": "minor",
"labels": ["dependency/minor"],
"packageNames": ["common"],
"groupName": ["internal minor dep"]
},
{
"updateTypes": ["patch"],
"bumpVersion": "patch",
"labels": ["dependency/patch"],
"packageNames": ["common"],
"groupName": ["internal patch dep"]
},
//
// Other library deps
//
{
"commitMessagePrefix": "[{{{parentDir}}}]",
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
@@ -29,6 +62,9 @@
"bumpVersion": "major",
"labels": ["dependency/major"],
"excludePackageNames": ["common"],
"schedule": [
"every 3 months on the first day of the month"
]
},
{
"updateTypes": ["minor"],
@@ -36,6 +72,9 @@
"labels": ["dependency/minor"],
"excludePackageNames": ["common"],
"groupName": ["external minor dep"],
"schedule": [
"every 2 months on the first day of the month"
]
},
{
"updateTypes": ["patch"],
@@ -43,6 +82,9 @@
"labels": ["dependency/patch"],
"excludePackageNames": ["common"],
"groupName": ["external patch dep"],
"schedule": [
"every 1 months on the first day of the month"
]
}
]
}

View File

@@ -7,21 +7,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v3
with:
version: v3.6.3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.1.0
uses: helm/chart-testing-action@v2.2.1
- name: Run chart-testing (list-changed)
id: list-changed

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
@@ -20,12 +20,12 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v3
with:
version: v3.4.0
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
uses: helm/chart-releaser-action@v1.4.0
with:
charts_repo_url: https://nikdoof.github.io/helm-charts
env:

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.2.1
description: A prometheus exporter for the Andrew & Arnold CHAOS API
name: aaisp-exporter
version: 0.1.1
version: 0.2.0
kubeVersion: ">=1.16.0-0"
keywords:
- aaisp-exporter
@@ -15,4 +15,4 @@ maintainers:
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.2.0
version: 4.3.0

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "4.1.0"
description: Antennas
name: antennas
version: 1.0.0
version: 1.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- tvheadend
@@ -18,4 +18,4 @@ maintainers:
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.2.0
version: 4.5.2

View File

@@ -9,7 +9,7 @@ image:
# -- image repository
repository: thejf/antennas
# -- image tag
tag: 4.1.0
tag: 4.2.0
# -- image pull policy
pullPolicy: IfNotPresent

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.1.2
description: A prometheus exporter for the HG612 modem
name: hg612-exporter
version: 1.1.3
version: 1.2.0
kubeVersion: ">=1.16.0-0"
keywords:
- hg612-exporter
@@ -15,4 +15,4 @@ maintainers:
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.2.0
version: 4.3.0

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "0.5.0"
description: iDRAC 6 web interface and VNC proxy
name: idrac6
version: 1.0.2
version: 1.1.0
kubeVersion: ">=1.16.0-0"
keywords:
- idrac6
@@ -15,4 +15,4 @@ maintainers:
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.2.0
version: 4.3.0

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.0.0
description: A prometheus exporter for generic MQTT metrics
name: mqtt-exporter
version: 1.0.0
version: 1.1.0
kubeVersion: ">=1.16.0-0"
keywords:
- mqtt-exporter
@@ -15,4 +15,4 @@ maintainers:
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.2.0
version: 4.3.0

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.2.2
description: A prometheus exporter for Plex Media Server
name: plex-exporter
version: 0.0.3
version: 0.1.0
kubeVersion: ">=1.16.0-0"
keywords:
- plex-exporter
@@ -16,4 +16,4 @@ maintainers:
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.2.0
version: 4.3.0

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.18.2
description: A prometheus exporter for vSphere vCenter
name: vmware-exporter
version: 0.1.1
version: 0.2.0
kubeVersion: ">=1.16.0-0"
keywords:
- vmware-exporter
@@ -16,4 +16,4 @@ maintainers:
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.2.0
version: 4.3.0