-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu/jammy: refresh quilt patches to fix daily recipe #5735
Commits on Sep 18, 2024
-
test(hotplug): reenable vpc test in focal (canonical#5492)
After the fix for LP: 2055397 is released, we can re-enable this tests. Add additional assertions to verify that every route has metrics configured.
Configuration menu - View commit details
-
Copy full SHA for c62d7f2 - Browse repository at this point
Copy the full SHA c62d7f2View commit details -
fix: force sftp cleanup when done with instance (canonical#5698)
Force inline sftp closure rather than on garbage collection. Without this, pytest causes tracebacks because it cleans up the logger before the final sftp connection is closed, which causes tracebacks after tests exit.
Configuration menu - View commit details
-
Copy full SHA for 436126b - Browse repository at this point
Copy the full SHA 436126bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c484720 - Browse repository at this point
Copy the full SHA c484720View commit details -
ci: fix packaging patch check (canonical#5713)
Also: - simplify checkout logic to use local github main branch - add human-friendly job name and reduce redundant words
Configuration menu - View commit details
-
Copy full SHA for 0a02141 - Browse repository at this point
Copy the full SHA 0a02141View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddb62cc - Browse repository at this point
Copy the full SHA ddb62ccView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9d0fc5a - Browse repository at this point
Copy the full SHA 9d0fc5aView commit details -
Create datasource for CloudCIX (canonical#1351)
Add Cloud-Init support for instances running in CloudCIX. IMDS configuration data is served on a link-local IP address at http://169.254.169.254/v1 providing user-data, meta-data and network-config. For more information about the platform, see https://www.cloudcix.com/
Configuration menu - View commit details
-
Copy full SHA for 53857c8 - Browse repository at this point
Copy the full SHA 53857c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for eef27eb - Browse repository at this point
Copy the full SHA eef27ebView commit details
Commits on Sep 20, 2024
-
fix(hotplugd.socket): remove basic.target as dependency (canonical#5722)
In 62ace19 we moved cloud-init-hotplugd.socket earlier in boot, after cloud-config.target. But we didn't remove the dependencies added by default and this might conflict with other units producing non-solvable ordering cycles, see #2081124. Remove the default dependency on sysinit.target added by systemd. LP: #2081124
Configuration menu - View commit details
-
Copy full SHA for b36ddb1 - Browse repository at this point
Copy the full SHA b36ddb1View commit details
Commits on Sep 21, 2024
-
tests(pro): bump pycloudlib add noble release to pro tests (canonical…
…#5719) Since Noble is an LTS which supports Ubuntu Pro add integration test coverage for that feature. Bump pycloudlib dependency to 1!9.2 which allows cloud-init integration tests to obtain service_account_email configuration from the .config/pycloudlib.toml: [gce] credentials_path = <path> without the need to also provide `service_account_email` in pycloudlib.toml.
Configuration menu - View commit details
-
Copy full SHA for 067a464 - Browse repository at this point
Copy the full SHA 067a464View commit details -
Configuration menu - View commit details
-
Copy full SHA for c93c259 - Browse repository at this point
Copy the full SHA c93c259View commit details
Commits on Sep 23, 2024
-
tests: fix test to ignore_warnings not require Used fallback ds
Used fallback datasource is no longer a warning when configured as datasource_list: [ None ] due to commit 28d66ef Drop unnecessary WARNING checks because verify_clean_boot handles warning checks.
Configuration menu - View commit details
-
Copy full SHA for 6113b0e - Browse repository at this point
Copy the full SHA 6113b0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3505c02 - Browse repository at this point
Copy the full SHA 3505c02View commit details -
test: Fix test_log_message_on_missing_version_file (canonical#5730)
This test has some questionable history that has been removed. The main purpose of the test is to ensure that we get a log that the python-version file is written if there's no pre-existing python-version file but there is pre-existing pickle cache. The invalid pickle at the beginning of the test complicated this test. A normal boot will write a valid cache, so we should get no pickle errors on reboot.
Configuration menu - View commit details
-
Copy full SHA for fc2147a - Browse repository at this point
Copy the full SHA fc2147aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 869d624 - Browse repository at this point
Copy the full SHA 869d624View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ce9b4 - Browse repository at this point
Copy the full SHA d1ce9b4View commit details -
remove newline injected for cloud-init status --wait (canonical#5700)
Fixes GH-5863 Signed-off-by: Andrew Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f114c63 - Browse repository at this point
Copy the full SHA f114c63View commit details -
feat: add log package and performance module
The logic in Timed() has defaults which are designed to avoid low-value log messages. A log is only emitted when the threshold is exceeded. Additionally, the log_mode parameter allows the caller to prevent Timed() logs, so that the caller may coalesce the message into another log. - Make timer helper into a context manager. - Add new decorator for timing functions. - Simplify timer helper function, eliminate obsolete logic. - Eliminate redundant logs and timer calls.
Configuration menu - View commit details
-
Copy full SHA for 71cc75c - Browse repository at this point
Copy the full SHA 71cc75cView commit details -
chore: add timer to io and string manipulation code
refactors existing code to utilize timer codepaths: - replace manual timer implementations in subp.py and sockets.py - replace open() / read() calls with util.load_text_file() where appropriate
Configuration menu - View commit details
-
Copy full SHA for 70d4a5c - Browse repository at this point
Copy the full SHA 70d4a5cView commit details -
fix: type annotations for several modules (canonical#5733)
Remove those modules from the override list.
Configuration menu - View commit details
-
Copy full SHA for 1dd6850 - Browse repository at this point
Copy the full SHA 1dd6850View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5217c4 - Browse repository at this point
Copy the full SHA b5217c4View commit details -
refresh patches against upstream/main
patches: - d/p/revert-551f560d-cloud-config-after-snap-seeding.patch
Configuration menu - View commit details
-
Copy full SHA for 68e08d3 - Browse repository at this point
Copy the full SHA 68e08d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f47fbb8 - Browse repository at this point
Copy the full SHA f47fbb8View commit details