Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update ghcr.io/hargata/lubelogger ( v1.3.4 → v1.3.5 ) #1972

Merged
merged 1 commit into from
Jul 14, 2024

Conversation

naoki-bot[bot]
Copy link
Contributor

@naoki-bot naoki-bot bot commented Jul 11, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/hargata/lubelogger patch v1.3.4 -> v1.3.5

Release Notes

hargata/lubelog (ghcr.io/hargata/lubelogger)

v1.3.5: Version 1.3.5

Compare Source

Objectives:

  • Allow currency values greater than six figures(Issue #​515; PR #​542 by kapcake)
  • Add maskable icons for Android PWA(PR #​519 by NateWright)
  • Auto-create PostgreSQL schema on init(PR #​508 by snpaul22)
  • Functionality to reset password for root user without disabling auth
  • Make initial odometer reading readonly by default to prevent unintended edits
  • Reminder recurring intervals are now based on reminder metric(Issue #​512)
  • Map extra fields to records via CSV import(Issue #​545)

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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@naoki-bot
Copy link
Contributor Author

naoki-bot bot commented Jul 11, 2024

--- kubernetes/main/apps/services/lubelog/app Kustomization: flux-system/lubelog HelmRelease: services/lubelog

+++ kubernetes/main/apps/services/lubelog/app Kustomization: flux-system/lubelog HelmRelease: services/lubelog

@@ -42,13 +42,13 @@

               TZ: Europe/Lisbon
             envFrom:
             - secretRef:
                 name: lubelog
             image:
               repository: ghcr.io/hargata/lubelogger
-              tag: v1.3.4
+              tag: v1.3.5
             resources:
               limits:
                 memory: 256M
               requests:
                 cpu: 15m
                 memory: 80M

@naoki-bot
Copy link
Contributor Author

naoki-bot bot commented Jul 11, 2024

--- HelmRelease: services/lubelog Deployment: services/lubelog

+++ HelmRelease: services/lubelog Deployment: services/lubelog

@@ -44,13 +44,13 @@

       - env:
         - name: TZ
           value: Europe/Lisbon
         envFrom:
         - secretRef:
             name: lubelog
-        image: ghcr.io/hargata/lubelogger:v1.3.4
+        image: ghcr.io/hargata/lubelogger:v1.3.5
         name: app
         resources:
           limits:
             memory: 256M
           requests:
             cpu: 15m

@naoki-bot naoki-bot bot merged commit 5865fbe into main Jul 14, 2024
8 of 9 checks passed
@naoki-bot naoki-bot bot deleted the renovate/main-ghcr.io-hargata-lubelogger-1.x branch July 14, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants