From 351fc0462bb18a9eb68289a10132dd32fe2d63b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Ho=C3=9F?= Date: Tue, 21 Nov 2023 17:30:55 +0100 Subject: [PATCH] release once per month MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The crates.io team asked to reduce the number of releases because this crate has a high number of features. Signed-off-by: Sebastian Hoß --- .github/workflows/release.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb8f88421..dfb18351a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ name: Perform Release on: schedule: - - cron: 53 4 * * SAT + - cron: 53 4 1 * * workflow_dispatch: jobs: release: diff --git a/README.md b/README.md index 0602ef482..31e20d356 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ SPDX-License-Identifier: 0BSD # Kubernetes Custom Resource Bindings for Rust [![Chat](https://img.shields.io/badge/matrix-%23talk.metio:matrix.org-brightgreen.svg?style=social&label=Matrix)](https://matrix.to/#/#talk.metio:matrix.org) -This repository contains [kube-rs](https://kube.rs/) compatible bindings for Kubernetes [custom resources](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/). Each binding is generated with [kopium](https://github.com/kube-rs/kopium) and updated weekly. +This repository contains [kube-rs](https://kube.rs/) compatible bindings for Kubernetes [custom resources](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/) generated with [kopium](https://github.com/kube-rs/kopium) Feel free to add your own CRD to the [catalog](https://github.com/metio/kube-custom-resources-rs/blob/main/code-generator/src/catalog.rs)! @@ -44,7 +44,7 @@ Take a look at the [docs](https://docs.rs/kube-custom-resources-rs/latest/kube_c This crate uses a calendar based versioning scheme because resources in Kubernetes are versioned themselves. -Updates to all CRDs are fetched on [friday](https://github.com/metio/kube-custom-resources-rs/blob/main/.github/workflows/update-crds.yml) and released a day later on [saturday](https://github.com/metio/kube-custom-resources-rs/blob/main/.github/workflows/release.yml) if any changes were detected. +Updates to all CRDs are fetched [automatically](https://github.com/metio/kube-custom-resources-rs/blob/main/.github/workflows/update-crds.yml) and released on the [first of each month](https://github.com/metio/kube-custom-resources-rs/blob/main/.github/workflows/release.yml) if any changes were detected. ## Usage