Skip to content

Commit

Permalink
Merge pull request metal3-io#1379 from Nordix/bump/binaries
Browse files Browse the repository at this point in the history
Bump golang to v1.21.9 and kind to 0.22.0
  • Loading branch information
metal3-io-bot committed Apr 17, 2024
2 parents 51058f8 + 4aab075 commit e6af07a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions lib/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ export MINIKUBE_SHA256="${MINIKUBE_SHA256:-1acbb6e0358264a3acd5e1dc081de8d31c697
export MINIKUBE_DRIVER_SHA256="${MINIKUBE_DRIVER_SHA256:-0cc47a5c508f566ab424c496323f7a3e504af96a40010251859e8afdcec31b69}"

# Kind, kind node image versions (if EPHEMERAL_CLUSTER=kind)
export KIND_VERSION="${KIND_VERSION:-v0.20.0}"
export KIND_SHA256="${KIND_SHA256:-513a7213d6d3332dd9ef27c24dab35e5ef10a04fa27274fe1c14d8a246493ded}"
export KIND_VERSION="${KIND_VERSION:-v0.22.0}"
export KIND_SHA256="${KIND_SHA256:-e4264d7ee07ca642fe52818d7c0ed188b193c214889dd055c929dbcb968d1f62}"

export KIND_NODE_IMAGE_VERSION="${KIND_NODE_IMAGE_VERSION:-v1.29.0}"
export KIND_NODE_IMAGE="${KIND_NODE_IMAGE:-${DOCKER_HUB_PROXY}/kindest/node:${KIND_NODE_IMAGE_VERSION}}"
Expand Down
15 changes: 7 additions & 8 deletions vm-setup/install-package-playbook.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
- name: Install packages needed for the Dev-env
hosts: virthost
connection: local
gather_facts: true
tasks:
- import_role:
name: packages_installation
- import_role:
name: fubarhouse.golang
vars:
go_version: 1.21.6
go_install_clean: true
- import_role:
name: packages_installation
- import_role:
name: fubarhouse.golang
vars:
go_version: 1.21.9
go_install_clean: true

0 comments on commit e6af07a

Please sign in to comment.