Skip to content
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

chore: update versions in README and kustomization.yaml #1567

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Installation instructions for previous releases can be found in [Metrics Server

Metrics Server | Metrics API group/version | Supported Kubernetes version
---------------|---------------------------|-----------------------------
0.8.x | `metrics.k8s.io/v1beta1` | 1.19+
0.7.x | `metrics.k8s.io/v1beta1` | 1.19+
0.6.x | `metrics.k8s.io/v1beta1` | 1.19+
0.5.x | `metrics.k8s.io/v1beta1` | *1.8+
Expand Down Expand Up @@ -150,7 +151,7 @@ Most useful flags:
You can get a full list of Metrics Server configuration flags by running:

```shell
docker run --rm registry.k8s.io/metrics-server/metrics-server:v0.7.0 --help
docker run --rm registry.k8s.io/metrics-server/metrics-server:v0.8.0 --help
```

## Design
Expand Down
2 changes: 1 addition & 1 deletion manifests/components/release/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Component
images:
- name: gcr.io/k8s-staging-metrics-server/metrics-server
newName: registry.k8s.io/metrics-server/metrics-server
newTag: v0.7.0
newTag: v0.8.0