feat(container)!: Update image ghcr.io/booklore-app/booklore ( v1.18.5 ➔ v2.0.1 )#1206
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
feat(container)!: Update image ghcr.io/booklore-app/booklore ( v1.18.5 ➔ v2.0.1 )#1206renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
--- HelmRelease: default/booklore Deployment: default/booklore
+++ HelmRelease: default/booklore Deployment: default/booklore
@@ -92,13 +92,13 @@
- -c
env:
- name: BOOKLORE_PORT
value: '6060'
- name: TZ
value: America/Los_Angeles
- image: ghcr.io/booklore-app/booklore:v1.18.5@sha256:44a39097fcf69e7373b51df0459da052640d07459fb02b429f2c47cceaa32485
+ image: ghcr.io/booklore-app/booklore:v2.0.1@sha256:e5c51133c0c50e97004bf711a34521c698e4b27b6847e54fe304c08ff4aa8ee1
name: nginx-config
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
@@ -122,13 +122,13 @@
- name: DATABASE_URL
value: jdbc:mariadb://localhost:3306/booklore
- name: DATABASE_USERNAME
value: booklore
- name: TZ
value: America/Los_Angeles
- image: ghcr.io/booklore-app/booklore:v1.18.5@sha256:44a39097fcf69e7373b51df0459da052640d07459fb02b429f2c47cceaa32485
+ image: ghcr.io/booklore-app/booklore:v2.0.1@sha256:e5c51133c0c50e97004bf711a34521c698e4b27b6847e54fe304c08ff4aa8ee1
livenessProbe:
httpGet:
path: /api/v1/healthcheck
port: 8080
name: booklore
readinessProbe:
@@ -165,13 +165,13 @@
- daemon off;
command:
- nginx
env:
- name: TZ
value: America/Los_Angeles
- image: ghcr.io/booklore-app/booklore:v1.18.5@sha256:44a39097fcf69e7373b51df0459da052640d07459fb02b429f2c47cceaa32485
+ image: ghcr.io/booklore-app/booklore:v2.0.1@sha256:e5c51133c0c50e97004bf711a34521c698e4b27b6847e54fe304c08ff4aa8ee1
livenessProbe:
httpGet:
path: /
port: 6060
name: nginx
readinessProbe: |
--- kubernetes/apps/default/booklore/app Kustomization: default/booklore HelmRelease: default/booklore
+++ kubernetes/apps/default/booklore/app Kustomization: default/booklore HelmRelease: default/booklore
@@ -39,13 +39,13 @@
DATABASE_PASSWORD: booklore
DATABASE_URL: jdbc:mariadb://localhost:3306/booklore
DATABASE_USERNAME: booklore
TZ: America/Los_Angeles
image:
repository: ghcr.io/booklore-app/booklore
- tag: v1.18.5@sha256:44a39097fcf69e7373b51df0459da052640d07459fb02b429f2c47cceaa32485
+ tag: v2.0.1@sha256:e5c51133c0c50e97004bf711a34521c698e4b27b6847e54fe304c08ff4aa8ee1
probes:
liveness:
custom: true
enabled: true
spec:
httpGet:
@@ -81,13 +81,13 @@
command:
- nginx
env:
TZ: America/Los_Angeles
image:
repository: ghcr.io/booklore-app/booklore
- tag: v1.18.5@sha256:44a39097fcf69e7373b51df0459da052640d07459fb02b429f2c47cceaa32485
+ tag: v2.0.1@sha256:e5c51133c0c50e97004bf711a34521c698e4b27b6847e54fe304c08ff4aa8ee1
probes:
liveness:
custom: true
enabled: true
spec:
httpGet:
@@ -151,13 +151,13 @@
- -c
env:
BOOKLORE_PORT: 6060
TZ: America/Los_Angeles
image:
repository: ghcr.io/booklore-app/booklore
- tag: v1.18.5@sha256:44a39097fcf69e7373b51df0459da052640d07459fb02b429f2c47cceaa32485
+ tag: v2.0.1@sha256:e5c51133c0c50e97004bf711a34521c698e4b27b6847e54fe304c08ff4aa8ee1
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
fsGroup: 101 |
8fb8ba8 to
95e8f67
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.18.5→v2.0.1Release Notes
booklore-app/booklore (ghcr.io/booklore-app/booklore)
v2.0.1Compare Source
🌟 What's New in v2.0.1
🐛 Bug Fixes
🛠️ Refactoring & Maintenance
🐳 Docker Images
booklore/booklore:v2.0.1ghcr.io/booklore-app/booklore:v2.0.1Full Changelog: booklore-app/booklore@v2.0.0...v2.0.1
v2.0.0Compare Source
🌟 What's New in v2.0.0
This is the biggest Booklore release yet, with nearly 200 commits touching every part of the application:
.metadata.jsonsidecar files alongside your books for portable metadata storage.🚀 New Features
✨ Enhancements
🎨 UI Tweaks
🐛 Bug Fixes
⚡ Performance
🛠️ Refactoring & Maintenance
📦 Dependencies
⚙️ CI/CD
🐳 Docker Images
booklore/booklore:v2.0.0ghcr.io/booklore-app/booklore:v2.0.0Full Changelog: booklore-app/booklore@v1.18.5...v2.0.0
📸 Screenshots
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.