Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new-product]: policy-controller #6042

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
65 changes: 65 additions & 0 deletions policy-controller.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
title: policy-controller
category: server-app
tags: go kubernetes
permalink: /policy-controller
releasePolicyLink: https://github.com/sigstore/policy-controller#support-policy
releaseDateColumn: true
eolColumn: false

identifiers:
- purl: pkg:github/sigstore/policy-controller
- repology: sigstore
Copy link
Member

@captn3m0 captn3m0 Oct 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like the package for sigstore-python in homebrew only at this point:

Suggested change
- repology: sigstore

https://repology.org/project/sigstore/information

This will very likely be installed as a container image, so we should include those in the identifers. I could find the following relevant images:

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated as requested


auto:
methods:
- github_releases: sigstore/policy-controller

# eol(x) = release(x+1)
releases:
- releaseCycle: "0.10"
releaseDate: 2024-07-08
eol: false
latest: "0.10.0"
latestReleaseDate: 2024-07-08

- releaseCycle: "0.9"
releaseDate: 2024-04-14
eol: false
latest: "0.9.0"
latestReleaseDate: 2024-04-14

- releaseCycle: "0.8"
releaseDate: 2024-01-23
eol: false
latest: "0.8.4"
latestReleaseDate: 2024-01-23

- releaseCycle: "0.8"
releaseDate: 2023-11-07
eol: false
latest: "0.8.3"
latestReleaseDate: 2024-01-23

- releaseCycle: "0.8"
releaseDate: 2023-08-10
eol: false
latest: "0.8.2"
latestReleaseDate: 2024-01-23

- releaseCycle: "0.8"
releaseDate: 2023-07-13
eol: false
latest: "0.8.1"
latestReleaseDate: 2024-01-23

- releaseCycle: "0.8"
releaseDate: 2023-06-20
eol: false
latest: "0.8.0"
latestReleaseDate: 2024-01-23
---

> [policy-controller](https://github.com/sigstore/policy-controller) The policy-controller admission controller can be used to enforce policy on a Kubernetes cluster based on verifiable supply-chain metadata from cosign.

We are intending to move to a monthly cadence for minor releases. Minor releases will be published around the beginning of the month. We may cut a patch release instead, if the changes are small enough not to warrant a minor release. We will also cut patch releases periodically as needed to address bugs.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All descriptions should use a neutral third-person voice, something like:

Suggested change
We are intending to move to a monthly cadence for minor releases. Minor releases will be published around the beginning of the month. We may cut a patch release instead, if the changes are small enough not to warrant a minor release. We will also cut patch releases periodically as needed to address bugs.
The project is planning to move to a monthly cadence for minor releases, which will be
published near the month start. A patch release might be made instead if
the changes are small enough.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated as suggested