Skip to content

Commit 0eeb0a5

Browse files
committed
Owners modified, release, security, security, contributing and code of conduct added
1 parent 237a44c commit 0eeb0a5

File tree

7 files changed

+74
-5
lines changed

7 files changed

+74
-5
lines changed

CONTRIBUTING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Contributing Guidelines
2+
3+
Welcome to Kubernetes. We are excited about the prospect of you joining our [community](https://git.k8s.io/community)! The Kubernetes community abides by the CNCF [code of conduct](code-of-conduct.md). Here is an excerpt:
4+
5+
_As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities._
6+
7+
## Getting Started
8+
9+
We have full documentation on how to get started contributing here:
10+
11+
- [Contributor License Agreement](https://git.k8s.io/community/CLA.md) Kubernetes projects require that you sign a Contributor License Agreement (CLA) before we can accept your pull requests
12+
- [Kubernetes Contributor Guide](https://git.k8s.io/community/contributors/guide) - Main contributor documentation, or you can just jump directly to the [contributing section](https://git.k8s.io/community/contributors/guide#contributing)
13+
- [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet) - Common resources for existing developers
14+
15+
## Mentorship
16+
17+
- [Mentoring Initiatives](https://git.k8s.io/community/mentoring) - We have a diverse set of mentorship programs available that are always looking for volunteers!

OWNERS

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
1+
# See the OWNERS docs at https://go.k8s.io/owners
22

33
approvers:
4-
- Madhan-SWE
5-
- mkumatag
4+
- github-admin-team
65

76
reviewers:
8-
- Madhan-SWE
9-
- mkumatag
7+
- github-admin-team

OWNERS_ALIASES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners#owners_aliases
2+
3+
aliases:
4+
github-admin-team:
5+
- Madhan-SWE
6+
- mkumatag

RELEASE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Release Process
2+
3+
The IBM PowerVS Block CSI Driver is released on an as-needed basis. The process is as follows:
4+
5+
1. An issue is proposing a new release with a changelog since the last release
6+
1. All [OWNERS](OWNERS) must LGTM this release
7+
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION`
8+
1. The release issue is closed
9+
1. An announcement email is sent to `[email protected]` with the subject `[ANNOUNCE] ibm-powervs-block-csi-driver $VERSION is released`

SECURITY.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Security Policy
2+
3+
## Security Announcements
4+
5+
Join the [kubernetes-security-announce] group for security and vulnerability announcements.
6+
7+
You can also subscribe to an RSS feed of the above using [this link][kubernetes-security-announce-rss].
8+
9+
## Reporting a Vulnerability
10+
11+
Instructions for reporting a vulnerability can be found on the
12+
[Kubernetes Security and Disclosure Information] page.
13+
14+
## Supported Versions
15+
16+
Information about supported Kubernetes versions can be found on the
17+
[Kubernetes version and version skew support policy] page on the Kubernetes website.
18+
19+
[kubernetes-security-announce]: https://groups.google.com/forum/#!forum/kubernetes-security-announce
20+
[kubernetes-security-announce-rss]: https://groups.google.com/forum/feed/kubernetes-security-announce/msgs/rss_v2_0.xml?num=50
21+
[Kubernetes version and version skew support policy]: https://kubernetes.io/docs/setup/release/version-skew-policy/#supported-versions
22+
[Kubernetes Security and Disclosure Information]: https://kubernetes.io/docs/reference/issues-security/security/#report-a-vulnerability

SECURITY_CONTACTS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Defined below are the security contacts for this repo.
2+
#
3+
# They are the contact point for the Product Security Committee to reach out
4+
# to for triaging and handling of incoming issues.
5+
#
6+
# The below names agree to abide by the
7+
# [Embargo Policy](https://git.k8s.io/security/private-distributors-list.md#embargo-policy)
8+
# and will be removed and replaced if they violate that agreement.
9+
#
10+
# DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE
11+
# INSTRUCTIONS AT https://kubernetes.io/security/
12+
13+
mkumatag
14+
madhan-swe

code-of-conduct.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Kubernetes Community Code of Conduct
2+
3+
Please refer to our [Kubernetes Community Code of Conduct](https://git.k8s.io/community/code-of-conduct.md)

0 commit comments

Comments
 (0)