Skip to content

Commit aaaeb6a

Browse files
authored
Loodse => Kubermatic, update OWNERS (#1061)
1 parent 0bb1509 commit aaaeb6a

File tree

8 files changed

+21
-22
lines changed

8 files changed

+21
-22
lines changed

CONTRIBUTING.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to Contribute
22

3-
Loodse projects are [Apache 2.0 licensed](LICENSE) and accept contributions via
3+
Kubermatic projects are [Apache 2.0 licensed](LICENSE) and accept contributions via
44
GitHub pull requests. This document outlines some of the conventions on
55
development workflow, commit message formatting, contact points and other
66
resources to make it easier to get your contribution accepted.
@@ -12,7 +12,7 @@ Origin (DCO). This document was created by the Linux Kernel community and is a
1212
simple statement that you, as a contributor, have the legal right to make the
1313
contribution. See the [DCO](DCO) file for details.
1414

15-
Any copyright notices in this repo should specify the authors as "the Loodse Machine Controller project contributors".
15+
Any copyright notices in this repo should specify the authors as "the Kubermatic Machine Controller project contributors".
1616

1717
To sign your work, just add a line like this at the end of your commit message:
1818

@@ -32,17 +32,16 @@ By doing this you state that you can certify the following (from https://develop
3232

3333
## Email and Chat
3434

35-
The Machine Controller project currently uses the general Loodse email list and Slack channel:
35+
The Machine Controller project currently uses the general Kubermatic email list and Slack channel:
3636
- Email: [loodse-dev](https://groups.google.com/forum/#!forum/loodse-dev)
3737
- Slack: #kubermatic channel on [Kubermatic Slack]((http://slack.kubermatic.io/))
3838

3939
Please avoid emailing maintainers found in the MAINTAINERS file directly. They
4040
are very busy and read the mailing lists.
4141

42-
## Reporting a security vulnerability
43-
44-
Due to their public nature, GitHub and mailing lists are not appropriate places for reporting vulnerabilities. If you suspect you have found a security vulnerability in rkt, please do not file a GitHub issue, but instead email [email protected] with the full details, including steps to reproduce the issue.
42+
## Reporting a security vulnerability
4543

44+
Due to their public nature, GitHub and mailing lists are not appropriate places for reporting vulnerabilities. If you suspect you have found a security vulnerability in machine-controller, please do not file a GitHub issue, but instead email [email protected] with the full details, including steps to reproduce the issue.
4645

4746
## Getting Started
4847

NOTICE

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Loodse Project
2-
Copyright 2019 Loodse GmbH
1+
Kubermatic Project
2+
Copyright 2019 Kubermatic GmbH
33

4-
This product includes software developed at Loodse GmbH.
5-
(http://www.loodse.com/).
4+
This product includes software developed at Kubermatic GmbH.
5+
(http://www.kubermatic.com/).

OWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ reviewers:
77
- machine-controller-maintainers
88

99
labels:
10-
- team/lifecycle
10+
- sig/cluster-management

OWNERS_ALIASES

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
aliases:
44
machine-controller-maintainers:
5-
- irozzo-1A
65
- kron4eg
6+
- mfranczy
77
- moadqassem
88
- moelsayed
99
- themue
10-
- xrstf
1110
- xmudrii
11+
- xrstf
1212
- youssefazrak
13-
- mfranczy

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@
2323
- Using Ubuntu, Flatcar or CentOS 7 distributions ([not all distributions work on all providers](/docs/operating-system.md))
2424

2525
## Supported Kubernetes versions
26-
machine-controller tries to follow as close as possible the Kubernetes version
27-
[support policy](https://kubernetes.io/docs/setup/release/version-skew-policy/).
26+
machine-controller tries to follow the Kubernetes version
27+
[support policy](https://kubernetes.io/docs/setup/release/version-skew-policy/) as close as possible.
2828

2929
Currently supported K8S versions are:
30+
31+
- 1.22
32+
- 1.21
3033
- 1.20
3134
- 1.19
32-
- 1.18
33-
- 1.17
3435

3536
## What does not work
3637
- Master creation (Not planned at the moment)

Zenhub.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
As an Open Source community, it is necessary for our work, communication, and collaboration to be done in the open.
44
GitHub provides a central repository for code, pull requests, issues, and documentation. When applicable, we will use Google Docs for design reviews, proposals, and other working documents.
55

6-
While GitHub issues, milestones, and labels generally work pretty well, the Loodse team has found that product planning requires some additional tooling that GitHub projects do not offer.
6+
While GitHub issues, milestones, and labels generally work pretty well, the Kubermatic team has found that product planning requires some additional tooling that GitHub projects do not offer.
77

88
In our effort to minimize tooling while enabling product management insights, we have decided to use [ZenHub Open-Source](https://www.zenhub.com/blog/open-source/) to overlay product and project tracking on top of GitHub.
99
ZenHub is a GitHub application that provides Kanban visualization, Epic tracking, fine-grained prioritization, and more. It's primary backing storage system is existing GitHub issues along with additional metadata stored in ZenHub's database.

code-of-conduct.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Loodse Community Code of Conduct
1+
# Kubermatic Community Code of Conduct
22

33
## Contributor Code of Conduct
44

@@ -32,6 +32,6 @@ Conduct may be permanently removed from the project team.
3232
This code of conduct applies both within project spaces and in public spaces
3333
when an individual is representing the project or its community.
3434

35-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the Loodse Conduct Committee via coc@loodse.com.
35+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the Kubermatic Conduct Committee via coc@kubermatic.com.
3636

3737
This Code of Conduct is adapted from the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md) and [Contributor Covenant](http://contributor-covenant.org/version/1/2/0/), version 1.2.0.

docs/vsphere.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Procedure:
121121
"NetworkMapping": [
122122
{
123123
"Name": "VM Network",
124-
"Network": "Loodse Default"
124+
"Network": "Kubermatic Default"
125125
}
126126
],
127127
"MarkAsTemplate": false,

0 commit comments

Comments
 (0)