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.4.3 → v1.4.4 ) #3651

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

smurf-bot[bot]
Copy link
Contributor

@smurf-bot smurf-bot bot commented Feb 3, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/hargata/lubelogger patch v1.4.3 -> v1.4.4

Release Notes

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

v1.4.4: Version 1.4.4

Compare Source

Objectives
  • Bug Fixes
    • Fixed bug with duplicating shop supplies to vehicle
    • Fixed bug with replenishing supplies
    • Fixed bug with sorting and filtering
    • Fixed bug with Odometer and Reminder count label
    • Fixed bug with Cost Per Distance traveled(Issue: #​825)
    • Fixed bug with Cost Per Day metric when Year is selected(Issue: #​824)
  • Features
    • Add Basic Auth to the Reminders Calendar Endpoint(Issue: #​697)
    • Add functionality to print records(Issue: #​801, #​800)
    • Add functionality to enable Open Registration(Issue: #​805)
    • Add Days interval to Recurring Reminder and Tax Records(Issue: #​755)
    • Made parameters optional for Send Reminder API endpoint(defaults to all urgencies)
    • Add Attachments Column(Issue: #​823)

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.


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

This PR has been generated by Renovate Bot.

| datasource | package                    | from   | to     |
| ---------- | -------------------------- | ------ | ------ |
| docker     | ghcr.io/hargata/lubelogger | v1.4.3 | v1.4.4 |
@smurf-bot smurf-bot bot requested a review from joryirving as a code owner February 3, 2025 17:02
@smurf-bot smurf-bot bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Feb 3, 2025
@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Feb 3, 2025

--- kubernetes/main/apps/self-hosted/lubelog/app Kustomization: self-hosted/lubelog HelmRelease: self-hosted/lubelog

+++ kubernetes/main/apps/self-hosted/lubelog/app Kustomization: self-hosted/lubelog HelmRelease: self-hosted/lubelog

@@ -40,13 +40,13 @@

               TZ: America/Edmonton
             envFrom:
             - secretRef:
                 name: '{{ .Release.Name }}-secret'
             image:
               repository: ghcr.io/hargata/lubelogger
-              tag: v1.4.3
+              tag: v1.4.4
             resources:
               limits:
                 memory: 256M
               requests:
                 cpu: 15m
                 memory: 80M

@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Feb 3, 2025

--- HelmRelease: self-hosted/lubelog Deployment: self-hosted/lubelog

+++ HelmRelease: self-hosted/lubelog Deployment: self-hosted/lubelog

@@ -46,13 +46,13 @@

       - env:
         - name: TZ
           value: America/Edmonton
         envFrom:
         - secretRef:
             name: lubelog-secret
-        image: ghcr.io/hargata/lubelogger:v1.4.3
+        image: ghcr.io/hargata/lubelogger:v1.4.4
         name: app
         resources:
           limits:
             memory: 256M
           requests:
             cpu: 15m

@joryirving joryirving merged commit 4cc5752 into main Feb 3, 2025
13 checks passed
@joryirving joryirving deleted the renovate/ghcr.io-hargata-lubelogger-1.4.x branch February 3, 2025 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant