Skip to content

Commit 4f870d2

Browse files
github-actions[bot]eliezio
authored andcommitted
chore: Release 1.1.0
1 parent 7829b68 commit 4f870d2

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/eliezio/simple-pki/compare/v1.0.0...v1.1.0) (2022-11-02)
4+
5+
6+
### 🐞 Bug Fixes
7+
8+
* **core:** Fix CA configuration, broken in container mode ([7b4c29f](https://github.com/eliezio/simple-pki/commit/7b4c29ff4a3a6b05fe94914dc9cc102f5987da13))
9+
* **core:** Fix missing Implementation-Title and Version when running from docker image ([1af6972](https://github.com/eliezio/simple-pki/commit/1af69721e5eca009dc1f978d78157bcab9d886fa))
10+
* **core:** Using JVM 11 in docker image ([f36c6e7](https://github.com/eliezio/simple-pki/commit/f36c6e7b2266d160824db4ad5f84d917dc0f404b))
11+
12+
13+
### 🚧 Refactor
14+
15+
* **core:** Refactor to fit on Homberg's proposal of Hexagonal Architecture ([46a57c2](https://github.com/eliezio/simple-pki/commit/46a57c2e26fde892879a8370276cae77ca378485))
16+
* **core:** Refactor to Hexagonal Architecture ([521e302](https://github.com/eliezio/simple-pki/commit/521e30248cb36e6c63d19a6d0b288bb19cf119a8))
17+
* **core:** Rename SingleEntityRepository to PkiEntityRepository ([244b697](https://github.com/eliezio/simple-pki/commit/244b697ee3222b3f0e495e4c9107e8bfa1688cbc))
18+
* **core:** Replace MockMvc by RestAssured ([4e35904](https://github.com/eliezio/simple-pki/commit/4e359048e7ed18a028491d10de41888b67b4152a))
19+
* **core:** Simple ServiceEventLogger using Filter ([8719b9b](https://github.com/eliezio/simple-pki/commit/8719b9bf97c3f09e5d58390fec44532a2ec8c008))
20+
* Drop support to lazy loading of CA cert ([a26fa80](https://github.com/eliezio/simple-pki/commit/a26fa80d0e812ea33ab22fdd283d41c73dbd55fd))
21+
* Introduce detekt plugin ([27eb50c](https://github.com/eliezio/simple-pki/commit/27eb50c85bc9b821b19b388cf978762a350fd15b))
22+
* Merge UT and IT ([b6f8f88](https://github.com/eliezio/simple-pki/commit/b6f8f8868754f4d4c9c5a7476eaea92adbe6f222))
23+
* Migrate to Kotlin ([0bc1300](https://github.com/eliezio/simple-pki/commit/0bc13002b159cbb0effe2c3afef257df5d18a129))
24+
25+
26+
### 🚇 Continuous Integration
27+
28+
* Add GH workflows (check, release-please) ([402875a](https://github.com/eliezio/simple-pki/commit/402875a82472e68060d96a01dd78f097fede9d6d))
29+
30+
31+
### ⭐ New Features
32+
33+
* Switch to PostgreSQL ([06cee28](https://github.com/eliezio/simple-pki/commit/06cee28973488e26b3c9c07980b6a5c0ebb03a0a))
34+
335
## [1.0.1](https://github.com/eliezio/simple-pki/compare/v1.0.0...v1.0.1) (2022-09-25)
436

537

k8s/simple-pki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
done
3232
containers:
3333
- name: simple-pki
34-
image: ghcr.io/eliezio/simple-pki:1.0.1 # x-release-please-version
34+
image: ghcr.io/eliezio/simple-pki:1.1.0 # x-release-please-version
3535
ports:
3636
- containerPort: 8080
3737
name: web

0 commit comments

Comments
 (0)