Skip to content

Commit

Permalink
Release prep 7.5.0 (sovity#925)
Browse files Browse the repository at this point in the history
* chore: v7.4.3 release preparation
* Disable flaky test
  • Loading branch information
ununhexium authored May 16, 2024
1 parent ec338b4 commit 95edac2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Env variables for docker-compose.yaml
EDC_IMAGE=ghcr.io/sovity/edc-dev:7.4.2
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:7.4.2
EDC_IMAGE=ghcr.io/sovity/edc-dev:7.5.0
TEST_BACKEND_IMAGE=ghcr.io/sovity/test-backend:7.5.0
EDC_UI_IMAGE=ghcr.io/sovity/edc-ui:3.2.2
EDC_UI_ACTIVE_PROFILE=sovity-open-source
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,24 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).

#### Minor Changes

#### Patch Changes

### Deployment Migration Notes

## [7.5.0] - 2024-05-16

### Overview

Additional Wrapper API features

### EDC UI

- https://github.com/sovity/edc-ui/releases/tag/v3.2.2

### EDC Extensions

#### Minor Changes

- API Wrapper Use Case API: Catalog endpoint

#### Patch Changes
Expand All @@ -23,6 +41,15 @@ Security updates

### Deployment Migration Notes

#### Compatible Versions

- Connector Backend Docker Images:
- Dev EDC: `ghcr.io/sovity/edc-dev:7.5.0`
- sovity EDC CE: `ghcr.io/sovity/edc-ce:7.5.0`
- MDS EDC CE: `ghcr.io/sovity/edc-ce-mds:7.5.0`
- Connector UI Docker Image: `ghcr.io/sovity/edc-ui:3.2.2`
- Connector UI Release: https://github.com/sovity/edc-ui/releases/tag/v3.2.2

## [7.4.2] - 2024-04-20

### Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
import de.sovity.edc.extension.e2e.connector.MockDataAddressRemote;
import de.sovity.edc.extension.e2e.db.TestDatabase;
import de.sovity.edc.extension.e2e.db.TestDatabaseViaTestcontainers;
import de.sovity.edc.extension.utils.junit.DisabledOnGithub;
import de.sovity.edc.utils.jsonld.vocab.Prop;
import org.eclipse.edc.junit.extensions.EdcExtension;
import org.junit.jupiter.api.BeforeEach;
Expand Down Expand Up @@ -100,6 +101,7 @@ void setup() {
dataAddress = new MockDataAddressRemote(providerConnector.getConfig().getDefaultEndpoint());
}

@DisabledOnGithub
@Test
void catalog_filtering_by_like() {
// arrange
Expand Down

0 comments on commit 95edac2

Please sign in to comment.