Skip to content

Commit

Permalink
chore: Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 4, 2024
1 parent 1a771ae commit 701f213
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.1](https://github.com/eliezio/simple-pki/compare/v1.1.0...v1.1.1) (2024-01-04)


### 🐞 Bug Fixes

* Exclusion of time from buildInfo.properties ([8cdd2e2](https://github.com/eliezio/simple-pki/commit/8cdd2e27159cc2f5c5cd5f9f949c27b8940693b6))


### 🚧 Refactor

* Migrate to Spring Boot 3.2.1 and Java 17 ([1a771ae](https://github.com/eliezio/simple-pki/commit/1a771ae0aaf6e54e006c4ae1fe46d8ccee7b9b09))

## [1.1.0](https://github.com/eliezio/simple-pki/compare/v1.0.0...v1.1.0) (2022-11-02)


Expand Down
2 changes: 1 addition & 1 deletion k8s/simple-pki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
done
containers:
- name: simple-pki
image: ghcr.io/eliezio/simple-pki:1.1.0 # x-release-please-version
image: ghcr.io/eliezio/simple-pki:1.1.1 # x-release-please-version
ports:
- containerPort: 8080
name: web
Expand Down

0 comments on commit 701f213

Please sign in to comment.