Skip to content

Commit

Permalink
Automatic update for the Changelog for release (#3227)
Browse files Browse the repository at this point in the history
* Update changelog

Signed-off-by: Zowe Robot <[email protected]>
Signed-off-by: Pavel Jares <[email protected]>

* fix content of the new changelog

Signed-off-by: Pavel Jares <[email protected]>

* change logs enhancements

Signed-off-by: Pavel Jares <[email protected]>

* [skip ci] Update version

Signed-off-by: Pavel Jares <[email protected]>

* [Gradle Release plugin] [skip ci] Before tag commit 'v2.13.1'.

Signed-off-by: Pavel Jares <[email protected]>

* [Gradle Release plugin] Create new version: 'v2.13.2-SNAPSHOT'.

Signed-off-by: Pavel Jares <[email protected]>

* feat: ZAAS /safIdt endpoint to generate SAF ID token for authenticated user (#3220)

* New ZAAS safIdt endpoint to generate SAF ID tokens for authenticated user.

Signed-off-by: Petr Weinfurt <[email protected]>

* IT tests for safIdt endpoint.

Signed-off-by: Petr Weinfurt <[email protected]>

* Address code review comments.

Signed-off-by: Petr Weinfurt <[email protected]>

* Remove unused class

Signed-off-by: Petr Weinfurt <[email protected]>

* Fix tests

Signed-off-by: Petr Weinfurt <[email protected]>

* Fix IT tests

Signed-off-by: Petr Weinfurt <[email protected]>

* Fix unit tests

Signed-off-by: Petr Weinfurt <[email protected]>

* Add Controller Advice to handle exceptions.

Signed-off-by: Petr Weinfurt <[email protected]>

* Handle more exceptions.

Signed-off-by: Petr Weinfurt <[email protected]>

* Add content type and body to negative test.

Signed-off-by: Petr Weinfurt <[email protected]>

* Add content type and body to negative test.

Signed-off-by: Petr Weinfurt <[email protected]>

* Add content type and body to negative test.

Signed-off-by: Petr Weinfurt <[email protected]>

* Add negative tests with valid Okta token and no mapping.

Signed-off-by: Petr Weinfurt <[email protected]>

* Fix Rest assured RequestSpec preparation.

Signed-off-by: Petr Weinfurt <[email protected]>

* Checkout the main branch before Sonar scan to resolve issue 'Could not find ref 'v2.x.x' in refs/heads, refs/remotes/upstream or refs/remotes/origin.'

Signed-off-by: Petr Weinfurt <[email protected]>

* Fetch the main branch before Sonar scan to resolve issue 'Could not find ref 'v2.x.x' in refs/heads, refs/remotes/upstream or refs/remotes/origin.'

Signed-off-by: Petr Weinfurt <[email protected]>

* Replace deprecated sonar.login property

Signed-off-by: Petr Weinfurt <[email protected]>

* Fetch depth 0

Signed-off-by: Petr Weinfurt <[email protected]>

* Handle TokenNotValid and TokenExpired exception with 401 response.

Signed-off-by: Petr Weinfurt <[email protected]>

---------

Signed-off-by: Petr Weinfurt <[email protected]>
Signed-off-by: Pavel Jares <[email protected]>

* Update CONTRIBUTING.md (#3206)

Add step-by-step instructions for contributing
Remove irelevant parts of the Retrospective

Signed-off-by: Jakub Balhar <[email protected]>
Signed-off-by: Pavel Jares <[email protected]>

* fix: Fix of resource leak in loading of images in API Catalog (#3233)

Signed-off-by: Pavel Jares <[email protected]>

* chore: Upgrade of LogBack and Spring Boot (#3232)

Signed-off-by: Pavel Jares <[email protected]>

* update changelog

Signed-off-by: Pavel Jares <[email protected]>

* feat: Cloud Gateway SAF IDT auth scheme (#3234)

* chore: move babel to dev, modify webpack config, spring security

Signed-off-by: achmelo <[email protected]>

* read keys from common httpsconfig

Signed-off-by: achmelo <[email protected]>

* New ZAAS safIdt endpoint to generate SAF ID tokens for authenticated user.

Signed-off-by: Petr Weinfurt <[email protected]>

* IT tests for safIdt endpoint.

Signed-off-by: Petr Weinfurt <[email protected]>

* initial safidt filter impl

Signed-off-by: achmelo <[email protected]>

* Address code review comments.

Signed-off-by: Petr Weinfurt <[email protected]>

* Remove unused class

Signed-off-by: Petr Weinfurt <[email protected]>

* Fix tests

Signed-off-by: Petr Weinfurt <[email protected]>

* Fix IT tests

Signed-off-by: Petr Weinfurt <[email protected]>

* Fix unit tests

Signed-off-by: Petr Weinfurt <[email protected]>

* Add Controller Advice to handle exceptions.

Signed-off-by: Petr Weinfurt <[email protected]>

* refactor, unit tests

Signed-off-by: achmelo <[email protected]>

* Handle more exceptions.

Signed-off-by: Petr Weinfurt <[email protected]>

* safidt service in test

Signed-off-by: achmelo <[email protected]>

* Add content type and body to negative test.

Signed-off-by: Petr Weinfurt <[email protected]>

* Add content type and body to negative test.

Signed-off-by: Petr Weinfurt <[email protected]>

* Add content type and body to negative test.

Signed-off-by: Petr Weinfurt <[email protected]>

* Add negative tests with valid Okta token and no mapping.

Signed-off-by: Petr Weinfurt <[email protected]>

* Fix Rest assured RequestSpec preparation.

Signed-off-by: Petr Weinfurt <[email protected]>

* Checkout the main branch before Sonar scan to resolve issue 'Could not find ref 'v2.x.x' in refs/heads, refs/remotes/upstream or refs/remotes/origin.'

Signed-off-by: Petr Weinfurt <[email protected]>

* Fetch the main branch before Sonar scan to resolve issue 'Could not find ref 'v2.x.x' in refs/heads, refs/remotes/upstream or refs/remotes/origin.'

Signed-off-by: Petr Weinfurt <[email protected]>

* Replace deprecated sonar.login property

Signed-off-by: Petr Weinfurt <[email protected]>

* Replace deprecated sonar.login property

Signed-off-by: Petr Weinfurt <[email protected]>

* remove git fetch

Signed-off-by: Petr Weinfurt <[email protected]>

* Fetch depth 0

Signed-off-by: Petr Weinfurt <[email protected]>

* Fetch depth 0

Signed-off-by: Petr Weinfurt <[email protected]>

* Add SAF IDT request to negative IT tests

Signed-off-by: Petr Weinfurt <[email protected]>

* Handle TokenNotValid and TokenExpired exception with 401 response.

Signed-off-by: Petr Weinfurt <[email protected]>

* Handle TokenNotValid and TokenExpired exception with 401 response.

Signed-off-by: Petr Weinfurt <[email protected]>

* remove duplicated code

Signed-off-by: achmelo <[email protected]>

* delete unused imports

Signed-off-by: achmelo <[email protected]>

---------

Signed-off-by: achmelo <[email protected]>
Signed-off-by: Petr Weinfurt <[email protected]>
Co-authored-by: Petr Weinfurt <[email protected]>
Signed-off-by: Pavel Jares <[email protected]>

* [skip ci] Update version

Signed-off-by: Pavel Jares <[email protected]>

* [Gradle Release plugin] [skip ci] Before tag commit 'v2.13.2'.

Signed-off-by: Pavel Jares <[email protected]>

* [Gradle Release plugin] Create new version: 'v2.13.3-SNAPSHOT'.

Signed-off-by: Pavel Jares <[email protected]>

* chore: support additional contents - catalog (#3215)

* add content mapping - wip

Signed-off-by: at670475 <[email protected]>

* fix slint

Signed-off-by: at670475 <[email protected]>

* embed medium blogs

Signed-off-by: at670475 <[email protected]>

* remove config

Signed-off-by: at670475 <[email protected]>

* fix

Signed-off-by: at670475 <[email protected]>

* add expandable icons

Signed-off-by: at670475 <[email protected]>

* wip - use cases work

Signed-off-by: at670475 <[email protected]>

* format cases

Signed-off-by: at670475 <[email protected]>

* fix

Signed-off-by: at670475 <[email protected]>

* open new tab for links

Signed-off-by: at670475 <[email protected]>

* embed internal doc

Signed-off-by: at670475 <[email protected]>

* adjusting based on the design decision

Signed-off-by: at670475 <[email protected]>

* fix css

Signed-off-by: at670475 <[email protected]>

* fix

Signed-off-by: at670475 <[email protected]>

* fix

Signed-off-by: at670475 <[email protected]>

* fix window size

Signed-off-by: at670475 <[email protected]>

* fix css

Signed-off-by: at670475 <[email protected]>

* fix

Signed-off-by: at670475 <[email protected]>

* fix margin between videos

Signed-off-by: at670475 <[email protected]>

* revert back

Signed-off-by: at670475 <[email protected]>

* fix label name

Signed-off-by: at670475 <[email protected]>

* add check for title and description

Signed-off-by: at670475 <[email protected]>

* disable link

Signed-off-by: at670475 <[email protected]>

* add tests

Signed-off-by: at670475 <[email protected]>

* fix

Signed-off-by: at670475 <[email protected]>

* clean up of codea nd tests

Signed-off-by: at670475 <[email protected]>

* clean up

Signed-off-by: at670475 <[email protected]>

* increase default counter

Signed-off-by: at670475 <[email protected]>

* revert back tests

Signed-off-by: at670475 <[email protected]>

* add margin to blogs

Signed-off-by: at670475 <[email protected]>

* fix button

Signed-off-by: at670475 <[email protected]>

* support zowe doc tutorials

Signed-off-by: at670475 <[email protected]>

* fix testa

Signed-off-by: at670475 <[email protected]>

* fix test

Signed-off-by: at670475 <[email protected]>

* increase coverage

Signed-off-by: at670475 <[email protected]>

* reduce complexity

Signed-off-by: at670475 <[email protected]>

* fix code smells

Signed-off-by: at670475 <[email protected]>

* fix

Signed-off-by: at670475 <[email protected]>

* fix code smells

Signed-off-by: at670475 <[email protected]>

* fix code smell

Signed-off-by: at670475 <[email protected]>

* fix bug

Signed-off-by: at670475 <[email protected]>

* add tests

Signed-off-by: at670475 <[email protected]>

* fix bug

Signed-off-by: at670475 <[email protected]>

* add test

Signed-off-by: at670475 <[email protected]>

* fix test

Signed-off-by: at670475 <[email protected]>

* refactoring

Signed-off-by: at670475 <[email protected]>

* fix test

Signed-off-by: at670475 <[email protected]>

* fix

Signed-off-by: at670475 <[email protected]>

* optymize

Signed-off-by: at670475 <[email protected]>

* fix

Signed-off-by: at670475 <[email protected]>

* add tests

Signed-off-by: at670475 <[email protected]>

* fix test

Signed-off-by: at670475 <[email protected]>

* add test

Signed-off-by: at670475 <[email protected]>

* add tests

Signed-off-by: at670475 <[email protected]>

* fix

Signed-off-by: at670475 <[email protected]>

* fix issue with description

Signed-off-by: at670475 <[email protected]>

* add test

Signed-off-by: at670475 <[email protected]>

* add test

Signed-off-by: at670475 <[email protected]>

---------

Signed-off-by: at670475 <[email protected]>
Signed-off-by: Pavel Jares <[email protected]>

* chore: AT-TLS context configuration tests (#3236)

---------

Signed-off-by: Pablo Hernán Carle <[email protected]>
Co-authored-by: Pablo Hernán Carle <[email protected]>
Signed-off-by: Pavel Jares <[email protected]>

* [skip ci] Update version

Signed-off-by: Pavel Jares <[email protected]>

* [Gradle Release plugin] [skip ci] Before tag commit 'v2.13.3'.

Signed-off-by: Pavel Jares <[email protected]>

* [Gradle Release plugin] Create new version: 'v2.13.4-SNAPSHOT'.

Signed-off-by: Pavel Jares <[email protected]>

* DCO commit

Signed-off-by: Pavel Jares <[email protected]>

---------

Signed-off-by: Zowe Robot <[email protected]>
Signed-off-by: Pavel Jares <[email protected]>
Signed-off-by: Petr Weinfurt <[email protected]>
Signed-off-by: Jakub Balhar <[email protected]>
Signed-off-by: achmelo <[email protected]>
Signed-off-by: at670475 <[email protected]>
Signed-off-by: Pablo Hernán Carle <[email protected]>
Co-authored-by: Zowe Robot <[email protected]>
Co-authored-by: Pavel Jareš <[email protected]>
Co-authored-by: Petr Weinfurt <[email protected]>
Co-authored-by: Jakub Balhar <[email protected]>
Co-authored-by: Pavel Jareš <[email protected]>
Co-authored-by: achmelo <[email protected]>
Co-authored-by: Andrea Tabone <[email protected]>
Co-authored-by: Pablo Carle <[email protected]>
Co-authored-by: Pablo Hernán Carle <[email protected]>
  • Loading branch information
10 people authored Dec 18, 2023
1 parent 7416c40 commit e2f51b1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

All notable changes to the Zowe API Mediation Layer package will be documented in this file.

## `2.13.2 / Zowe 2.13.0 (2023-12-04)`

* Feature: CORS enabled in default mode with AT-TLS profile (#3221) ([047ec144](https://github.com/zowe/api-layer/commit/047ec144)), closes [#3221](https://github.com/zowe/api-layer/issues/3221)
* Feature: Add Zowe authentication scheme to Cloud Gateway (#3214) ([b71fbc1](https://github.com/zowe/api-layer/commit/b71fbc1)), closes [#3214](https://github.com/zowe/api-layer/issues/3214)
* Feature: Add new `/zaas/zoweJwt` endpoint to provide Zowe JWT token for Spring cloud Gateway (#3199) ([7d42791d](https://github.com/zowe/api-layer/commit/7d42791d)), closes [#3199](https://github.com/zowe/api-layer/issues/3199)
* Feature: Add new `/zaas/zosmf` endpoint to provide z/OSMF JWT/LTPA2 token for Spring cloud Gateway (#3153) ([cc96c81](https://github.com/zowe/api-layer/commit/cc96c81)), closes [#3153](https://github.com/zowe/api-layer/issues/3153)
* Feature: Add new `/zaas/safIdt` endpoint to provide SAF IDT token for Spring cloud Gateway (#3220) ([c72adbc8](https://github.com/zowe/api-layer/commit/c72adbc8)), closes [#3220](https://github.com/zowe/api-layer/issues/3220)
* Feature: Support z/OSMF scheme in Spring Cloud Gateway (#3190) ([c059322](https://github.com/zowe/api-layer/commit/c059322)), closes [#3190](https://github.com/zowe/api-layer/issues/3190)
* Feature: Fixes for Azure JWKS reader (#3201) ([f24695ed](https://github.com/zowe/api-layer/commit/f24695ed)), closes [#3200](https://github.com/zowe/api-layer/issues/3200)
* Feature: Supporting additional Discovery Service registration by Spring Cloud Gateway (#3181) ([c6cc561](https://github.com/zowe/api-layer/commit/c6cc561)), closes [#3181](https://github.com/zowe/api-layer/issues/3181)
* Feature: Gateway additional registrations HA (#3127) ([a367380](https://github.com/zowe/api-layer/commit/a367380)), closes [#3127](https://github.com/zowe/api-layer/issues/3127)
* Feature: Fetch JWK from OIDC providers (#3137) ([b23bb8f](https://github.com/zowe/api-layer/commit/b23bb8f)), closes [#3137](https://github.com/zowe/api-layer/issues/3137)

* Bugfix: Fix signing outgoing call from Cloud Gateway just if necessary (#3203) ([12ca262](https://github.com/zowe/api-layer/commit/12ca262)), closes [#3203](https://github.com/zowe/api-layer/issues/3203)
* Bugfix: AT-TLS support (#3186) ([8a26c44](https://github.com/zowe/api-layer/commit/8a26c44)), closes [#3186](https://github.com/zowe/api-layer/issues/3186)
* Bugfix: read public key from keyring (#3212) ([a0a6937](https://github.com/zowe/api-layer/commit/a0a6937)), closes [#3212](https://github.com/zowe/api-layer/issues/3212)
* Bugfix: Update bean definitions for noop cache mode (#3197) ([b73d812](https://github.com/zowe/api-layer/commit/b73d812)), closes [#3197](https://github.com/zowe/api-layer/issues/3197)
* Bugfix: Change ehCache storage location (#3184) ([adfadff](https://github.com/zowe/api-layer/commit/adfadff)), closes [#3184](https://github.com/zowe/api-layer/issues/3184)
* Bugfix: Fix qualifier for JWT clock (#3180) ([6bc1afae](https://github.com/zowe/api-layer/commit/6bc1afae)), closes [#3180](https://github.com/zowe/api-layer/pull/3180)
* Bugfix: Set HTTP client timeouts (#3174) ([f9d5d6f](https://github.com/zowe/api-layer/commit/f9d5d6f)), closes [#3174](https://github.com/zowe/api-layer/issues/3174)
* Bugfix: Style updates for Catalog UI and Caching Fix for static file distribution in API Catalog (#3168) ([092c45b](https://github.com/zowe/api-layer/commit/092c45b)), closes [#3168](https://github.com/zowe/api-layer/issues/3168)
* Bugfix: Gateway additional registration fixes (#3172) ([557b4f5](https://github.com/zowe/api-layer/commit/557b4f5)), closes [#3172](https://github.com/zowe/api-layer/issues/3172)
* Bugfix: Reasonable defaults in the cloud-gateway-service application.yml (#3167) ([f10ad93](https://github.com/zowe/api-layer/commit/f10ad93)), closes [#3167](https://github.com/zowe/api-layer/issues/3167)
* Bugfix: Qualifier for clock to avoid conflict in extension (#3166) ([d1aa345a](https://github.com/zowe/api-layer/commit/d1aa345a)), closes [#3166](https://github.com/zowe/api-layer/pull/3166)
* Bugfix: Enhance error handling in the UI (#3158) ([ee39a4b](https://github.com/zowe/api-layer/commit/ee39a4b)), closes [#3158](https://github.com/zowe/api-layer/issues/3158)
* Bugfix: Fix context oath (#3159) ([a0715938](https://github.com/zowe/api-layer/commit/a0715938)), closes [#3159](https://github.com/zowe/api-layer/issues/3159)
* Bugfix: Fix of resource leak in loading of images in API Catalog (#3233) ([29424cd7](https://github.com/zowe/api-layer/commit/29424cd7)), closes [#3159](https://github.com/zowe/api-layer/issues/3233)

## `APIML 2.12.2 / Zowe 2.12.0 (2023-10-10)`

* Feature: Added a Central API ML registry endpoint to the Cloud Gateway to access an aggregated view of all services from all domains. (#3076) ([ff8ee9b](https://github.com/zowe/api-layer/commit/ff8ee9b)), closes [#3076](https://github.com/zowe/api-layer/issues/3076)
Expand Down

0 comments on commit e2f51b1

Please sign in to comment.