Skip to content

Commit

Permalink
chore(main): release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 22, 2025
1 parent 6fc2c9a commit e1cfd8b
Show file tree
Hide file tree
Showing 3 changed files with 10 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.3.0"}
{".":"1.3.1"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.3.1](https://github.com/OKDP/okdp-spark-auth-filter/compare/v1.3.0...v1.3.1) (2025-01-22)


### Bug Fixes

* ensure java 8 compatibility by switching cache from caffeine to guava. Update for spark 2.4.8 compilation compatibility ([378deb9](https://github.com/OKDP/okdp-spark-auth-filter/commit/378deb94a2675cf17a2f257e53d9ff1296d41dc6))
* remove log4j dependencies in PersistedToken class ([77fdce9](https://github.com/OKDP/okdp-spark-auth-filter/commit/77fdce94d43623503c9977815f3e4f9aa0dcacab))

## [1.3.0](https://github.com/OKDP/okdp-spark-auth-filter/compare/v1.2.2...v1.3.0) (2024-12-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.3.1-SNAPSHOT</version>
<version>1.3.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 e1cfd8b

Please sign in to comment.