Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/click-8.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mbianchidev authored Oct 30, 2023
2 parents f975a0a + 85e0988 commit 2889f6e
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 13 deletions.
4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ a project may be further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [INSERT EMAIL ADDRESS]. All
reported by contacting the project team at [email protected]. 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.
Expand All @@ -73,4 +73,4 @@ available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.ht
[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
https://www.contributor-covenant.org/faq
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Copyright 2023 KubeLab
Copyright 2023 Matteo Bianchi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Klab-cli - Kubernetes utility CLI

TODO: find a cool image to use here
![Homer Simpson taking an escalator to Paradise but actually falling into Platform Engineering hell](/docs/images/platform-engineering.gif)

Klab-cli is a command line tool, built in python, that empowers developers to effortlessly create, manage, and destroy Kubernetes clusters on popular cloud providers such as AWS, Azure, and GCP, obtaining Terraform code and easy yaml configs in return.

Expand Down Expand Up @@ -35,7 +35,7 @@ Or you can use the klab-cli install script to install all the dependencies for y
Run the following command to install the dependencies and the cli itself:

```bash
curl -s https://raw.githubusercontent.com/kubelab-middleware/install.sh | bash
curl -s https://raw.githubusercontent.com/mbianchidev/klab-cli/main/install.sh | bash
```

## Prerequisites (contribution only)
Expand Down Expand Up @@ -174,4 +174,4 @@ Documentation can be found [here](https://mb-consulting.dev/doc). (coming soon)
## Security
The security policy may be [found here](SECURITY.md).
The security policy may be [found here](SECURITY.md).
7 changes: 5 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 0.1.8 (unreleased)
# 0.1.9
- Coming soon

# 0.1.8

- Command upgrade cluster added [#104](https://github.com/mbianchidev/klab-cli/issues/104)
- Terraform integration removed / Open-tf integration added [#106](https://github.com/mbianchidev/klab-cli/issues/106)
- Mapped commands in single python files [#74](https://github.com/mbianchidev/klab-cli/issues/74)
- Catalog updated
- Bug fixes
- Bug fixes
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

## Reporting a Vulnerability

If you find a vulnerability please contact us at: [email protected]
If you find a vulnerability please contact us at: [email protected]
Binary file added docs/images/platform-engineering.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
boto3==1.26.147
botocore==1.29.147
botocore==1.31.73
click==8.1.7
jmespath==1.0.1
MarkupSafe==2.1.3
python-dateutil==2.8.2
PyYAML==6.0
PyYAML==6.0.1
s3transfer==0.6.1
six==1.16.0
urllib3==1.26.16
urllib3==2.0.7
setuptools==67.6.1
flake8==6.0.0
mccabe==0.7.0
Expand Down

0 comments on commit 2889f6e

Please sign in to comment.