~thetoolsmith/cloud-init:ubuntu/impish

Last commit made on 2022-02-25
Get this branch:
git clone -b ubuntu/impish 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/impish
Repository:
lp:~thetoolsmith/cloud-init

Recent commits

4aa83d4... by Brett Holman <email address hidden>

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

87a3cfe... by Brett Holman <email address hidden>

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

1ced9d2... by Brett Holman <email address hidden>

update changelog.

73bb033... by Brett Holman <email address hidden>

refresh patches against 2e17a0d626d41147b7d0822013e80179b3a81ee4 commit 2e17a0d6

refresh patches against 2e17a0d626d41147b7d0822013e80179b3a81ee4 commit 2e17a0d6:
  debian/patches/retain-apt-partner-pocket.patch

427cd28... by Brett Holman <email address hidden>

merge from 2e17a0d626d41147b7d0822013e80179b3a81ee4 at 22.1-14-g2e17a0d6

2e17a0d... 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>

2837b83... 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

3053adb... 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.

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

Integration test fix ppa (#1296)

permissively allow either launchpadcontent or launchpad

fef3428... by Chad Smith

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