Skip to content

Commit

Permalink
Merge pull request #247 from romoh/main
Browse files Browse the repository at this point in the history
Update hyper version to fix security vulnerability
  • Loading branch information
romoh authored Feb 16, 2021
2 parents fd2ed66 + 3c6036e commit 1b5c9b7
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-test-cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
name: Install Kubernetes
run: |
sudo apt-get update -y
sudo apt-get install -y --allow-downgrades kubelet=${{ matrix.kube-version }} kubeadm=${{ matrix.kube-version }} kubectl=${{ matrix.kube-version }}
sudo apt-get install -o Dpkg::Options::="--force-overwrite" -y --allow-downgrades kubelet=${{ matrix.kube-version }} kubeadm=${{ matrix.kube-version }} kubectl=${{ matrix.kube-version }}
kubectl version && echo "kubectl return code: $?" || echo "kubectl return code: $?"
kubeadm version && echo "kubeadm return code: $?" || echo "kubeadm return code: $?"
kubelet --version && echo "kubelet return code: $?" || echo "kubelet return code: $?"
Expand Down
Loading

0 comments on commit 1b5c9b7

Please sign in to comment.