View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/cloud-init
Members of cloud-init Commiters can upload to this repository. Log in for directions.

cloud-init has 17 active reviews. See all merge proposals.

Branches

Name Last Modified Last Commit
main 2024-03-18 18:50:45 UTC
ds-identify: Improve ds-identify testing flexibility (#5047)

Author: Brett Holman
Author Date: 2024-03-18 18:50:45 UTC

ds-identify: Improve ds-identify testing flexibility (#5047)

- DI_MAIN: if DI_MAIN isn't a builtin function, exec() it
- /usr/libexec/ds-identify-env may be sourced to set variables

The purpose of these changes is to improve ds-identify testing capabilities and to allow testing alternative ds-identify implementations. Use of these capabilities is not supported in cloud-init deployments and therefore generates warnings in the ds-identify log.

Systemd gives generators no ability to run with custom environment variables. To set ds-identify variables at runtime, sourcing an environment file is required.

Example no-op side-loading with env var:

    $ DI_MAIN='echo' ./tools/ds-identify "hello world"
    WARN: side-loading alternate implementation: [echo]
    hello world

Example no-op side-loading with environment variable config:

    $ PATH_ROOT=. ./tools/ds-identify "test"
    WARN: loading environment file [./usr/libexec/ds-identify-env]
    WARN: side-loading alternate implementation: [echo]
    test
    $ cat ./usr/libexec/ds-identify-env
    export DI_MAIN=echo

Example side-loader that can only identify one cloud:

    $ cat nocloud-identifier.sh
    #!/bin/sh
    echo "creating nocloud config"
    echo "datasource_list: [ NoCloud ]" > cloud.cfg
    $ DI_MAIN=./nocloud-identifier.sh ./tools/ds-identify
    WARN: side-loading alternate implementation: [./nocloud-identifier.sh]
    creating nocloud config
    $ cat cloud.cfg
    datasource_list: [ NoCloud ]

ubuntu/mantic 2024-03-15 14:43:22 UTC
Update changelog

Author: Catherine Redfield
Author Date: 2024-03-05 18:43:19 UTC

Update changelog

ubuntu/focal-24.1.x 2024-03-14 19:44:01 UTC
releasing cloud-init version 24.1.1-0ubuntu1~20.04.1

Author: Brett Holman
Author Date: 2024-03-13 22:12:32 UTC

releasing cloud-init version 24.1.1-0ubuntu1~20.04.1

ubuntu/mantic-24.1.x 2024-03-14 19:42:03 UTC
releasing cloud-init version 24.1.1-0ubuntu1~23.10.1

Author: Brett Holman
Author Date: 2024-03-13 22:43:05 UTC

releasing cloud-init version 24.1.1-0ubuntu1~23.10.1

ubuntu/jammy-24.1.x 2024-03-14 19:39:27 UTC
releasing cloud-init version 24.1.1-0ubuntu1~22.04.1

Author: Brett Holman
Author Date: 2024-03-13 22:38:24 UTC

releasing cloud-init version 24.1.1-0ubuntu1~22.04.1

ubuntu/devel 2024-03-14 15:52:52 UTC
update changelog (new upstream snapshot)

Author: James Falcon
Author Date: 2024-03-14 15:52:52 UTC

update changelog (new upstream snapshot)

ubuntu/focal 2024-03-14 15:50:34 UTC
update changelog (new upstream snapshot)

Author: James Falcon
Author Date: 2024-03-14 15:44:08 UTC

update changelog (new upstream snapshot)

ubuntu/jammy 2024-03-13 21:50:51 UTC
Update changelog

Author: Catherine Redfield
Author Date: 2024-03-05 20:42:12 UTC

Update changelog

ubuntu/noble-24.1.x 2024-03-12 20:48:44 UTC
releasing cloud-init version 24.1.1-0ubuntu1

Author: Brett Holman
Author Date: 2024-03-12 03:10:07 UTC

releasing cloud-init version 24.1.1-0ubuntu1

24.1.x 2024-03-12 02:32:05 UTC
Release 24.1.1

Author: Brett Holman
Author Date: 2024-03-11 23:19:12 UTC

Release 24.1.1

Bump the version in cloudinit/version.py to 24.1.1 and
update ChangeLog.

ubuntu/noble 2024-03-01 04:08:37 UTC
releasing cloud-init version 24.1-0ubuntu1

Author: Brett Holman
Author Date: 2024-03-01 03:44:14 UTC

releasing cloud-init version 24.1-0ubuntu1

ubuntu/mantic-23.4.x 2024-02-27 17:15:58 UTC
releasing cloud-init version 23.4.4-0ubuntu0~23.10.1

Author: Chad Smith
Author Date: 2024-02-27 15:17:52 UTC

releasing cloud-init version 23.4.4-0ubuntu0~23.10.1

ubuntu/jammy-23.4.x 2024-02-27 15:14:47 UTC
releasing cloud-init version 23.4.4-0ubuntu0~22.04.1

Author: Chad Smith
Author Date: 2024-02-27 15:14:47 UTC

releasing cloud-init version 23.4.4-0ubuntu0~22.04.1

ubuntu/focal-23.4.x 2024-02-27 15:13:30 UTC
releasing cloud-init version 23.4.4-0ubuntu0~20.04.1

Author: Chad Smith
Author Date: 2024-02-27 15:13:30 UTC

releasing cloud-init version 23.4.4-0ubuntu0~20.04.1

23.4.x 2024-02-27 01:55:07 UTC
Release 23.4.4

Author: Brett Holman
Author Date: 2024-02-27 01:40:29 UTC

Release 23.4.4

Bump the version in cloudinit/version.py to 23.4.4 and update ChangeLog.

debian 2024-02-13 21:40:10 UTC
update changelog

Author: Brett Holman
Author Date: 2024-02-13 18:20:48 UTC

update changelog

ubuntu/lunar 2024-01-25 01:16:58 UTC
Release 23.4.2

Author: Brett Holman
Author Date: 2024-01-24 00:26:49 UTC

Release 23.4.2

Bump the version in cloudinit/version.py to 23.4.2 and update ChangeLog.

ubuntu/lunar-23.4.x 2024-01-08 16:02:41 UTC
releasing cloud-init version 23.4.1-0ubuntu1~23.04.2

Author: Alberto Contreras
Author Date: 2024-01-08 16:02:41 UTC

releasing cloud-init version 23.4.1-0ubuntu1~23.04.2

ubuntu/focal-23.3.x 2023-10-24 16:00:00 UTC
releasing cloud-init version 23.3.3-0ubuntu0~20.04.1

Author: James Falcon
Author Date: 2023-10-24 16:00:00 UTC

releasing cloud-init version 23.3.3-0ubuntu0~20.04.1

ubuntu/jammy-23.3.x 2023-10-24 15:50:59 UTC
releasing cloud-init version 23.3.3-0ubuntu0~22.04.1

Author: James Falcon
Author Date: 2023-10-24 15:50:59 UTC

releasing cloud-init version 23.3.3-0ubuntu0~22.04.1

ubuntu/lunar-23.3.x 2023-10-24 15:47:50 UTC
releasing cloud-init version 23.3.3-0ubuntu0~23.04.1

Author: James Falcon
Author Date: 2023-10-24 15:47:50 UTC

releasing cloud-init version 23.3.3-0ubuntu0~23.04.1

ubuntu/mantic-23.3.x 2023-10-24 15:43:25 UTC
releasing cloud-init version 23.3.3-0ubuntu0~23.10.1

Author: James Falcon
Author Date: 2023-10-24 15:43:25 UTC

releasing cloud-init version 23.3.3-0ubuntu0~23.10.1

23.3.x 2023-10-24 14:53:43 UTC
Release 23.3.3

Author: James Falcon
Author Date: 2023-10-24 14:53:43 UTC

Release 23.3.3

Bump the version in cloudinit/version.py to 23.3.3 and
update ChangeLog.

ubuntu/focal-23.2.x 2023-08-01 12:18:59 UTC
releasing cloud-init version 23.2.2-0ubuntu0~20.04.1

Author: Alberto Contreras
Author Date: 2023-08-01 12:18:59 UTC

releasing cloud-init version 23.2.2-0ubuntu0~20.04.1

ubuntu/jammy-23.2.x 2023-08-01 12:16:20 UTC
releasing cloud-init version 23.2.2-0ubuntu0~22.04.1

Author: Alberto Contreras
Author Date: 2023-08-01 12:16:20 UTC

releasing cloud-init version 23.2.2-0ubuntu0~22.04.1

ubuntu/lunar-23.2.x 2023-08-01 12:12:58 UTC
releasing cloud-init version 23.2.2-0ubuntu0~23.04.1

Author: Alberto Contreras
Author Date: 2023-08-01 12:12:58 UTC

releasing cloud-init version 23.2.2-0ubuntu0~23.04.1

23.2.x 2023-07-26 15:49:03 UTC
Release 23.2.2

Author: Alberto Contreras
Author Date: 2023-07-26 15:34:36 UTC

Release 23.2.2

Bump the version in cloudinit/version.py to 23.2.2 and
update ChangeLog.

ubuntu/kinetic-23.2.x 2023-06-28 20:24:30 UTC
releasing cloud-init version 23.2.1-0ubuntu0~22.10.1

Author: Brett Holman
Author Date: 2023-06-28 20:24:30 UTC

releasing cloud-init version 23.2.1-0ubuntu0~22.10.1

ubuntu/bionic 2023-06-07 17:52:23 UTC
releasing cloud-init version 23.2-0ubuntu0~18.04.1

Author: Chad Smith
Author Date: 2023-06-06 22:06:15 UTC

releasing cloud-init version 23.2-0ubuntu0~18.04.1

ubuntu/kinetic 2023-06-07 08:04:45 UTC
releasing cloud-init version 23.2-0ubuntu0~22.10.1

Author: Chad Smith
Author Date: 2023-06-07 08:04:45 UTC

releasing cloud-init version 23.2-0ubuntu0~22.10.1

ubuntu/focal-23.1.x 2023-05-19 18:13:19 UTC
releasing cloud-init version 23.1.2-0ubuntu0~20.04.2

Author: James Falcon
Author Date: 2023-05-19 17:57:42 UTC

releasing cloud-init version 23.1.2-0ubuntu0~20.04.2

ubuntu/bionic-23.1.x 2023-04-26 20:25:47 UTC
releasing cloud-init version 23.1.1-0ubuntu0~18.04.1

Author: James Falcon
Author Date: 2023-04-21 19:44:39 UTC

releasing cloud-init version 23.1.1-0ubuntu0~18.04.1

ubuntu/xenial 2023-04-26 02:15:44 UTC
releasing cloud-init version 21.1-19-gbad84ad4-0ubuntu1~16.04.4+esm1

Author: Chad Smith
Author Date: 2023-04-26 02:15:44 UTC

releasing cloud-init version 21.1-19-gbad84ad4-0ubuntu1~16.04.4+esm1

ubuntu/lunar-23.1.x 2023-04-24 21:07:28 UTC
releasing cloud-init version 23.1.2-0ubuntu0~23.04.1

Author: James Falcon
Author Date: 2023-04-24 20:46:02 UTC

releasing cloud-init version 23.1.2-0ubuntu0~23.04.1

ubuntu/jammy-23.1.x 2023-04-21 18:11:09 UTC
releasing cloud-init version 23.1.2-0ubuntu0~22.04.1

Author: James Falcon
Author Date: 2023-04-21 01:38:43 UTC

releasing cloud-init version 23.1.2-0ubuntu0~22.04.1

23.1.x 2023-04-20 21:31:09 UTC
Release 23.1.2

Author: James Falcon
Author Date: 2023-04-20 20:00:10 UTC

Release 23.1.2

Bump the version in cloudinit/version.py to 23.1.2 and
update ChangeLog.

ubuntu/kinetic-23.1.x 2023-03-02 18:02:48 UTC
releasing cloud-init version 23.1.1-0ubuntu0~22.10.1

Author: James Falcon
Author Date: 2023-03-02 18:02:48 UTC

releasing cloud-init version 23.1.1-0ubuntu0~22.10.1

ubuntu/devel-23.1.x 2023-02-22 19:10:21 UTC
releasing cloud-init version 23.1-0ubuntu1

Author: Alberto Contreras
Author Date: 2023-02-22 17:17:54 UTC

releasing cloud-init version 23.1-0ubuntu1

archived/19.1 2023-02-14 17:48:48 UTC
doc add

Author: Chad Smith
Author Date: 2023-02-14 17:48:48 UTC

doc add

docs/19.1 2023-02-14 17:48:48 UTC
doc add

Author: Chad Smith
Author Date: 2023-02-14 17:48:48 UTC

doc add

rtd-build 2023-02-14 17:48:48 UTC
doc add

Author: Chad Smith
Author Date: 2023-02-14 17:48:48 UTC

doc add

ubuntu/focal-22.4.x 2022-12-08 16:57:08 UTC
releasing cloud-init 22.4.2-0ubuntu0~20.04.2

Author: Chad Smith
Author Date: 2022-12-08 16:57:08 UTC

releasing cloud-init 22.4.2-0ubuntu0~20.04.2

ubuntu/bionic-22.4.x 2022-11-29 17:26:52 UTC
releasing cloud-init 22.4.2-0ubuntu0~18.04.1

Author: James Falcon
Author Date: 2022-11-28 20:43:40 UTC

releasing cloud-init 22.4.2-0ubuntu0~18.04.1

ubuntu/kinetic-22.4.x 2022-11-29 17:25:09 UTC
releasing cloud-init 22.4.2-0ubuntu0~22.10.1

Author: James Falcon
Author Date: 2022-11-28 20:38:21 UTC

releasing cloud-init 22.4.2-0ubuntu0~22.10.1

ubuntu/jammy-22.4.x 2022-11-29 17:24:06 UTC
releasing cloud-init 22.4.2-0ubuntu0~22.04.1

Author: James Falcon
Author Date: 2022-11-28 20:39:16 UTC

releasing cloud-init 22.4.2-0ubuntu0~22.04.1

22.4.x 2022-11-23 21:17:16 UTC
Release 22.4.2

Author: Alberto Contreras
Author Date: 2022-11-23 21:01:58 UTC

Release 22.4.2

Bump the version in cloudinit/version.py to 22.4.2 and
update ChangeLog.

v22.3 2022-09-30 20:55:37 UTC
Release 22.3.4

Author: Brett Holman
Author Date: 2022-09-30 20:27:18 UTC

Release 22.3.4

Bump the version in cloudinit/version.py to 22.3.4 and
update ChangeLog.

ubuntu/impish 2022-07-08 10:59:04 UTC
travis: Upgrade dist to focal

Author: Alberto Contreras
Author Date: 2022-07-08 10:59:04 UTC

travis: Upgrade dist to focal

stable-19.4 2022-05-05 13:37:56 UTC
run-container: add support for LXD VMs (#1433)

Author: Paride Legovini
Author Date: 2022-05-05 13:37:56 UTC

run-container: add support for LXD VMs (#1433)

Backport of d1149988323bb88 to stable-19.4.

Images of older releases (e.g. CentOS 7) can't run as containers on
newer Ubuntu releases because they need a CGroupV1 host system. They
can however run as VMs.

single-schema-validation-a-d 2022-01-13 03:17:10 UTC
schema: migrate apt_configure needs local schema tests

Author: Chad Smith
Author Date: 2022-01-13 03:17:10 UTC

schema: migrate apt_configure needs local schema tests

ubuntu/hirsute 2021-11-04 13:15:14 UTC
releasing cloud-init version 21.4-0ubuntu1~21.04.1

Author: James Falcon
Author Date: 2021-11-03 13:57:16 UTC

releasing cloud-init version 21.4-0ubuntu1~21.04.1

ubuntu/daily/devel 2021-10-16 21:13:39 UTC
Revert "cherry pick 9c147e83"

Author: James Falcon
Author Date: 2021-10-16 21:13:39 UTC

Revert "cherry pick 9c147e83"

This reverts commit 6421ce84dff17f41328692ac3bdcab0f9a49b868.

ubuntu/daily/impish 2021-10-16 21:13:39 UTC
Revert "cherry pick 9c147e83"

Author: James Falcon
Author Date: 2021-10-16 21:13:39 UTC

Revert "cherry pick 9c147e83"

This reverts commit 6421ce84dff17f41328692ac3bdcab0f9a49b868.

ubuntu/daily/hirsute 2021-10-16 21:07:28 UTC
Revert "cherry pick 39b35003"

Author: James Falcon
Author Date: 2021-10-16 21:07:28 UTC

Revert "cherry pick 39b35003"

This reverts commit 39b35003631710ff36281e5ab5a4efa9c25a5784.

ubuntu/daily/focal 2021-10-16 21:04:51 UTC
Revert "cherry pick 573ce303"

Author: James Falcon
Author Date: 2021-10-16 21:04:51 UTC

Revert "cherry pick 573ce303"

This reverts commit 573ce3033568aab8024e30695a49204553a2f45d.

ubuntu/daily/bionic 2021-10-16 20:50:08 UTC
Revert "cherry pick ea1f454a"

Author: James Falcon
Author Date: 2021-10-16 20:50:08 UTC

Revert "cherry pick ea1f454a"

This reverts commit ea1f454afdc52cae1f6a7a4e99e73f6331ade142.

james-hotplug 2021-07-14 21:42:53 UTC
NetworkManagerActivator: bring_up_interface needs ifname param

Author: Chad Smith
Author Date: 2021-07-14 21:42:53 UTC

NetworkManagerActivator: bring_up_interface needs ifname param

ubuntu/groovy 2021-05-12 16:51:39 UTC
d/changelog: bump to ubuntu2 to match impish version

Author: Dan Watkins
Author Date: 2021-05-12 16:51:39 UTC

d/changelog: bump to ubuntu2 to match impish version

ubuntu/daily/xenial 2021-05-04 20:15:50 UTC
Revert "cherry-pick 83f6bbfb"

Author: James Falcon
Author Date: 2021-05-04 20:15:50 UTC

Revert "cherry-pick 83f6bbfb"

This reverts commit 20a0a3f2f90781623645e81bc126b22bb684bb54.

ubuntu/daily/groovy 2021-05-03 17:19:39 UTC
Revert "cherry-pick 83f6bbfb"

Author: Dan Watkins
Author Date: 2021-05-03 17:19:39 UTC

Revert "cherry-pick 83f6bbfb"

This reverts commit 2b0ea7c1cfb8ef99fb7cbbe078f6846ca2fca42b.

upstream/20.4.1 2021-01-15 17:33:05 UTC
Release 20.4.1

Author: Dan Watkins
Author Date: 2021-01-15 17:32:57 UTC

Release 20.4.1

Bump the version in cloudinit/version.py to 20.4.1 and
update ChangeLog.

LP: #1911680

cla 2020-11-25 15:24:28 UTC
WIP: intentionally break things

Author: Dan Watkins
Author Date: 2020-11-25 15:24:28 UTC

WIP: intentionally break things

tests-wip 2020-11-23 16:13:08 UTC
wip

Author: Dan Watkins
Author Date: 2020-11-23 16:13:08 UTC

wip

deps 2020-11-03 20:18:58 UTC
WIP: split integration and cloud_tests requirements

Author: Dan Watkins
Author Date: 2020-11-03 20:05:34 UTC

WIP: split integration and cloud_tests requirements

d80d0fcc0 2020-06-03 22:57:57 UTC
changelog: update 20.2-45-g5f7825e2-0ubuntu1~16.04.1 for release

Author: Chad Smith
Author Date: 2020-06-03 02:53:01 UTC

changelog: update 20.2-45-g5f7825e2-0ubuntu1~16.04.1 for release

ubuntu/eoan 2020-06-03 19:31:56 UTC
changelog: update 20.2-45-g5f7825e2-0ubuntu1~19.10.1 for release

Author: Chad Smith
Author Date: 2020-06-02 22:17:33 UTC

changelog: update 20.2-45-g5f7825e2-0ubuntu1~19.10.1 for release

ubuntu/daily/eoan 2020-03-11 21:26:18 UTC
d/control: add python3-pytest to Build-Depends (#247)

Author: Dan Watkins
Author Date: 2020-03-11 21:26:18 UTC

d/control: add python3-pytest to Build-Depends (#247)

This fixes upstream daily builds. python3-nose is not removed from
Build-Depends because, currently, the Ubuntu package builds will still
use it for testing.

ubuntu/disco 2019-12-03 21:55:36 UTC
releasing cloud-init version 19.3-41-gc4735dd3-0ubuntu1~19.04.1

Author: Chad Smith
Author Date: 2019-12-03 21:55:36 UTC

releasing cloud-init version 19.3-41-gc4735dd3-0ubuntu1~19.04.1

ubuntu/cosmic 2019-07-18 00:21:25 UTC
Update ubuntu-advantage-revert-tip.patch

Author: Ryan Harper
Author Date: 2019-07-18 00:21:25 UTC

Update ubuntu-advantage-revert-tip.patch

The patch to revert the ubuntu-advantages did not revert enough
of the ubuntu_advantage config module; though it did revert all
of the test-cases. This results in unittest failures during
building against master where it applies the debian dir from
the release against master.

stable-18.4 2018-10-02 20:52:24 UTC
release 18.4

Author: Scott Moser
Author Date: 2018-10-02 20:49:38 UTC

release 18.4

Bump the version in cloudinit/version.py to be 18.4 and update ChangeLog.

LP: #1795741

ubuntu/trusty 2018-09-10 21:10:22 UTC
update changelog content/formatting

Author: Scott Moser
Author Date: 2018-09-10 21:10:22 UTC

update changelog content/formatting

ubuntu/artful 2018-07-10 19:47:47 UTC
update changelog: add sru bug ref in changelog, remove individual ref.

Author: Scott Moser
Author Date: 2018-07-10 19:45:31 UTC

update changelog: add sru bug ref in changelog, remove individual ref.

Just remove the reference to bug 1780481 that was added to
debian/changelog. Also, add a reference (re-using) the SRU bug 1777912.

(cherry picked from commit b07ebf52e94fa5f94708f86937af4dba382168ba)

ubuntu/zesty 2017-12-01 17:02:33 UTC
releasing package cloud-init version 17.1-46-g7acc9e68-0ubuntu1~17.04.1

Author: Chad Smith
Author Date: 2017-12-01 17:02:33 UTC

releasing package cloud-init version 17.1-46-g7acc9e68-0ubuntu1~17.04.1

ubuntu/yakkety 2017-06-29 21:24:23 UTC
debian/patches/azure-use-walinux-agent.patch: refresh patch.

Author: Scott Moser
Author Date: 2017-06-29 21:07:29 UTC

debian/patches/azure-use-walinux-agent.patch: refresh patch.

ubuntu/precise 2016-08-23 20:48:37 UTC
Import version 0.6.3-0ubuntu1.25

Author: Scott Moser
Author Date: 2016-08-23 20:48:37 UTC

Import version 0.6.3-0ubuntu1.25

Imported using git-dsc-commit.

175 of 75 results

Other repositories

Name Last Modified
lp:cloud-init 2 hours ago
lp:~igorgnip/cloud-init 2023-07-21
lp:~ondrej-kuchar/cloud-init 2022-12-19
lp:~lmd-jazzededtech/cloud-init/+git/cloud-init-1 2022-08-29
lp:~stefanor/cloud-init 2022-08-02
lp:~thetoolsmith/cloud-init 2022-03-02
lp:~adam-collard/cloud-init 2022-02-24
lp:~lkundrak/cloud-init/+git/dispatcher-dir 2022-02-22
lp:~vorlon/cloud-init 2022-01-28
lp:~lmd-jazzededtech/cloud-init 2022-01-25
lp:~maledicta/cloud-init/+git/cloud-init-1 2022-01-10
lp:~maledicta/cloud-init 2022-01-09
lp:~samkenx/cloud-init 2021-12-28
lp:~robbie1978/cloud-init 2021-10-10
lp:~vlastimil-holer/cloud-init 2021-09-30
lp:~juhlee/cloud-init 2021-07-30
lp:~twintrafficworld1/cloud-init 2021-03-31
lp:~mokeseven7/cloud-init 2021-03-29
lp:~robbieburgett/cloud-init 2021-03-04
lp:~b1sandmann/cloud-init 2021-03-03
lp:~chad.smith/cloud-init 2021-02-12
lp:~scahartner/cloud-init 2021-01-21
lp:~lp-markusschade/cloud-init 2020-10-28
lp:~powersj/cloud-init 2020-08-17
lp:~slingamn/cloud-init 2020-08-12
lp:~alexbaranowski/cloud-init 2020-08-10
lp:~vtqanh/cloud-init 2020-07-15
lp:~b-candler/cloud-init 2020-06-06
lp:~momousta/cloud-init 2020-05-13
lp:~chcheng/cloud-init 2020-05-07
lp:~oddbloke/cloud-init/+git/cloud-init 2020-04-08
lp:~killermoehre/cloud-init 2020-03-26
lp:~raharper/cloud-init 2020-02-20
lp:~sabrina-mueller/cloud-init 2020-01-30
lp:~rjschwei/cloud-init 2020-01-07
lp:~afranceschini/cloud-init 2020-01-07
lp:~askon/cloud-init 2020-01-06
lp:~madhuri-rai07/cloud-init 2019-12-27
lp:~andreipoltavchenko/cloud-init 2019-12-25
lp:~louis/cloud-init 2019-12-23
lp:~oddbloke/cloud-init 2019-12-20
lp:~otubo/cloud-init 2019-12-20
lp:~goneri/cloud-init 2019-12-19
lp:~adobrawy/cloud-init 2019-12-17
lp:~bitfehler/cloud-init 2019-12-04
lp:~ahosmanmsft/cloud-init 2019-12-04
lp:~xiaofengw/cloud-init 2019-11-27
lp:~d-info-e/cloud-init 2019-11-25
lp:~smoser/cloud-init 2019-11-21
lp:~trstringer/cloud-init 2019-11-19
lp:~pengpengs/cloud-init 2019-11-18
lp:~harald-jensas/cloud-init 2019-11-15
lp:~mgoddard/cloud-init 2019-11-13
lp:~minagalic/cloud-init 2019-11-13
lp:~tribaal/cloud-init 2019-11-12
lp:~larsks/cloud-init 2019-11-12
lp:~joschi36/cloud-init 2019-11-12
lp:~paride/cloud-init 2019-11-08
lp:~david-kindred/cloud-init 2019-11-04
lp:~mgerdts/cloud-init 2019-10-31
lp:~sameid/cloud-init 2019-10-29
lp:~darren-birkett/cloud-init 2019-10-21
lp:~pzakha/cloud-init 2019-10-11
lp:~ruansx/cloud-init 2019-09-18
lp:~t0rrant/cloud-init 2019-09-17
lp:~matthiasbaur/cloud-init 2019-09-16
lp:~mruffell/cloud-init 2019-09-04
lp:~florian-mueller-v/cloud-init 2019-08-14
lp:~wrigri/cloud-init 2019-08-08
lp:~dustin-miller/cloud-init 2019-08-07
lp:~pkashsurya/cloud-init/+git/cloud-init 2019-07-18
lp:~amzn-cmiller/cloud-init 2019-07-15
lp:~samgilson/cloud-init 2019-07-12
lp:~mcorbinexoscale/cloud-init 2019-07-01
lp:~falzm/cloud-init 2019-06-20
lp:~med/cloud-init 2019-05-21
lp:~yadle/cloud-init 2019-05-21
lp:~mvoelker/cloud-init 2019-05-20
lp:~brian-murray/cloud-init 2019-05-15
lp:~jasonzio/cloud-init 2019-05-10
lp:~ocsi/cloud-init 2019-05-08
lp:~liaoishere/cloud-init 2019-04-25
lp:~pengzhencao/cloud-init 2019-04-13
lp:~zharalim/cloud-init 2019-04-08
lp:~antonioromito/cloud-init 2019-03-26
lp:~azure-ci/cloud-init 2019-03-22
lp:~andybotting/cloud-init 2019-03-20
lp:~itorres/cloud-init 2019-03-20
lp:~raphael-glon/cloud-init 2019-03-06
lp:~zolti/cloud-init 2019-03-05
lp:~kurt-easygo/cloud-init 2019-02-28
lp:~johnsonshi/cloud-init 2019-02-25
lp:~toabctl/cloud-init 2019-02-24
lp:~eric-canonical/cloud-init 2019-02-22
lp:~gpiccoli/cloud-init 2019-02-13
lp:~vkuznets/cloud-init 2019-01-29
lp:~smakar/cloud-init 2019-01-23
lp:~marlinc/cloud-init 2019-01-15
lp:~bewiwi-9/cloud-init 2018-12-18
lp:~sam.lightsey/cloud-init 2018-12-04
1100 of 209 results
You can't create new repositories for cloud-init.