diff --git a/README.rst b/README.rst index 78a9951..f02653c 100644 --- a/README.rst +++ b/README.rst @@ -124,7 +124,7 @@ Running as Docker container $ kubectl proxy & # start proxy to your cluster (e.g. Minikube) $ # run kube-resource-report and generate static HTML to ./output - $ docker run --rm -it --user=$(id -u) --net=host -v $(pwd)/output:/output hjacobs/kube-resource-report:20.7.2 /output + $ docker run --rm -it --user=$(id -u) --net=host -v $(pwd)/output:/output hjacobs/kube-resource-report:20.7.3 /output **For macOS**: @@ -132,7 +132,7 @@ Running as Docker container $ kubectl proxy --accept-hosts '.*' & # start proxy to your cluster (e.g. Minikube) $ # run kube-resource-report and generate static HTML to ./output - $ docker run --rm -it -e CLUSTERS=http://docker.for.mac.localhost:8001 --user=$(id -u) -v $(pwd)/output:/output hjacobs/kube-resource-report:20.7.2 /output + $ docker run --rm -it -e CLUSTERS=http://docker.for.mac.localhost:8001 --user=$(id -u) -v $(pwd)/output:/output hjacobs/kube-resource-report:20.7.3 /output -------------------- Application Registry @@ -217,7 +217,7 @@ Reference the functions via ``{module-name}.{function-name}``, e.g. ``--map-pod- Settings -------- -You can run ``docker run --rm hjacobs/kube-resource-report:20.7.2 --help`` to find out information. +You can run ``docker run --rm hjacobs/kube-resource-report:20.7.3 --help`` to find out information. Besides this, you can also pass environment variables: diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml index be3340f..304ce5f 100644 --- a/deploy/deployment.yaml +++ b/deploy/deployment.yaml @@ -18,7 +18,7 @@ spec: containers: - name: kube-resource-report # see https://github.com/hjacobs/kube-resource-report/releases - image: hjacobs/kube-resource-report:20.7.2 + image: hjacobs/kube-resource-report:20.7.3 args: - --update-interval-minutes=1 # this is just an example, e.g. for Minikube: assume 30 USD/month cluster costs diff --git a/poetry.lock b/poetry.lock index 140de34..3534da9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -402,7 +402,7 @@ description = "Python client library for Kubernetes" name = "pykube-ng" optional = false python-versions = ">=3.6" -version = "20.7.1" +version = "20.7.2" [package.dependencies] pyyaml = "*" @@ -811,6 +811,11 @@ markupsafe = [ {file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:ba59edeaa2fc6114428f1637ffff42da1e311e29382d81b339c1817d37ec93c6"}, {file = "MarkupSafe-1.1.1-cp37-cp37m-win32.whl", hash = "sha256:b00c1de48212e4cc9603895652c5c410df699856a2853135b3967591e4beebc2"}, {file = "MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:9bf40443012702a1d2070043cb6291650a0841ece432556f784f004937f0f32c"}, + {file = "MarkupSafe-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6788b695d50a51edb699cb55e35487e430fa21f1ed838122d722e0ff0ac5ba15"}, + {file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:cdb132fc825c38e1aeec2c8aa9338310d29d337bebbd7baa06889d09a60a1fa2"}, + {file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:13d3144e1e340870b25e7b10b98d779608c02016d5184cfb9927a9f10c689f42"}, + {file = "MarkupSafe-1.1.1-cp38-cp38-win32.whl", hash = "sha256:596510de112c685489095da617b5bcbbac7dd6384aeebeda4df6025d0256a81b"}, + {file = "MarkupSafe-1.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:e8313f01ba26fbbe36c7be1966a7b7424942f670f38e666995b88d012765b9be"}, {file = "MarkupSafe-1.1.1.tar.gz", hash = "sha256:29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b"}, ] mccabe = [ @@ -876,8 +881,8 @@ pyflakes = [ {file = "pyflakes-2.2.0.tar.gz", hash = "sha256:35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8"}, ] pykube-ng = [ - {file = "pykube-ng-20.7.1.tar.gz", hash = "sha256:61f6f44e5f845288a69ffc0c117b4a84680aa4469e174821bc1b5722cecd0396"}, - {file = "pykube_ng-20.7.1-py3-none-any.whl", hash = "sha256:784d802808d8f30947f0b2e9930be6ddfdbfe1d95b383338b674a755f0095461"}, + {file = "pykube-ng-20.7.2.tar.gz", hash = "sha256:84f3dbec0a4c60993153085f16b6814a2ce237c18dc101c588d567c7ae27fd9f"}, + {file = "pykube_ng-20.7.2-py3-none-any.whl", hash = "sha256:24cfa6e955d9befd5173d64ee242f94af62c36de3edad1d91b311aa9d0175e46"}, ] pyparsing = [ {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, diff --git a/pyproject.toml b/pyproject.toml index 6929933..ab38ede 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kube_resource_report" -version = "20.7.2" +version = "20.7.3" description = "Report Kubernetes cluster and pod resource requests vs usage and generate static HTML" authors = ["Henning Jacobs "]