Skip to content

Commit

Permalink
Add version 1.15.5 to the release history of the README and update th…
Browse files Browse the repository at this point in the history
…e version in the examples in the README
  • Loading branch information
steinarb committed Apr 24, 2023
1 parent b584854 commit 8c9a5ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Do the following steps:
#+BEGIN_SRC nxml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="authservice.bundle">
<repository>mvn:no.priv.bang.authservice/karaf/1.15.4/xml/features</repository>
<repository>mvn:no.priv.bang.authservice/karaf/1.15.5/xml/features</repository>
<feature name="${karaf-feature-name}">
<feature>user-admin-with-productiondb</feature>
</feature>
Expand Down Expand Up @@ -432,6 +432,7 @@ Authservice uses XML syntax liquibase to set up the schema, straightforward SQL

| Date | Version | Comment |
|--------------+---------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [2023-04-24] | 1.15.5 | Use jersey-karaf-feature 1.9.4, jersey 2.39.1 and jackson 2.14.2 |
| [2023-04-23] | 1.15.4 | Avoid caching of user admin webapp |
| [2023-03-06] | 1.15.3 | Use liquibase 4.19.0, karaf 4.4.3, pax-jdbc 1.5.5, postgresql jdbc 42.5.4, jsoup 1.15.4, junit jupiter 5.9.2, mockito 5.1.1, assertj 3.24.2 |
| [2023-01-20] | 1.15.2 | Use bang servlet 1.6.4, frontend security fix |
Expand Down

0 comments on commit 8c9a5ba

Please sign in to comment.