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

feat(container)!: Update image docker.io/johly/airtrail to v1 #665

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2024

This PR contains the following updates:

Package Update Change OpenSSF
docker.io/johly/airtrail major v0.3.2 -> v1.1.0 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

johanohly/AirTrail (docker.io/johly/airtrail)

v1.1.0

Compare Source

What's Changed

🚀 Features
🌟 Enhancements
🐛 Bug fixes

New Contributors

Full Changelog: johanohly/AirTrail@v1.0.1...v1.1.0

v1.0.1

Compare Source

What's Changed

🐛 Bug fixes

Full Changelog: johanohly/AirTrail@v1.0.0...v1.0.1

v1.0.0

Compare Source

What's Changed

🚨 Breaking Change: Improved Timezone Handling

Before v1.0.0, AirTrail converted entered local times and dates to UTC using a fixed offset for each airport. This approach often led to inaccurate timestamps because it did not account for Daylight Saving Time (DST) changes and was inaccurate for certain regions, such as much of India.

With this release, each airport now uses a timezone identifier (e.g., Europe/Copenhagen) instead of a fixed UTC offset. This shift allows AirTrail to leverage your browser’s built-in timezone database, ensuring accurate conversions that consider DST and regional differences automatically. While this update improves precision, it may cause some previously stored times to be slightly offset. For example, timestamps saved in an earlier version may now differ by an hour or more if DST wasn’t previously accounted for correctly.

Solution: If you’ve been using the import function to manage your flights, you can correct any discrepancies by reimporting your flight data. However, to do this, you’ll need to delete the previously imported flights first. This will allow the new timezone logic to be applied correctly during reimport, ensuring accurate timestamps.

Additional Import Feature: The App in the Air and JetLog importers have also been updated to include the airline for each flight, if available. This enhancement helps ensure that your flight records are more complete and accurate during import.

TL;DR: AirTrail now uses timezone identifiers for airports, fixing DST issues and improving accuracy. Previously stored times might be slightly off due to this update. To correct existing data, delete any imported flights and reimport them (if they were initially imported). Additionally, the App in the Air and JetLog importers now import the airline for each flight, if possible.

🚀 Features
🌟 Enhancements
🐛 Bug fixes

Full Changelog: johanohly/AirTrail@v0.3.2...v1.0.0


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 was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Nov 2, 2024

--- HelmRelease: services/airtrail Deployment: services/airtrail

+++ HelmRelease: services/airtrail Deployment: services/airtrail

@@ -53,13 +53,13 @@

       - env:
         - name: ORIGIN
           value: https://airtrail.:443
         envFrom:
         - secretRef:
             name: airtrail-secret
-        image: docker.io/johly/airtrail:v0.3.2
+        image: docker.io/johly/airtrail:v1.1.0
         name: app
         resources:
           limits:
             memory: 1Gi
           requests:
             cpu: 10m

Copy link

github-actions bot commented Nov 2, 2024

--- kubernetes/apps/services/airtrail/app Kustomization: flux-system/airtrail HelmRelease: services/airtrail

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

@@ -38,13 +38,13 @@

               ORIGIN: https://{{ .Release.Name }}.:443
             envFrom:
             - secretRef:
                 name: airtrail-secret
             image:
               repository: docker.io/johly/airtrail
-              tag: v0.3.2
+              tag: v1.1.0
             resources:
               limits:
                 memory: 1Gi
               requests:
                 cpu: 10m
                 memory: 64Mi

@renovate renovate bot force-pushed the renovate/docker.io-johly-airtrail-1.x branch from c053495 to aacd60a Compare November 4, 2024 14:51
@renovate renovate bot force-pushed the renovate/docker.io-johly-airtrail-1.x branch from aacd60a to f02831b Compare November 11, 2024 14:23
@chrisbsmith chrisbsmith merged commit 1b9ae55 into main Nov 13, 2024
5 checks passed
@renovate renovate bot deleted the renovate/docker.io-johly-airtrail-1.x branch November 13, 2024 20:34
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.

1 participant