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

APT repository contains 1.5.2 instead of 1.5.4/1.5.5 #296

Closed
marccarre opened this issue Mar 28, 2017 · 0 comments
Closed

APT repository contains 1.5.2 instead of 1.5.4/1.5.5 #296

marccarre opened this issue Mar 28, 2017 · 0 comments
Labels
area/release-eng Issues or PRs related to the Release Engineering subproject sig/release Categorizes an issue or PR as relevant to SIG Release.

Comments

@marccarre
Copy link

marccarre commented Mar 28, 2017

What happened:

When installing Kubernetes packaging using apt as per these intructions, one gets versions 1.5.2 at the moment (see here) under Ubuntu Xenial:

[...]
Package: kubectl
Version: 1.5.2-00
[...]
Package: kubelet
Version: 1.5.2-00
[...]

What you expected to happen:

Either get 1.5.4 as it was happening last week/the week before; or get 1.5.5 given it has been released since then and is returned by:

$ curl https://storage.googleapis.com/kubernetes-release/release/stable.txt
v1.5.5

I certainly did not expect a rollback to 1.5.2.

How to reproduce it:

Under a machine with Ubuntu Xenial:

# apt-get update && apt-get install -y apt-transport-https
# curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
# cat <<EOF > /etc/apt/sources.list.d/kubernetes.list
deb http://apt.kubernetes.io/ kubernetes-xenial main
EOF
# apt-get update
# apt-get install -y kubelet kubeadm kubectl kubernetes-cni
[...]
Setting up kubelet (1.5.2-00) ...
Setting up kubectl (1.5.2-00) ...
[...]
# kubelet --version
Kubernetes v1.5.2
# kubectl version --short
Client Version: v1.5.2
[...]

Anything else we need to know:

Relates to:

marpaia pushed a commit to marpaia/release that referenced this issue Feb 21, 2019
@justaugustus justaugustus added sig/release Categorizes an issue or PR as relevant to SIG Release. area/release-eng Issues or PRs related to the Release Engineering subproject labels Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/release-eng Issues or PRs related to the Release Engineering subproject sig/release Categorizes an issue or PR as relevant to SIG Release.
Projects
None yet
Development

No branches or pull requests

3 participants