This repository was archived by the owner on Jun 11, 2025. It is now read-only.
fix(deps): update edcversion#86
Open
stackable-bot wants to merge 1 commit intomainstackabletech/edc-operator:mainfrom
Open
fix(deps): update edcversion#86stackable-bot wants to merge 1 commit intomainstackabletech/edc-operator:mainfrom
stackable-bot wants to merge 1 commit intomainstackabletech/edc-operator:mainfrom
Conversation
ead155c to
7807a00
Compare
7807a00 to
acd0ee5
Compare
acd0ee5 to
8918dc0
Compare
8918dc0 to
2e224af
Compare
| datasource | package | from | to | | ---------- | ------------------------------------------ | ----- | ------ | | maven | org.eclipse.edc:util | 0.1.2 | 0.6.0 | | maven | org.eclipse.edc:http-spi | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:core-spi | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:data-plane-util | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:data-plane-spi | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:transfer-spi | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:monitor-jdk-logger | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:junit | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:transfer-data-plane | 0.1.2 | 0.8.1 | | maven | org.eclipse.edc:data-plane-client | 0.1.2 | 0.8.1 | | maven | org.eclipse.edc:vault-hashicorp | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:iam-mock | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:data-plane-core | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:data-plane-selector-core | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:data-plane-selector-client | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:management-api | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:auth-tokenbased | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:dsp | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:http | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:configuration-filesystem | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:api-observability | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:control-plane-core | 0.1.2 | 0.12.0 | | maven | org.eclipse.edc:boot | 0.1.2 | 0.12.0 |
2e224af to
d26594a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.1.2->0.6.00.1.2->0.12.00.1.2->0.12.00.1.2->0.12.00.1.2->0.12.00.1.2->0.12.00.1.2->0.12.00.1.2->0.12.00.1.2->0.8.10.1.2->0.8.10.1.2->0.12.00.1.2->0.12.00.1.2->0.12.00.1.2->0.12.00.1.2->0.12.00.1.2->0.12.00.1.2->0.12.00.1.2->0.12.00.1.2->0.12.00.1.2->0.12.00.1.2->0.12.00.1.2->0.12.00.1.2->0.12.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
eclipse-edc/Connector (org.eclipse.edc:util)
v0.6.0What's Changed
Breaking changes
DataRequestvalue object intoTransferProcessby @ndr-brt in https://github.com/eclipse-edc/Connector/pull/4009Bugfixes
Iatpmodules by @bscholtes1A in https://github.com/eclipse-edc/Connector/pull/3875typeandcredentialSubjectproperties inVerifiableCredentialby @bscholtes1A in https://github.com/eclipse-edc/Connector/pull/3883ParticipantAgentExtensioninIdentityAndTrustExtensionby @bscholtes1A in https://github.com/eclipse-edc/Connector/pull/3888New Features & Improvements
EdcRuntimeExtensiondynamic by @ndr-brt in https://github.com/eclipse-edc/Connector/pull/3858negotiations/offerendpoint by @ndr-brt in https://github.com/eclipse-edc/Connector/pull/3854PolicyDefinitionby @saschaisele-zf in https://github.com/eclipse-edc/Connector/pull/3863TransferSuspensionMessagetransformers by @ndr-brt in https://github.com/eclipse-edc/Connector/pull/3987Dependencies
Documentation
Other Changes
offerIdproperty by @ndr-brt in https://github.com/eclipse-edc/Connector/pull/3847ContractValidationServiceby @ndr-brt in https://github.com/eclipse-edc/Connector/pull/3878JwtToVerifiableCredentialTransformerby @bscholtes1A in https://github.com/eclipse-edc/Connector/pull/3879USEtouseby @ndr-brt in https://github.com/eclipse-edc/Connector/pull/3927JtiValidationRulewarning only once at creation time by @bscholtes1A in https://github.com/eclipse-edc/Connector/pull/4049New Contributors
Full Changelog: eclipse-edc/Connector@v0.5.1...v0.6.0
v0.5.1What's Changed
Breaking changes
Bugfixes
methodproperty from being mandatory for push http transfers by @ndr-brt in https://github.com/eclipse-edc/Connector/pull/3797New Features & Improvements
Dependencies
Other Changes
Full Changelog: eclipse-edc/Connector@v0.5.0...v0.5.1
v0.5.0What's Changed
Breaking changes
TransferProcessconnectorIdby @hamidonos in https://github.com/eclipse-edc/Connector/pull/3625Bugfixes
CatalogServiceby @ndr-brt in https://github.com/eclipse-edc/Connector/pull/3680New Features & Improvements
DataFlowManagertransfer types by @ndr-brt in https://github.com/eclipse-edc/Connector/pull/3669consumerPidandproviderPidfor ContractNegotiation by @ndr-brt in https://github.com/eclipse-edc/Connector/pull/3717Dependencies
Documentation
Other Changes
DataPlaneClientandDataPlaneSelectorby @ndr-brt in https://github.com/eclipse-edc/Connector/pull/3641CriterionToWhereClauseConverterby @ndr-brt in https://github.com/eclipse-edc/Connector/pull/3737New Contributors
Full Changelog: eclipse-edc/Connector@v0.4.1...v0.5.0
v0.4.1What's Changed
Bug
Configuration
📅 Schedule: Branch creation - "" in timezone Europe/Berlin, 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.
This PR has been generated by Renovate Bot.