Merge pull request #9211 from medyagh/release_docs_kic

Docs: update kic base release tagging
pull/9233/head
Medya Ghazizadeh 2020-09-11 18:47:08 -07:00 committed by GitHub
commit f18eed2afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 4 deletions

View File

@ -326,7 +326,7 @@ jobs:
$docker_running = $? $docker_running = $?
} }
Write-Output "Docker is running" Write-Output "Docker is running"
docker system prune -f -a docker system prune -f
- name: Info - name: Info
shell: powershell shell: powershell
run: | run: |
@ -464,7 +464,7 @@ jobs:
$docker_running = $? $docker_running = $?
} }
Write-Output "Docker is running" Write-Output "Docker is running"
docker system prune -f -a docker system prune -f
- name: Info - name: Info
continue-on-error: true continue-on-error: true
shell: powershell shell: powershell

View File

@ -324,7 +324,7 @@ jobs:
$docker_running = $? $docker_running = $?
} }
Write-Output "Docker is running" Write-Output "Docker is running"
docker system prune -f -a docker system prune -f
- name: Info - name: Info
shell: powershell shell: powershell
run: | run: |
@ -462,7 +462,7 @@ jobs:
$docker_running = $? $docker_running = $?
} }
Write-Output "Docker is running" Write-Output "Docker is running"
docker system prune -f -a docker system prune -f
- name: Info - name: Info
continue-on-error: true continue-on-error: true
shell: powershell shell: powershell

View File

@ -20,6 +20,14 @@ description: >
See [ISO release instructions]({{<ref "iso.md">}}) See [ISO release instructions]({{<ref "iso.md">}})
## Tag KIC base image
for container drivers (docker,podman), if there has been any change in Dockerfile
(and there is a -snapshot image), should tag with latest release and push to gcr and docker hub and github packages.
for example if you are releasing v0.0.13 and latest kicbase image is v0.0.12-snapshot
should tag v0.0.13 and change the [kic/types.go](https://github.com/medyagh/minikube/blob/635ff53a63e5bb1be4e1abb9067ebe502a16224e/pkg/drivers/kic/types.go#L29-L30) file as well.
## Update Release Notes ## Update Release Notes
Run the following script from your local upstream repo copy to generate updated release notes: Run the following script from your local upstream repo copy to generate updated release notes: