mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #101262 from spencer-p/master
Upgrade addon-manager baseimage to debian-base v1.0.1
This commit is contained in:
		@@ -1,3 +1,6 @@
 | 
			
		||||
### Version 9.1.5 (Mon April 19 2021 Spencer Peterson <spencerjp@google.com>)
 | 
			
		||||
 - Update baseimage to debian-base:v1.0.1.
 | 
			
		||||
 | 
			
		||||
### Version 9.1.4 (Wed February 10 2021 Jordan Liggitt <liggitt@google.com>)
 | 
			
		||||
 - Update kubectl to v1.20.2.
 | 
			
		||||
 - Fix a bug in leader election (https://github.com/kubernetes/kubernetes/issues/98966)
 | 
			
		||||
 
 | 
			
		||||
@@ -15,10 +15,10 @@
 | 
			
		||||
IMAGE=gcr.io/k8s-staging-addon-manager/kube-addon-manager
 | 
			
		||||
ARCH?=amd64
 | 
			
		||||
TEMP_DIR:=$(shell mktemp -d)
 | 
			
		||||
VERSION=v9.1.4
 | 
			
		||||
VERSION=v9.1.5
 | 
			
		||||
KUBECTL_VERSION?=v1.20.2
 | 
			
		||||
 | 
			
		||||
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):v1.0.0
 | 
			
		||||
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):v1.0.1
 | 
			
		||||
 | 
			
		||||
SUDO=$(if $(filter 0,$(shell id -u)),,sudo)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user