-
-
Notifications
You must be signed in to change notification settings - Fork 802
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
Jubblin
wants to merge
10
commits into
endoflife-date:master
Choose a base branch
from
Jubblin:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+81
−0
Open
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
86e9caa
[new-product]: policy-controller
c5b725a
Merge branch 'endoflife-date:master' into master
Jubblin 7c080ca
Merge branch 'endoflife-date:master' into master
Jubblin 590f3a8
Merge branch 'endoflife-date:master' into master
Jubblin 9bd6999
Updated based on feedback
Jubblin b4539aa
update purl urls
Jubblin 3b1847c
Merge branch 'endoflife-date:master' into master
Jubblin 309bbd8
Merge branch 'endoflife-date:master' into master
Jubblin 6ae6758
Merge branch 'endoflife-date:master' into master
Jubblin 8b0b7dd
add k8s supported versions
Jubblin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||||||||||
|
||||||||||
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. | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated as suggested |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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:
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:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated as requested