Skip to content

Releases: catenax-ng/catenax-at-home

0.1.3

20 Oct 09:17
ea5fe40
Compare
Choose a tag to compare

What's Changed

API-Wrapper

🎉 New Container Image Version: ghcr.io/catenax-ng/catenax-at-home/consumer-api-wrapper:0.1.3

New features

  • feat: Use pagination when fetching catalog by @diegogomez-zf in #200
    The catalog will now be fetched by crawling through smaller pages of the catalog of the provider. (At the moment) The default behavior works like this, that per page 100 contract-definitions will be fetched (if contract-definition <-> assets are not implemented by an 1-to-1 relationship, their will be more contract-offers returned). If you want to customize the page size, you can configure it with the config wrapper.catalog.page.size.
  • feat: Update edc version to be aligned with product-edc 0.1.2 by @florianrusch-zf in #205

Bugfixes

  • fix: Prevent double slash in connector path called by api-wrapper by @lholthof in #189
  • fix: Use real timeout in error log output when EndpointDataReference was not received intime by @florianrusch-zf in #203

Chore

  • chore: Fix release pipeline by @florianrusch-zf in #212
  • chore: Update helm chart & remove aas-proxy helm chart & add container image build script by @florianrusch-zf in #181
  • chore: Bump java-jwt from 4.0.0 to 4.1.0 in /api-wrapper/services/api-wrapper by @dependabot in #193
  • chore: Bump swagger-jaxrs2-jakarta from 2.2.2 to 2.2.4 in /api-wrapper/services/api-wrapper by @dependabot in #197
  • chore: Bump mockito-inline from 4.8.0 to 4.8.1 in /api-wrapper/services/api-wrapper by @dependabot in #198
  • chore: Bump io.swagger.core.v3.swagger-gradle-plugin from 2.2.2 to 2.2.4 in /api-wrapper/services/api-wrapper by @dependabot in #199
  • chore: Add gradle build ci job by @florianrusch-zf in #204
  • chore: Bump docker/build-push-action from 2.5.0 to 3.2.0 by @dependabot in #206
  • chore: Bump actions/setup-java from 3.3.0 to 3.6.0 by @dependabot in #210
  • chore: Update helm chart versioning & container tag by @florianrusch-zf in #211
  • chore: Bump veracode/veracode-uploadandscan-action from 0.2.1 to 1.0 by @dependabot in #208
  • chore: Bump docker/login-action from 1.10.0 to 2.1.0 by @dependabot in #207
  • chore: Bump actions/checkout from 2 to 3 by @dependabot in #209

New Contributors

Full Changelog: 0.0.8...0.1.3

0.0.8

27 Sep 12:37
cafa70e
Compare
Choose a tag to compare

What's Changed

API-Wrapper

🎉 New Container Image Version: ghcr.io/catenax-ng/catenax-at-home/consumer-api-wrapper:0.0.7

⚠️ Breaking changes ⚠️

  • Rename agreement cache config by @florianrusch-zf in #177
    The configuration wrapper.cache.enabled was renamed to wrapper.cache.agreement.enabled

New features

  • Cache catalog by @ndr-brt in #176
    The catalog cache will cache the catalog response of the provider for a given time period (default 300 seconds, can be configured by setting wrapper.cache.catalog.period). After this period the catalog will be refetched from the provider connector.
  • Catalog cache made deactivatable by @florianrusch-zf in #177
    You can set the configuration wrapper.cache.catalog.period to 0 to disable the cache.

Bugfixes

Chore

  • chore: Bump junit-jupiter-engine from 5.9.0 to 5.9.1 in /api-wrapper/services/api-wrapper by @dependabot in #171
  • chore: Bump junit-jupiter-api from 5.9.0 to 5.9.1 in /api-wrapper/services/api-wrapper by @dependabot in #169

New Contributors

Full Changelog: 0.0.7...0.0.8

0.0.7

08 Sep 11:39
961bc34
Compare
Choose a tag to compare

What's Changed

API-Wrapper

🎉 New Container Image Version: ghcr.io/catenax-ng/catenax-at-home/consumer-api-wrapper:0.0.6

Bugfixes

  • fix: Add missing snapshot registry for upstream edc dependencies by @matgnt in #153
  • fix: Update to Product-EDC 0.1.1 version & impl workaround for catalog limit by @florianrusch-zf @matgnt in #159

New Contributors

Full Changelog: 0.0.6...0.0.7

0.0.6

22 Aug 13:30
95bbd3e
Compare
Choose a tag to compare

What's Changed

API-Wrapper

🎉 New Container Image Version: ghcr.io/catenax-ng/catenax-at-home/consumer-api-wrapper:0.0.5

Breaking changes

Chore

  • Bump mockito-inline from 4.5.1 to 4.7.0 in /api-wrapper/services/api-wrapper by @dependabot in #145
  • Bump io.swagger.core.v3.swagger-gradle-plugin from 2.2.0 to 2.2.2 in /api-wrapper/services/api-wrapper by @dependabot in #134

Backend-Data-Service

⚠️ No new version created, because of non-important minor changes.

Chore

  • Bump org.springframework.boot from 2.6.7 to 2.7.3 in /api-wrapper/services/backend-data-service by @dependabot in #149
  • Bump io.spring.dependency-management from 1.0.11.RELEASE to 1.0.13.RELEASE in /api-wrapper/services/backend-data-service by @dependabot in #143

CI-Pipeline

  • Update and rename checkov.yml to kics.yml by @the-tatanka in #141

Full Changelog: 0.0.5...0.0.6

0.0.5

10 Jun 06:19
20c9bca
Compare
Choose a tag to compare

What's Changed

API-Wrapper

🎉 New Container Image Version: ghcr.io/catenax-ng/catenax-at-home/consumer-api-wrapper:0.0.4

Features

Chore

  • Switch api-wrapper tag in helm-chart to 0.0.4 #115

From old releases

Bugfixes

Full Changelog: 0.0.4...0.0.5

0.0.4

07 Jun 10:39
96a3731
Compare
Choose a tag to compare

What's Changed

AAS-Proxy

🎉 New Container Image Version: ghcr.io/catenax-ng/catenax-at-home/consumer-aas-proxy:0.0.3

Bugfixes

  • Fix missing Business-Partner-Number at provider-connector-url param for wrapper in the aas-proxy by @florianrusch-zf in #107

Chore


API-Wrapper

⚠️ No new version created, because of non-important minor changes.

Bugfixes

Chore


CI Pipeline

  • Update checkov.yml by @the-tatanka in #101
  • Integrate Veracode scans on weekly basis. by @tuncaytunc-zf in #77

Full Changelog: 0.0.3...0.0.4

0.0.3

10 May 13:37
9fb62b4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.2...0.0.3

0.0.2

06 May 06:30
c0f3ea1
Compare
Choose a tag to compare

⚠️ Attention ⚠️

The container image names from the aas-proxy and the api-wrapper changed!

  • ghcr.io/catenax-ng/catenax-at-home/api-wrapper--> ghcr.io/catenax-ng/catenax-at-home/consumer-api-wrapper
  • ghcr.io/catenax-ng/catenax-at-home/consumer-aas-proxy-service --> ghcr.io/catenax-ng/catenax-at-home/consumer-aas-proxy

Additional, we have not updated the Getting-Started-Guide so far. We want to get ride of the custom EDC's and to use the version of catenax-ng/product-edc.

What's Changed

New Contributors

Full Changelog: 0.0.1...0.0.2
Container Images: https://github.com/orgs/catenax-ng/packages?repo_name=catenax-at-home

0.0.1

20 Apr 16:18
cb3cff2
Compare
Choose a tag to compare

This is the first initial release.

What's Changed

New Contributors

Full Changelog: https://github.com/catenax-ng/catenax-at-home/commits/0.0.1
Container Images: https://github.com/orgs/catenax-ng/packages?repo_name=catenax-at-home