Releases: catenax-ng/catenax-at-home
0.1.3
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 configwrapper.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
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 configurationwrapper.cache.enabled
was renamed towrapper.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 settingwrapper.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 configurationwrapper.cache.catalog.period
to 0 to disable the cache.
Bugfixes
- Fix ignoring of declination of contract negotiation by @florianrusch-zf in #163
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
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
What's Changed
API-Wrapper
🎉 New Container Image Version: ghcr.io/catenax-ng/catenax-at-home/consumer-api-wrapper:0.0.5
Breaking changes
- Update to Product-EDC 0.1.0 and 0.0.1-20220818-SNAPSHOT of upstream by @florianrusch-zf in #146, #151
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
What's Changed
API-Wrapper
🎉 New Container Image Version: ghcr.io/catenax-ng/catenax-at-home/consumer-api-wrapper:0.0.4
Features
- Make agreement cache configurable and disable it on default by @florianrusch-zf in #112
- Make callback timeout configurable and increase it's default value to 20 seconds by @florianrusch-zf in #113
Chore
- Switch api-wrapper tag in helm-chart to 0.0.4 #115
From old releases
Bugfixes
- Modify Method isAuthenticated to accept several headers by @diegogomez-zf in #79
Full Changelog: 0.0.4...0.0.5
0.0.4
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
- Update proxy image tag in helm chart by @florianrusch-zf in #109
API-Wrapper
⚠️ No new version created, because of non-important minor changes.
Bugfixes
- Modify Method isAuthenticated to accept several headers by @diegogomez-zf in #79
Chore
- Add README.md with initial building instructions to the api-wrapper by @florianrusch-zf in #108
- Rename package name for API-Wrapper by @tuncaytunc-zf in #83
- Update api-wrapper Helm Chart README.md by @florianrusch-zf in #71
- Update image tag in api-wrapper helm chart by @florianrusch-zf in #69
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
What's Changed
- Fix wrong api-wrapper url in aas-proxy by @florianrusch-zf in #62
- Replace edc image builds with pre-build images & allow debugging with older edc versions by @florianrusch-zf in #65
- Create SECURITY.md by @Zied-Belkhiria-Mhp in #67
- Remove control api completely by @florianrusch-zf in #68
- Create Unit Tests for Api Wrapper by @diegogomez-zf in #66
- Bump swagger-jaxrs2-jakarta from 2.1.11 to 2.2.0 in /api-wrapper/services/api-wrapper by @dependabot in #52
New Contributors
- @Zied-Belkhiria-Mhp made their first contribution in #67
Full Changelog: 0.0.2...0.0.3
0.0.2
⚠️ 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
- Reactivate contract agreement cache and add data-plane token expiration check by @tuncaytunc-zf in #27
- Remove unneeded control plane controller by @florianrusch-zf in #29
- Replace control api with data management api by @tuncaytunc-zf in #33
- Fix response parsing of creating negotiation & transfer-process regarding the newest EDC version by @florianrusch-zf in #40
- Create trivy.yml by @the-tatanka in #41
- Update checkov.yml by @the-tatanka in #43
- Fix deserialization of NegotiationId & TransferId by @florianrusch-zf in #44
- Fix wrong type interpretation for references in submodel descriptor by @florianrusch-zf in #47
- Improve logging by @florianrusch-zf in #48
- Add OpenAPI documentation for API-Wrapper by @tuncaytunc-zf in #45
- Update dependencies & add Dependabot into ci by @diegogomez-zf in #22
- Add helm charts by @florianrusch-zf in #51
- Rename api-wrapper & proxy container images by @florianrusch-zf in #59
- Create new images for API-Wrapper & AAS-Proxy by @florianrusch-zf in #60
- Bump spring-cloud-starter-openfeign from 3.1.1 to 3.1.2 in /api-wrapper/services/semantics by @dependabot in #58
- Bump postgresql from 42.3.4 to 42.3.5 in /api-wrapper/services/semantics by @dependabot in #57
- Bump java-jwt from 3.19.1 to 3.19.2 in /api-wrapper/services/api-wrapper by @dependabot in #53
New Contributors
- @tuncaytunc-zf made their first contribution in #27
- @the-tatanka made their first contribution in #41
- @diegogomez-zf made their first contribution in #22
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
This is the first initial release.
What's Changed
- Add issue templates by @florianrusch-zf in #2
- Add copyright holder to LICENSE file by @florianrusch-zf in #4
- Initial merge of the applications from tractusx by @florianrusch-zf in #1
- Update third party libraries by @florianrusch-zf in #13
- Bump jackson-databind from 2.13.1 to 2.13.2.1 in aasproxy by @dependabot in #14
- Bump spring-webmvc from 5.3.12 to 5.3.18 in semantics by @dependabot in #11
- Bump liquibase-core from 4.7.1 to 4.8.0 in semantics by @dependabot in #10
- Bump postgresql from 42.2.25 to 42.3.3 in semantics by @dependabot in #9
- Add environments to registry-service container & add port descriptions by @florianrusch-zf in #17
- Add script for creating & pushing the container images by @florianrusch-zf in #18
New Contributors
- @florianrusch-zf made their first contribution in #2
- @dependabot made their first contribution in #14
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