Skip to content

Commit

Permalink
Merge pull request #22 from OKDP/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 1.2.1
  • Loading branch information
idirze authored Jun 6, 2024
2 parents f8e3cc5 + c5455a1 commit 83687e7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.2.0"}
{".":"1.2.1"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.2.1](https://github.com/OKDP/okdp-spark-auth-filter/compare/v1.2.0...v1.2.1) (2024-06-06)


### Bug Fixes

* IDP supported scopes - Turn the exception into a warning message [#16](https://github.com/OKDP/okdp-spark-auth-filter/issues/16) ([e18881c](https://github.com/OKDP/okdp-spark-auth-filter/commit/e18881c822b0bf779c0a275e46ed1f2365c017a7))
* Re-authenticate the user against the IDP in case the offline_access is not supported [#16](https://github.com/OKDP/okdp-spark-auth-filter/issues/16) ([c7fc9f4](https://github.com/OKDP/okdp-spark-auth-filter/commit/c7fc9f4ff19cfbf81139ba265d253f212df2a9b0))


### Miscellaneous Chores

* release 1.2.1 ([c68e57c](https://github.com/OKDP/okdp-spark-auth-filter/commit/c68e57cb750a1ef4bb7c2793198bb908871dda17))

## [1.2.0](https://github.com/OKDP/okdp-spark-auth-filter/compare/v1.1.0...v1.2.0) (2024-04-11)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.okdp</groupId>
<artifactId>okdp-spark-auth-filter</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<name>OIDC authentication filter for Apache spark</name>
<description>OIDC authentication filter for Apache spark web UIs (Spark app and History Web UIs)
Expand Down

0 comments on commit 83687e7

Please sign in to comment.