~thetoolsmith/cloud-init:ubuntu/focal

Last commit made on 2022-02-25
Get this branch:
git clone -b ubuntu/focal https://git.launchpad.net/~thetoolsmith/cloud-init
Only paul bruno can upload to this branch. If you are paul bruno please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/focal
Repository:
lp:~thetoolsmith/cloud-init

Recent commits

f8f190b... by Brett Holman <email address hidden>

releasing cloud-init version 22.1-14-g2e17a0d6-0ubuntu1~20.04.1

eb8b92e... by Brett Holman <email address hidden>

update changelog (New upstream snapshot 22.1-14-g2e17a0d6).

c2761e0... by Shreenidhi Shedi <email address hidden>

check for existing symlink while force creating symlink (#1281)

If a dead symlink by the same name is present, os.path.exists returns
false, use os.path.lexists instead.

Signed-off-by: Shreenidhi Shedi <email address hidden>

9105e6f... by Brett Holman <email address hidden>

Do not silently ignore integer uid (#1280)

The docs do not make it obvious that uid is supposed to be of type string.
Current behavior is to silently ignore integer uid.

LP: #1875772

f603e41... by Chad Smith

tests: create a IPv4/IPv6 VPC in Ec2 integration tests (#1291)

Integration tests should create their own VPC in EC2 because
an account's default VPC, subnets, security groups and ACLs
cloud be configured for for limited or unexpected connectivity.

46a9eeb... by Brett Holman <email address hidden>

Integration test fix ppa (#1296)

permissively allow either launchpadcontent or launchpad

80bd6d1... by Chad Smith

tests: on official EC2. cloud-id actually startswith aws not ec2 (#1289)

4f16048... by Paride Legovini

test_ppa_source: accept both http and https URLs (#1292)

software-properties 0.99.18 now adds PPAs with HTTPS URLs in
sources.list when using add-apt-repository. This change only
affects Jammy.

We could use a regexp to match both, but it's simpler to just remove
the protocol from the search string.

f5e4886... by Brett Holman <email address hidden>

Fix apt test on azure

Assert that security URL is {release}-security specific.

5f0c2f5... by Lubomir Rintel

add "lkundrak" as contributor