Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.micrometer:micrometer-bom 1.13.3 -> 1.13.4 age adoption passing confidence

Release Notes

micrometer-metrics/micrometer (io.micrometer:micrometer-bom)

v1.13.4: 1.13.4

🐞 Bug Fixes
  • BOM contains a non-resolvable dependency: io.micrometer:concurrency-tests #​5395
  • Zero percentile can be missing from Dynatrace meters where expected #​4750
📔 Documentation
🔨 Dependency Upgrades
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.18 to 1.7.19 #​5425
  • Bump dropwizard-metrics from 4.2.26 to 4.2.27 #​5423
  • Bump com.signalfx.public:signalfx-java from 1.0.44 to 1.0.45 #​5420
📝 Tasks
  • Bump org.apache.maven:maven-resolver-provider from 3.9.8 to 3.9.9 #​5426
  • Bump io.spring.develocity.conventions from 0.0.19 to 0.0.20 #​5424
  • Bump io.projectreactor:reactor-bom from 2022.0.21 to 2022.0.22 #​5422
  • Bump spring-javaformat from 0.0.42 to 0.0.43 #​5421
  • Bump org.postgresql:postgresql from 42.7.3 to 42.7.4 #​5418
  • Fix GuavaCacheMetricsTest and CaffeineCacheMetricsTest #​5405
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​izeye and @​madhead


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

snazy and others added 30 commits September 5, 2024 18:06
The configuration is relatively simple: automerge minor+patch updates and all GH action updates as soon as the updates are available. Exception is the awssdk, which has daily releases, so it's limited to "once per week".

For posterity, the config to let Renovate work against version-branches, restricted to patch-version bumps.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot requested a review from snazy as a code owner September 9, 2024 21:13
@renovate renovate bot enabled auto-merge (rebase) September 9, 2024 21:13
@renovate renovate bot force-pushed the renovate/main/io.micrometer-micrometer-bom-1.x branch from ec82471 to 64856ba Compare September 10, 2024 04:04
@renovate renovate bot force-pushed the renovate/main/io.micrometer-micrometer-bom-1.x branch from 64856ba to 5ee654c Compare September 10, 2024 12:31
@renovate renovate bot force-pushed the renovate/main/io.micrometer-micrometer-bom-1.x branch from 5ee654c to 75409ee Compare September 10, 2024 15:10
@renovate renovate bot force-pushed the renovate/main/io.micrometer-micrometer-bom-1.x branch from 75409ee to d0a159f Compare September 10, 2024 21:11
@renovate renovate bot force-pushed the renovate/main/io.micrometer-micrometer-bom-1.x branch from d0a159f to ee1293d Compare September 11, 2024 01:08
@renovate renovate bot force-pushed the renovate/main/io.micrometer-micrometer-bom-1.x branch from ee1293d to 2848ecb Compare September 11, 2024 04:32
@renovate renovate bot force-pushed the renovate/main/io.micrometer-micrometer-bom-1.x branch from 2848ecb to 04bf965 Compare September 11, 2024 22:13
@renovate renovate bot force-pushed the renovate/main/io.micrometer-micrometer-bom-1.x branch from 04bf965 to 43c8419 Compare September 12, 2024 10:40
@github-actions
Copy link

This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Oct 13, 2024
@github-actions github-actions bot closed this Oct 19, 2024
auto-merge was automatically disabled October 19, 2024 02:37

Pull request was closed

@snazy snazy deleted the renovate/main/io.micrometer-micrometer-bom-1.x branch January 18, 2025 17:39
snazy added a commit that referenced this pull request Apr 9, 2025
* Policy Store: PolicyMappingRecord with Persistence Impl (apache#1104)

* Spark: Setup repository code structure and build (apache#1190)

* Added freshness aware table loading using metadata file location for ETag (apache#1037)

* Pulled in iceberg 1.8.0 spec changes for freshness aware table loading and added feature to Polaris

* Changed etag support to use entityId:version tuple

* fixed getresponse call

* Changed etagged response to record and gave default implementation to ETaggableEntity

* Made iceberg rest spec docs clearer

* Added HTTP Compliant ETag and IfNoneMatch representations and separated persistence from etag logic

* Changed ETag to be a record and improved semantics of IfNoneMatch

* Fixed semantics of if none match

* Removed ETag representation, consolidated in IfNoneMatch

* fixed if none match parsing

* Added table entity retrieval method to table operations

* removed accidental commit of pycache folders

* Fixed formatting

* Changed to use metadata location hash

* Ran formatting

* use sha256

* Moved out ETag functions to utility class and removed ETaggedLoadTableResponse

* Addressed comments

* Fixed IcebergTableLikeEntity package rename

* main: Update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.31.0 (apache#1288)

* Update LICENSE and NOTICE in the distributions (admin and server) (apache#1258)

* Gradle/Quarkus: make imageBuild task depend on jandex (apache#1290)

* Core: Clarify the atomicity of BasePersistence methods (apache#1274)

* Implement GenericTableCatalogAdapter (apache#1264)

* rebase

* more fixes

* autolint

* working on tests

* stable test

* autolint

* polish

* changes per review

* some changes per review

* grants

* autolint

* changes per review

* changes per review

* typofix

* Improve code-containment and efficiency of etag-aware loading (apache#1296)

* Improve code-containment and efficiency of etag-aware loading

-Make the hash generation resilient against null metadataLocation
-Use getResolvedPath instead of getPassthroughResolvedPath to avoid redundant persistence round-trip
-Only try to calculate the etag for comparison against ifNoneMatch if the ifNoneMatch is actually provided

* Add strict null-checking at callsites to generateETag, disallow passing null to generator

* Add TODO to refactor shared logic for etag generation

* Core: Add Endpoints and resource paths for Generic Table (apache#1286)

* main: Update dependency com.nimbusds:nimbus-jose-jwt to v10.1 (apache#1299)

* [JDBC] Part1 : ADD SQL script for Polaris setup (apache#1276)

* main: Update registry.access.redhat.com/ubi9/openjdk-21-runtime Docker tag to v1.22-1.1743605859 (apache#1300)

* done (apache#1297)

* Add Polaris Community Meeting for April 3, 2025 (apache#1304)

* Move varint to components/persistence and adopt package name

* NoSQL: Move varint to components/persistence and adopt package name

* NoSQL: Remove `RealmId`

* Make `BasePolaritsMetaStoreManagerTest` and `(Base)ResolverTest` reusable

Moves the test cases into the `Base*` classes and make sure the classes can be reused by other persistence implementations.

* NoSQL: more changes

* make telemetry work
* implement Polaris policies
* adopt cache to [Nessie](projectnessie/nessie#10629 change

---------

Co-authored-by: Honah (Jonas) J. <[email protected]>
Co-authored-by: gh-yzou <[email protected]>
Co-authored-by: Mansehaj Singh <[email protected]>
Co-authored-by: Mend Renovate <[email protected]>
Co-authored-by: JB Onofré <[email protected]>
Co-authored-by: Alexandre Dutra <[email protected]>
Co-authored-by: Yufei Gu <[email protected]>
Co-authored-by: Eric Maynard <[email protected]>
Co-authored-by: Dennis Huo <[email protected]>
Co-authored-by: Prashant Singh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants