From 1b1511a99726cc3601ebc87da84ce98ea7041f35 Mon Sep 17 00:00:00 2001 From: Jasper Orschulko Date: Mon, 31 Jul 2023 13:06:06 +0200 Subject: [PATCH] Further cleanup and adjust for fork --- .whitesource | 3 --- CODE_OF_CONDUCT.md | 4 ++-- CONTRIBUTING.md | 12 +++++++----- LICENSE | 3 ++- setup.cfg | 8 +++----- 5 files changed, 14 insertions(+), 16 deletions(-) delete mode 100644 .whitesource diff --git a/.whitesource b/.whitesource deleted file mode 100644 index d40db00..0000000 --- a/.whitesource +++ /dev/null @@ -1,3 +0,0 @@ -{ - "settingsInheritedFrom": "hellofresh/whitesource-config@master" -} \ No newline at end of file diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index ae6f9fd..4754ab5 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [engineering@hellofresh.com](mailto:engineering@hellofresh.com). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. @@ -43,4 +43,4 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] [homepage]: http://contributor-covenant.org -[version]: http://contributor-covenant.org/version/1/4/ \ No newline at end of file +[version]: http://contributor-covenant.org/version/1/4/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8018573..173e80f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,15 +2,17 @@ :+1::tada: First off, thanks for taking the time to contribute! :tada::+1: -The following is a set of guidelines for contributing to eks-rolling-update, hosted in the [HelloFresh Organization](https://github.com/hellofresh) on GitHub. +The following is a set of guidelines for contributing to eks-rolling-update, hosted in the [deinstapel Organization](https://github.com/deinstapel) on GitHub. -These are just guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. +These are just guidelines, not rules. Use your best judgement, and feel free to propose changes to this document in a pull request. ## Code of Conduct -This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [engineering@hellofresh.com](mailto:engineering@hellofresh.com). +This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to the project maintainers. -We accept contributions via Pull Requests on [Github](https://github.com/hellofresh/eks-rolling-update/pulls). +We accept contributions via Pull Requests on [Github](https://github.com/deinstapel/eks-rolling-update/pulls). + +**Please make sure to select the correct base repository (deinstapel/eks-rolling-update) when creating a pull request against this fork!** ## How Can I Contribute? @@ -54,4 +56,4 @@ Unsure where to begin contributing? You can start by looking through the issues. * Document new code * End files with a newline. -Happy Coding from the HelloFresh Engineering team! \ No newline at end of file +Happy Coding from the deinstapel team! diff --git a/LICENSE b/LICENSE index 54e3339..7ca51aa 100644 --- a/LICENSE +++ b/LICENSE @@ -187,6 +187,7 @@ identification within third-party archives. Copyright 2019 HelloFresh SE + Copyright 2023 Jasper Orschulko & Martin Koppehel Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -198,4 +199,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License. diff --git a/setup.cfg b/setup.cfg index cdfbe2d..c9f6c87 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,11 +9,9 @@ license_file = LICENSE description = EKS Rolling Update is a utility for updating the launch configuration or template of worker nodes in an EKS cluster. long_description = file: README.md long_description_content_type = text/markdown -author = Craig Huber, Nicolas BĂ©langer, Sam Weston & contributors -author_email = ch@hellofresh.com -maintainer = Craig Huber & contributors -maintainer_email = ch@hellofresh.com -url = https://github.com/hellofresh/eks-rolling-update +author = Jasper Orschulko, Martin Koppehel & contributors +maintainer = Jasper Orschulko & Martin Koppehel +url = https://github.com/deinstapel/eks-rolling-update classifiers = Development Status :: 5 - Production/Stable Environment :: Console