Skip to content

Commit

Permalink
Add 1.31.0 (#254)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Aug 15, 2024
1 parent 3c05e44 commit 8993bdd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,10 @@ build_130_task:
env:
IMAGE_IDENTIFIER: "1.30"
PACKER_VAR_FILES: ../../../extra_vars_130.json

build_131_task:
<<: *BUILD_TASK_TEMPLATE
skip: "!changesInclude('extra_vars_131.json', '.cirrus.yml')"
env:
IMAGE_IDENTIFIER: "1.31"
PACKER_VAR_FILES: ../../../extra_vars_131.json
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ version `1.27.3`.

| Version | Image URL | End of life |
|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|
| v1.31 | [ubuntu-2204-kube-v1.31.qcow2](https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.31/ubuntu-2204-kube-v1.31.qcow2) | [2025-10-28](https://endoflife.date/kubernetes) |
| v1.30 | [ubuntu-2204-kube-v1.30.qcow2](https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.30/ubuntu-2204-kube-v1.30.qcow2) | [2025-04-28](https://endoflife.date/kubernetes) |
| v1.29 | [ubuntu-2204-kube-v1.29.qcow2](https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.29/ubuntu-2204-kube-v1.29.qcow2) | [2025-02-28](https://endoflife.date/kubernetes) |
| v1.28 | [ubuntu-2204-kube-v1.28.qcow2](https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.28/ubuntu-2204-kube-v1.28.qcow2) | [2024-10-28](https://endoflife.date/kubernetes) |
Expand All @@ -20,6 +21,8 @@ version `1.27.3`.

| Series | Version | Image URL | CHECKSUM URL |
|--------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| v1.31 | | | |
| | v1.31.0 | [ubuntu-2204-kube-v1.31.0.qcow2](https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.31/ubuntu-2204-kube-v1.31.0.qcow2) | [ubuntu-2204-kube-v1.31.0.qcow2.CHECKSUM](https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.31/ubuntu-2204-kube-v1.31.0.qcow2.CHECKSUM) |
| v1.30 | | | |
| | v1.30.3 | [ubuntu-2204-kube-v1.30.3.qcow2](https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.30/ubuntu-2204-kube-v1.30.3.qcow2) | [ubuntu-2204-kube-v1.30.3.qcow2.CHECKSUM](https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.30/ubuntu-2204-kube-v1.30.3.qcow2.CHECKSUM) |
| | v1.30.2 | [ubuntu-2204-kube-v1.30.2.qcow2](https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.30/ubuntu-2204-kube-v1.30.2.qcow2) | [ubuntu-2204-kube-v1.30.2.qcow2.CHECKSUM](https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/ubuntu-2204-kube-v1.30/ubuntu-2204-kube-v1.30.2.qcow2.CHECKSUM) |
Expand Down
8 changes: 8 additions & 0 deletions extra_vars_131.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"iso_checksum": "45f873de9f8cb637345d6e66a583762730bbea30277ef7b32c9c3bd6700a32b2",
"iso_url": "https://releases.ubuntu.com/releases/22.04/ubuntu-22.04.4-live-server-amd64.iso",
"kubernetes_deb_version": "1.31.0-1.1",
"kubernetes_semver": "v1.31.0",
"kubernetes_series": "v1.31",
"output_directory": "./output/{{user `build_name`}}-kube-{{user `kubernetes_series`}}"
}

0 comments on commit 8993bdd

Please sign in to comment.