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

Update ubuntu-release #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update ubuntu-release #124

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 16, 2024

This PR contains the following updates:

Package Update Change
apache/maven patch 3.9.3 -> 3.9.9
containerd minor 1.6.24-1 -> 1.7.22-1
docker major 24.0.6-1 -> 27.3.1-1
docker-compose minor 2.21.0-1 -> 2.29.7-1
go (source) minor 1.20.1 -> 1.23.2
gradle (source) minor 8.3 -> 8.10.2
mikefarah/yq minor 4.35.2 -> 4.44.3
nodeCurrent (source) minor 21.0.0 -> 21.7.3
nodelts (source) minor 20.7.0 -> 20.18.0
pyenv/pyenv minor 2.3.27 -> 2.4.17
python/cpython minor 3.11.5 -> 3.13.0
ruby (source) minor 3.2.2 -> 3.3.5
sbt/sbt minor 1.9.6 -> 1.10.4
technomancy/leiningen minor 2.10.0 -> 2.11.2
twistedpair/google-cloud-sdk major 448.0.0 -> 498.0.0
yarnpkg/yarn patch 1.22.18 -> 1.22.19

Release Notes

apache/maven (apache/maven)

v3.9.9: 3.9.9

Compare Source

Release Notes - Maven - Version 3.9.9

Bug

  • [MNG-8159] - Fix search for topDirectory when using -f / --file for Maven 3.9.x
  • [MNG-8165] - Maven does not find extensions for -f when current dir is root
  • [MNG-8177] - Warning "&#​39;dependencyManagement.dependencies.dependency.systemPath&#​39; for com.sun:tools:jar refers to a non-existing file C:\Temp\jdk-11.0.23\..\lib\tools.jar"
  • [MNG-8178] - Profile activation based on OS properties is broken for "mvn site"
  • [MNG-8180] - Resolver will blindly assume it is deploying a plugin by presence of META-INF/maven/plugins.xml in JAR
  • [MNG-8182] - Missing or mismatching Trusted Checksum for some artifacts is not properly reported
  • [MNG-8188] - [REGRESSION] Property not resolved in profile pluginManagement

Task

  • [MNG-8206] - Remove Maven 2.1 (v 2.0) compatibility bits

Dependency upgrade

What's Changed
New Contributors

Full Changelog: apache/maven@maven-3.9.8...maven-3.9.9

v3.9.8: 3.9.8

Compare Source

Release Notes - Maven - Version 3.9.8

Bug

  • [MNG-7758] - o.e.aether.resolution.ArtifactResolutionException incorrectly examined when multiple repositories are involved
  • [MNG-8066] - Maven hangs on self-referencing exceptions
  • [MNG-8116] - Plugin configuration can randomly fail in case of method overloading as it doesn&#​39;t take into account implementation attribute
  • [MNG-8131] - Property replacement in dependency pom no longer works
  • [MNG-8135] - Profile activation based on OS properties is no longer case insensitive
  • [MNG-8142] - If JDK profile activator gets "invalid" JDK version for whatever reason, it chokes but does not tell why
  • [MNG-8147] - Profile interpolation broke their evaluation in case of duplicate IDs

Improvement

  • [MNG-7902] - Sort plugins in validation report
  • [MNG-8140] - When a model is discarded (by model builder) for whatever reason, show why it happened
  • [MNG-8141] - Model Builder should report if not sure about "fully correct" outcome
  • [MNG-8150] - Make SimplexTransferListener handle absent source/target files

Task

Dependency upgrade

  • [MNG-8136] - Update to Eclipse Sisu 0.9.0.M3
  • [MNG-8143] - Update to commons-cli 1.8.0
  • [MNG-8144] - Update to Guava 32.2.1-jre
  • [MNG-8154] - Upgrade default plugin bindings

What's Changed

Full Changelog: apache/maven@maven-3.9.7...maven-3.9.8

v3.9.7: 3.9.7

Compare Source

Release Notes - Maven - Version 3.9.7

Bug

  • [MNG-8106] - Maven Metadata corruption if repository directory role overlaps
  • [MNG-8121] - NullPointerException at org.apache.maven.artifact.repository.metadata.Metadata.merge (Metadata.java:293)

New Feature

  • [MNG-5726] - Update OS Activation To Allow Wildcards In OS Version
  • [MNG-8030] - Backport: Add ability to ignore dependency repositories: mvn -itr

Improvement

  • [MNG-8019] - Streamline update policy of pluginRepository/repository of Maven Central in Super POM
  • [MNG-8029] - improve documentation of mirror in settings
  • [MNG-8031] - Backport: Make Maven transfer listener used with Resolver more concurrent friendly
  • [MNG-8081] - default profile activation should consider available system and user properties
  • [MNG-8085] - swtich from png+imagemap to svg
  • [MNG-8117] - Improve prerequisite evaluation and plugin version selection logging

Task

  • [MNG-7309] - Remove redundant MojoDescriptor parameterMap
  • [MNG-8011] - Minimize and make generic the README.txt
  • [MNG-8055] - Investigate possible solutions for build number diffs on deploy

Dependency upgrade

  • [MNG-8094] - Resolver 1.9.19
  • [MNG-8100] - Upgrade default plugin bindings
  • [MNG-8101] - Upgrade Parent to 42
  • [MNG-8109] - Resolver 1.9.20
  • [MNG-8115] - Upgrade minimal set of dependencies
  • [MNG-8125] - (build) Bump buildhelper-maven-plugin to 3.6.0 (was 3.4.0)
  • [MNG-8126] - Bump logback classic to 1.2.13 (was 1.2.12)
  • [MNG-8127] - Bump guava to 33.2.0-jre

What's Changed
New Contributors

Full Changelog: apache/maven@maven-3.9.6...maven-3.9.7

v3.9.6: 3.9.6

Compare Source

Release Notes - Maven - Version 3.9.6

Improvement

  • [MNG-7939] - Allow to exclude plugins from validation

Dependency upgrade

  • [MNG-7913] - Upgrade Sisu version to 0.9.0.M2
  • [MNG-7934] - Upgrade Resolver version to 1.9.18
  • [MNG-7942] - Upgrade to parent POM 41
  • [MNG-7943] - Upgrade default plugin bindings

v3.9.5: 3.9.5

Compare Source

Release Notes - Maven - Version 3.9.5

Bug

  • [MNG-7851] - Error message when modelVersion is 4.0 is confusing

Improvement

  • [MNG-7875] - colorize transfer messages
  • [MNG-7895] - Support ${project.basedir} in file profile activation

Task

  • [MNG-7856] - Maven Resolver Provider classes ctor change
  • [MNG-7870] - Undeprecate wrongly deprecated repository metadata
  • [MNG-7872] - Deprecate org.apache.maven.repository.internal.MavenResolverModule
  • [MNG-7874] - maven-resolver-provider: introduce NAME constants.

Dependency upgrade

  • [MNG-7859] - Update to Resolver 1.9.16

v3.9.4: 3.9.4

Compare Source

Release Notes - Maven - Version 3.9.4

Bug

  • [MNG-7846] - endless loop in DefaultExceptionHandler.getMessage()

Dependency upgrade

  • [MNG-7828] - Bump guava from 31.1-jre to 32.0.1-jre
  • [MNG-7847] - Upgrade to Resolver 1.9.14

Full Changelog: apache/maven@maven-3.9.3...maven-3.9.4

golang/go (go)

v1.23.2

v1.23.1

v1.23.0

v1.22.8

v1.22.7

v1.22.6

v1.22.5

v1.22.4

v1.22.3

v1.22.2

v1.22.1

v1.22.0

v1.21.13

v1.21.12

v1.21.11

v1.21.10

v1.21.9

v1.21.8

v1.21.7

v1.21.6

v1.21.5

v1.21.4

v1.21.3

v1.21.2

v1.21.1

v1.21.0

v1.20.14

v1.20.13

v1.20.12

v1.20.11

v1.20.10

v1.20.9

v1.20.8

v1.20.7

v1.20.6

v1.20.5

v1.20.4

v1.20.3

v1.20.2

gradle/gradle (gradle)

v8.10.2

Compare Source

v8.10.1

Compare Source

v8.10

Compare Source

v8.9

Compare Source

v8.8: 8.8

Compare Source

The Gradle team is excited to announce Gradle 8.8.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Denes Daniel,
Fabian Windheuser,
Hélio Fernandes Sebastião,
Jay Wei,
jhrom,
jwp345,
Jörgen Andersson,
Kirill Gavrilov,
MajesticMagikarpKing,
Maksim Lazeba,
Philip Wedemann,
Robert Elliot,
Róbert Papp,
Stefan M.,
Tibor Vyletel,
Tony Robalik,
Valentin Kulesh,
Yanming Zhou,
김용후

Upgrade instructions

Switch your build to use Gradle 8.8 by updating your wrapper:

./gradlew wrapper --gradle-version=8.8

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.7

Compare Source

v8.6

Compare Source

v8.5: 8.5

Compare Source

The Gradle team is excited to announce Gradle 8.5.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Alex Landau,
Aurimas,
Björn Kautler,
bodhili,
Daniel Le Berre,
davidburstrom,
Franz Wimmer,
Jongwoo Han,
Ken,
Leonardo Silveira,
Martin Bonnin,
Matthew Von-Maszewski,
Nik Clayton,
noeppi_noeppi,
Philip Wedemann,
Philipp Schneider,
Tomas Bjerre

Upgrade instructions

Switch your build to use Gradle 8.5 by updating your wrapper:

./gradlew wrapper --gradle-version=8.5

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.4: 8.4

Compare Source

The Gradle team is excited to announce Gradle 8.4.

Amongst other improvements, this release addresses two security vulnerabilities:

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Andrei Rybak,
Baptiste Decroix,
Björn Kautler,
Cesar de la Vega,
Ganavi Jayaram,
Gaurav Padam,
hwanseok,
J.T. McQuigg,
Jakub Chrzanowski,
Jendrik Johannes,
kackey0-1,
Konstantin Gribov,
Pratik Haldankar,
Qinglin,
Sebastian Schuberth,
Thad House,
valery1707,
Vladimir Sitnikov,
wuyangnju,
Yanming Zhou,
Yanshun Li,
Yusuke Uehara,
zeners

Upgrade instructions

Switch your build to use Gradle 8.4 by updating your wrapper:

./gradlew wrapper --gradle-version=8.4

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

mikefarah/yq (mikefarah/yq)

v4.44.3

Compare Source

  • Fixed upper-case file extension detection, Thanks @​ryenus (#​2121)
    • Log printing follow no-colors flag #​2082
    • Skip and warn when interpolating strings and theres a unclosed bracket #​2083
    • Fixed CSV content starting with # issue #​2076
    • Bumped dependencies

v4.44.2

Compare Source

  • Handle numbers with underscores #​2039
    • Unique now works on maps and arrays #​2068
    • Added support for short hand splat with env[] expression #​2071, as well as many other operators (split,select,eval,pick..)
    • Bumped dependencies

v4.44.1: - min/max/pivot!

Compare Source

v4.43.1

Compare Source

v4.42.1

Compare Source

  • Can execute yq expression files directly with shebang #​1851

v4.41.1

Compare Source

  • Can now comment in yq expressions! #​1919
    • Added new CSV option to turn off auto-parsing #​1947
    • Can now retrieve the alias names of merge anchors #​1942
    • Fixed Toml decoding when table array defined before parent #​1922
    • Fixing with_entries context #​1925

v4.40.7

Compare Source

v4.40.5

Compare Source

v4.40.4: - Fixed bug with creating maps with values based off keys

Compare Source

  • Fixed bug with creating maps with values based off keys #​1886, #​1889
    • Bumped dependencies

v4.40.3: - Fixes JSON empty array bug

Compare Source

  • Fixed JSON output issue with empty arrays #​1880

v4.40.2: - Official

Compare Source

Thank you for all your support! I've fixed some of the issues that were kindly raised :) Happy to make the release official!

  • Do not panic when StdIn is closed (#​1867) Thanks @​aleskandro!
  • Fixed issue when update against self #​1869
  • Fixed multi doc anchor bug #​1861
  • Fixes doc line separator issue when reading expression file #​1860
  • Bumped dependencies

v4.40.1: - Engine refactor

Compare Source

I've done some overdue work on refactoring the core engine - pulling out the dependency on go-yaml. There are a couple of slight output changes (whitespace / document separators) in some niche scenarios - I think they are improvements, Bit nervous on releasing this, but all the tests are passing and I've added more tests! Love some early feedback :)

  • Added tonumber support
  • Added kind operator
  • Lua output fixes (#​1811) - Thanks @​Zash!
  • Add support for Lua input (#​1810) - Thanks @​Zash!
  • Bumped dependencies
nodejs/node (nodeCurrent)

v21.7.3: 2024-04-10, Version 21.7.3 (Current), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
  • CVE-2024-27980 - Command injection via args parameter of child_process.spawn without shell option enabled on Windows
Commits
pyenv/pyenv (pyenv/pyenv)

v2.4.17

Compare Source

v2.4.16

Compare Source

v2.4.15

Compare Source

v2.4.14

Compare Source

v2.4.13

Compare Source

v2.4.12

Compare Source

v2.4.11

Compare Source

v2.4.10

Compare Source

v2.4.9

Compare Source

v2.4.8

Compare Source

v2.4.7

Compare Source

v2.4.6

Compare Source

v2.4.4

Compare Source

v2.4.3

Compare Source

v2.4.2

Compare Source

v2.4.1

Compare Source


Configuration

📅 Schedule: Branch creation - "on the 2nd and 4th day instance on Wednesday before 8am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ubuntu-release branch 3 times, most recently from 648e2d3 to 6152655 Compare January 24, 2024 11:04
@renovate renovate bot force-pushed the renovate/ubuntu-release branch 5 times, most recently from ec1adfe to 846a448 Compare February 2, 2024 18:01
@renovate renovate bot force-pushed the renovate/ubuntu-release branch 3 times, most recently from 3aa32e8 to f20bb30 Compare February 9, 2024 00:34
@renovate renovate bot force-pushed the renovate/ubuntu-release branch 4 times, most recently from 33c620c to 2fb7a54 Compare February 16, 2024 00:37
@renovate renovate bot force-pushed the renovate/ubuntu-release branch 4 times, most recently from eca574e to 5f89fb1 Compare February 27, 2024 19:26
@renovate renovate bot force-pushed the renovate/ubuntu-release branch 6 times, most recently from 27e8c1a to 39b7810 Compare March 12, 2024 15:46
@renovate renovate bot force-pushed the renovate/ubuntu-release branch 5 times, most recently from fc7662c to d02ac4e Compare March 22, 2024 18:55
@renovate renovate bot force-pushed the renovate/ubuntu-release branch 8 times, most recently from 77ee3c4 to 39cd400 Compare September 11, 2024 14:25
@renovate renovate bot force-pushed the renovate/ubuntu-release branch 5 times, most recently from 56748be to ea913a5 Compare September 20, 2024 18:54
@renovate renovate bot force-pushed the renovate/ubuntu-release branch 2 times, most recently from 6b08bc0 to 77451dc Compare September 24, 2024 15:12
@renovate renovate bot force-pushed the renovate/ubuntu-release branch 6 times, most recently from 430c7c6 to ff94891 Compare October 7, 2024 16:31
@renovate renovate bot force-pushed the renovate/ubuntu-release branch 2 times, most recently from 0d4fa1d to 12d77f2 Compare October 11, 2024 15:40
@renovate renovate bot force-pushed the renovate/ubuntu-release branch 4 times, most recently from 5ed1e7b to 4161116 Compare October 22, 2024 16:15
@renovate renovate bot force-pushed the renovate/ubuntu-release branch from 4161116 to 5907178 Compare October 28, 2024 00:27
@renovate renovate bot force-pushed the renovate/ubuntu-release branch from 5907178 to 1f70f12 Compare October 28, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants