Skip to content

remove python version completely #573

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

Merged
merged 3 commits into from
Apr 25, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,3 @@ updates:
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
19 changes: 5 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
.eggs
*egg-info
*.pyc
venvbuild
dist
venv
.venv
.venv-*
.coverage
htmlcov/
build/
reckoner/version.txt
installer/reckoner.spec
node_modules
/dist
/bin

coverage.txt
/reckoner-go
cover-report.html
govet-report.out

/bin
/build
/dist
/reckoner-go
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DEPRECATED - See the releases page for the changelog
# **DEPRECATED - See the releases page for the changelog**


# Changelog
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,9 @@ Check out the [documentation at docs.fairwinds.com](https://reckoner.docs.fairwi

## Requirements

* python 3
* helm (>= 3.0.0), installed and initialized

*Note:* Python2 is no longer supported by Reckoner.
*Note2:* Helm2 support will not be tested from v4.3.0. The maintainers have [deprecated helm2](https://helm.sh/blog/helm-v2-deprecation-timeline/).

### Installation

* `pip install reckoner`
> Helm2 is untested as of v4.3.0. The maintainers of helm have [deprecated helm2](https://helm.sh/blog/helm-v2-deprecation-timeline/).

## Quickstart

Expand Down Expand Up @@ -61,7 +55,7 @@ Grafana and Polaris should now be installed on your cluster!

## Importing Existing Releases

Warning: Experimental
> Importing existing releases is experimental and the result should be reviewed.

If you're already using Helm but want to start using `reckoner`, you can use `reckoner import` to facilitate your migration.

Expand Down
6 changes: 0 additions & 6 deletions development-requirements.txt

This file was deleted.

3 changes: 0 additions & 3 deletions end_to_end_testing/pre_python.sh

This file was deleted.

25 changes: 0 additions & 25 deletions end_to_end_testing/run_python.sh

This file was deleted.

13 changes: 0 additions & 13 deletions reckoner/__init__.py

This file was deleted.

Loading