From 49dda843609a8c3a79ea515c272cfc065f214a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Thu, 19 Dec 2024 01:17:58 +0100 Subject: [PATCH 1/4] Tweak operator chart metadata --- charts/netbox-operator/Chart.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/charts/netbox-operator/Chart.yaml b/charts/netbox-operator/Chart.yaml index 27ae126c..b8188071 100644 --- a/charts/netbox-operator/Chart.yaml +++ b/charts/netbox-operator/Chart.yaml @@ -2,12 +2,12 @@ apiVersion: v2 name: netbox-operator version: 0.1.3 # renovate: image=ghcr.io/netbox-community/netbox-operator -appVersion: "v0.1.0-alpha.1" +appVersion: "v0.1.0-alpha.4" type: application kubeVersion: ^1.25.0-0 description: Operator to manage NetBox resources directly through Kubernetes home: https://netbox.dev/ -icon: https://raw.githubusercontent.com/netbox-community/netbox/develop/docs/netbox_logo.svg +icon: https://raw.githubusercontent.com/netbox-community/netbox/develop/docs/netbox_logo_light.svg sources: - https://github.com/netbox-community/netbox-operator - https://github.com/netbox-community/netbox-chart @@ -29,3 +29,9 @@ annotations: artifacthub.io/links: | - name: Upstream Project url: https://github.com/netbox-community/netbox-operator + artifacthub.io/changes: | + - kind: changed + description: New release + links: + - name: Changelog on GitHub Releases + url: https://github.com/netbox-community/netbox-chart/releases?q=netbox-operator- From c3e15128139bb0ac7b87756b6906f7eea13f86ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Thu, 19 Dec 2024 17:11:00 +0100 Subject: [PATCH 2/4] Fix README badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a9f9f86..46ecd9f6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ and ask for help in the [`#netbox-chart`](https://netdev-community.slack.com/arc | Chart | Version | | :-------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | | [`netbox/netbox`](charts/netbox/) | [![Chart Version](https://img.shields.io/badge/dynamic/json?label=netbox&query=version&url=https%3A%2F%2Fartifacthub.io%2Fapi%2Fv1%2Fpackages%2Fhelm%2Fnetbox%2Fnetbox)](https://artifacthub.io/packages/helm/netbox/netbox) | -| [`netbox/netbox-operator`](charts/netbox-operator/) | [![Chart Version](https://img.shields.io/badge/dynamic/json?label=netbox&query=version&url=https%3A%2F%2Fartifacthub.io%2Fapi%2Fv1%2Fpackages%2Fhelm%2Fnetbox%2Fnetbox-operator)](https://artifacthub.io/packages/helm/netbox/netbox-operator) | +| [`netbox/netbox-operator`](charts/netbox-operator/) | [![Chart Version](https://img.shields.io/badge/dynamic/json?label=netbox-operator&query=version&url=https%3A%2F%2Fartifacthub.io%2Fapi%2Fv1%2Fpackages%2Fhelm%2Fnetbox%2Fnetbox-operator)](https://artifacthub.io/packages/helm/netbox/netbox-operator) | ## Quickstart From b05290e4fb41ae73e590659e4349351389a748df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Thu, 19 Dec 2024 17:11:37 +0100 Subject: [PATCH 3/4] Bump chart version --- charts/netbox-operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/netbox-operator/Chart.yaml b/charts/netbox-operator/Chart.yaml index b8188071..0a7a60cf 100644 --- a/charts/netbox-operator/Chart.yaml +++ b/charts/netbox-operator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: netbox-operator -version: 0.1.3 +version: 0.1.4 # renovate: image=ghcr.io/netbox-community/netbox-operator appVersion: "v0.1.0-alpha.4" type: application From b1652dd0d8fe20e43510d79b18e89e82454d69e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Thu, 2 Jan 2025 16:47:54 +0100 Subject: [PATCH 4/4] Update Chart.yaml --- charts/netbox-operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/netbox-operator/Chart.yaml b/charts/netbox-operator/Chart.yaml index 23da0961..0f0fecb5 100644 --- a/charts/netbox-operator/Chart.yaml +++ b/charts/netbox-operator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: netbox-operator -version: 0.1.7 +version: 0.1.8 # renovate: image=ghcr.io/netbox-community/netbox-operator appVersion: "v0.1.0-alpha.4" type: application