Skip to content
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/oracular #5897

Merged
merged 32 commits into from
Nov 26, 2024
Merged

Conversation

TheRealFalcon
Copy link
Member

new_upstream_snapshot.py -c 24.4 -b 2089577 and update changelog accordingly.

TheRealFalcon and others added 30 commits November 12, 2024 09:26
Start with branch head and then merge main rather than vice versa.
Trying to merge the branch head was resulting in the commit not being
found.

Additionally, the check for the series file needed to be negated.
DeprecationWarning: Testing an element's truth value will
always return True in future versions

canonicalGH-5175
Warning:
PytestCollectionWarning: cannot collect test class
'TestUpdatePackageSources' because it has a __init__ constructor

canonicalGH-5175
Deprecation warning:
DeprecationWarning: Python 3.14 will, by default, filter extracted tar
archives and reject files or modify their metadata. Use the filter
argument to control this behavior.

Refs:

https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter
https://peps.python.org/pep-0706/

canonicalGH-5175
…ical#5856)

DeprecationWarning: Accessing jsonschema.__version__ is deprecated and will
be removed in a future release. Use importlib.metadata directly to query
for jsonschema's version.

canonicalGH-5174
…onical#5856)

Deprecated message:
DeprecationWarning: Passing a schema to Validator.iter_errors is deprecated
and will be removed in a future release.
Call validator.evolve(schema=new_schema).iter_errors(...) instead.

Refs:
https://github.com/python-jsonschema/jsonschema/releases/tag/v4.0.0

canonicalGH-5175
ntp and chrony configuration for rocky was missing. This leads
to ntp configuration via cloud-init not working for Rocky.

Also add thunderboltsid to github-cla-signers list
… as contributor (canonical#5874)

docs: Adjust arrow color in Mermaid diagrams for improved visibility

1. Changed the color of arrows in Mermaid diagrams to enhance
   visibility in both dark and light mode themes. This change ensures
   that the diagrams are readable regardless of the viewing mode. 
2. IMPORTANT: Changed the order in doc/rtd/conf.py file, this was done 
   because it was giving import errors on running build commands. 
3. Added "MaheshG11" to "tools/.github-cla-signers".

Fixes canonicalGH-5837
…al#5885)

Refactors the code in the file "tests/unittests/config/test_cc_timezone.py" 
using pytest. This helps remove dependance of this test on 
"tests/unittests/helpers.py:FileSystemMockingTestCase"

Fixes: part of canonicalGH-5760
It has been broken and has marginal value, so it is not worth
maintaining. Since it was a developer-facing option, this should
have no backwards compatibility concerns.

Fixes canonicalGH-5756
grub_dpkg was removed so that's one less event we should see
Most RHEL systems use network manager to bring up manage network connections.
Network Manager uses route-metric for the default route
and route/plen[,gateway,metric] for the additional static routes,
please see
https://networkmanager.dev/docs/api/latest/nm-settings-nmcli.html
https://networkmanager.dev/docs/api/latest/nm-settings-keyfile.html

This changes ensures that cloud-init generates nmconnection files with
route metric settings that are compatible with RHEL and network manager.

Fixes: canonicalGH-5877

Signed-off-by: Amy Chen <xiachen@redhat.com>
Minimal Ubuntu images don't show full path
Tried to fix in aedb7f9 , but there are two events (start and stop)
per module
Bump the version in cloudinit/version.py to 24.4 and
update ChangeLog.
patches:
debian/patches/grub-dpkg-support.patch
@github-actions github-actions bot added the packaging Supplemental package review requested label Nov 25, 2024
@TheRealFalcon TheRealFalcon merged commit 4dc0f40 into canonical:ubuntu/oracular Nov 26, 2024
21 checks passed
@TheRealFalcon TheRealFalcon deleted the ubuntu/oracular branch November 26, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packaging Supplemental package review requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants