Skip to content

Commit

Permalink
GH-36232: [Packaging][Ubuntu] Drop support for Ubuntu 22.10 (kinetic) (
Browse files Browse the repository at this point in the history
…#36237)

### Rationale for this change

Ubuntu 22.10 will reach End of Standard Support on 2023-07: https://wiki.ubuntu.com/Releases

> Version | Code name | Docs | Release | End of Standard Support | End of Life
> -- | -- | -- | -- | -- | --
> Ubuntu 22.10 | Kinetic Kudu | Release Notes | October 20, 2022 | July 2023 | July 2023

### What changes are included in this PR?

Remove Ubuntu 22.10 related things.

### Are these changes tested?

Yes, crossbow

### Are there any user-facing changes?

Yes, no support for Ubuntu 22.10
* Closes: #36232

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
raulcd authored Jun 22, 2023
1 parent c875da8 commit 1289133
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 152 deletions.
1 change: 0 additions & 1 deletion dev/release/binary-task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,6 @@ def available_apt_targets
["debian", "bookworm", "main"],
["ubuntu", "focal", "main"],
["ubuntu", "jammy", "main"],
["ubuntu", "kinetic", "main"],
]
end

Expand Down
4 changes: 1 addition & 3 deletions dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,7 @@ test_apt() {
"ubuntu:focal" \
"arm64v8/ubuntu:focal" \
"ubuntu:jammy" \
"arm64v8/ubuntu:jammy" \
"ubuntu:kinetic" \
"arm64v8/ubuntu:kinetic"; do \
"arm64v8/ubuntu:jammy"; do \
case "${target}" in
arm64v8/*)
if [ "$(arch)" = "aarch64" -o -e /usr/bin/qemu-aarch64-static ]; then
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions dev/tasks/linux-packages/package-task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ def apt_targets_default
# "ubuntu-focal-arm64",
"ubuntu-jammy",
# "ubuntu-jammy-arm64",
"ubuntu-kinetic",
# "ubuntu-kinetic-arm64",
]
end

Expand Down
3 changes: 1 addition & 2 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,7 @@ tasks:
{% for target in ["debian-bullseye",
"debian-bookworm",
"ubuntu-focal",
"ubuntu-jammy",
"ubuntu-kinetic"] %}
"ubuntu-jammy"] %}
{% for architecture in ["amd64", "arm64"] %}
{{ target }}-{{ architecture }}:
ci: github
Expand Down

0 comments on commit 1289133

Please sign in to comment.