Skip to content

Commit faaaaa8

Browse files
committed
Bump to ubuntu-22.04 (release-2.5)
Ubuntu 20.04 is going end of life in 2025. The release build has also shifted to 22.04 on release-2.5 (main branch has already shifted). This change updates the remaining references in release-2.5. Signed-off-by: David Enyeart <[email protected]>
1 parent 8675b4c commit faaaaa8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# - unit-test - runs the go-test based unit tests
4747
# - verify - runs unit tests for only the changed package tree
4848

49-
UBUNTU_VER ?= 20.04
49+
UBUNTU_VER ?= 22.04
5050
FABRIC_VER ?= 2.5.11
5151

5252
# 3rd party image version

docs/source/prereqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ path is to use WSL2 (Windows Subsystem for Linux version 2) to provide a native
171171

172172
WSL2 may not be installed by default; you can check and install WSL2 by going into "Programs and Features", clicking on "Turn Windows features on or off" and ensuring that both "Windows Subsystem For Linux" and "Virtual Machine Platform" are selected.
173173

174-
Next you will need to install a Linux distribution such as Ubuntu-20.04 and make sure it's set to using version 2 of WSL. Refer to [Install WSL](https://docs.microsoft.com/en-us/windows/wsl/install) for more information.
174+
Next you will need to install a Linux distribution such as Ubuntu-22.04 and make sure it's set to using version 2 of WSL. Refer to [Install WSL](https://docs.microsoft.com/en-us/windows/wsl/install) for more information.
175175

176176
Finally, you need to ensure Docker Desktop has integration enabled for your distribution so it can interact with Docker elements, such as a bash command window. To do this, open the Docker Desktop gui and go into settings, select `Resources` and them `WSL Integration` and ensure the checkbox for enable integration is checked. You should then see your WSL2 linux distribution listed (if you don't then it is probably because it is still a WSL1 distribution and needs to be converted to WSL2) and you can then toggle the switch to enable integration for that distro. Refer to [Docker Desktop WSL2 backend](https://docs.docker.com/desktop/windows/wsl/) for more information
177177

release_notes/v2.5.11.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v2.5.11 Release Notes - January 27, 2025
1+
v2.5.11 Release Notes - January 31, 2025
22
========================================
33

44
Fixes
@@ -19,7 +19,7 @@ Fabric v2.5.11 has been tested with the following dependencies:
1919

2020
Go dependencies have also been updated.
2121

22-
Fabric docker images on dockerhub utilize Ubuntu 20.04.
22+
Fabric docker images on dockerhub utilize Ubuntu 22.04.
2323

2424

2525
Deprecations (existing)

vagrant/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Vagrant.require_version ">= 1.7.4"
99
Vagrant.configure('2') do |config|
10-
config.vm.box = "bento/ubuntu-20.04"
10+
config.vm.box = "bento/ubuntu-22.04"
1111
config.vm.synced_folder "..", "/home/vagrant/fabric"
1212
config.ssh.forward_agent = true
1313

0 commit comments

Comments
 (0)