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

chore(deps): update ghcr.io/usememos/memos docker tag to v0.22.2 #553

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

gabe565-renovate[bot]
Copy link
Contributor

@gabe565-renovate gabe565-renovate bot commented May 10, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/usememos/memos minor 0.21.0 -> 0.22.2

Release Notes

usememos/memos (ghcr.io/usememos/memos)

v0.22.2

Compare Source

What's Changed
  • Supports display of unfinished todo records in statistics;

    image
  • Fixes HTML rendering to prevent XSS attacks;

  • Supports for Thai language 🇹🇭;

New Contributors

Full Changelog: usememos/memos@v0.22.1...v0.22.2

v0.22.1

Compare Source

Enhancements

  • Support to quickly filter specified content: links, to-dos, codes

    image

    In order to use this feature, you need to regenerate the memo properties, which can be done via the Refresh button in the top right corner of user statistics panel.

  • Added more memo-related settings:

    • Support for enabling auto-collapse.
    • Support for enabling double-click content editing.
  • Support for reopening the last visited page: home or timeline.

Full Changelog

  • 0275a65 chore: add last visited page
  • 1894ef1 chore: fix content search
  • 21838d0 chore: fix editor autocomplete
  • 60b5b48 chore: fix imports
  • cbf556f chore: fix memo cache key
  • 0657a1e chore: fix memo editor cache
  • e060038 chore: implement memo property endpoint
  • 5493f5f chore: regenerate dependencies
  • fb15386 chore: remove access token after sign out
  • 6010139 chore: remove unused
  • f54b05a chore: tweak comments
  • 1ccfa81 chore: tweak common function
  • a177800 chore: tweak error message
  • d7be24a chore: tweak goreleaser
  • d3235f7 chore: tweak memo definition
  • a423dac chore: tweak memo property
  • 8c0bee3 chore: tweak refresh button
  • 613c9e9 chore: tweak version
  • 2e0d541 chore: tweak webhook payload
  • 1dc686f chore: update build artifacts
  • b215426 chore: update general setting
  • 719c22f chore: update i18n
  • 4e54ec3 chore: update memo related settings
  • 16d3de6 chore: update resource binary endpoint
  • cf70867 chore: update tag section
  • 08a9291 chore: update timeline filters
  • 98eb57b chore: update translation files (#​3481)
  • f37b345 chore: update user access token checks
  • af71ac4 feat(i18n): added marathi(mr) translations (#​3449)
  • 0f4b7c5 feat: add more memo settings
  • 784fcbb feat: add panic recovery middleware for grpc and echo server (#​3459)
  • f0e5a72 feat: update search memo filter
  • ba0876a feat: update statistics view
  • 423861d fix: create idp in postgres
  • 7d6dbb9 fix: link hover handler
  • 52ebfd7 fix: update resource with id (#​3405)

New Contributors

v0.22.0

Compare Source

Upgrade overview

⚠️ This release contains upgrade notes that deviate from the norm:

  • Requires database migrations;
  • Some settings(including resource storage) need to be reset on the UI;

If you're ready to upgrade, it's recommended to back up your data first

Breaking changes

Enhancements

  • Supported modifying display time when editing a memo.

  • Added Linux/Darwin binary files to the release note.

  • Timeline: display daily memos in chronological order.

New Contributors

Full Changelog: usememos/memos@v0.21.0...v0.22.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 has been generated by Renovate Bot.

Copy link

github-actions bot commented May 10, 2024

HelmRelease Diff

Cluster gabernetes
Changes ${\tt\large\color{green}+1\enspace\color{red}-\negthinspace1}$
Click to expand
--- HelmRelease: memos/memos Deployment: memos/memos

+++ HelmRelease: memos/memos Deployment: memos/memos

@@ -45,13 +45,13 @@

           value: postgres
         - name: MEMOS_DSN
           valueFrom:
             secretKeyRef:
               key: uri
               name: postgresql-app
-        image: ghcr.io/usememos/memos:0.21.0@sha256:1d295e66cc2e75f1645872fc4a372f8f58efad17902f432758762d747984d6fb
+        image: ghcr.io/usememos/memos:0.22.2@sha256:481d8453c8d66c0aadc80c71df49cb3d8068c66bbeda7238ff82b52bcce72c9f
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 5230

Copy link

github-actions bot commented May 10, 2024

Kustomization Diff

Cluster gabernetes
Changes ${\tt\large\color{green}+1\enspace\color{red}-\negthinspace1}$
Click to expand
--- kubernetes/gabernetes/apps/memos/app Kustomization: memos/app HelmRelease: memos/memos

+++ kubernetes/gabernetes/apps/memos/app Kustomization: memos/app HelmRelease: memos/memos

@@ -30,13 +30,13 @@

               MEMOS_DSN:
                 secretKeyRef:
                   key: uri
                   name: postgresql-app
             image:
               repository: ghcr.io/usememos/memos
-              tag: 0.21.0@sha256:1d295e66cc2e75f1645872fc4a372f8f58efad17902f432758762d747984d6fb
+              tag: 0.22.2@sha256:481d8453c8d66c0aadc80c71df49cb3d8068c66bbeda7238ff82b52bcce72c9f
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

@gabe565-renovate gabe565-renovate bot force-pushed the renovate/ghcr.io-usememos-memos-0.x branch 19 times, most recently from b2eab02 to 1e09c36 Compare May 17, 2024 04:45
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/ghcr.io-usememos-memos-0.x branch 2 times, most recently from e40a99a to b02e85c Compare May 19, 2024 16:47
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update ghcr.io/usememos/memos docker tag to v0.22.0 chore(deps): update ghcr.io/usememos/memos docker tag to v0.22.1 May 19, 2024
@gabe565 gabe565 force-pushed the main branch 2 times, most recently from dcc01f1 to d552c4a Compare May 20, 2024 08:00
@gabe565 gabe565 force-pushed the main branch 7 times, most recently from a733c12 to f750f96 Compare May 20, 2024 20:16
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/ghcr.io-usememos-memos-0.x branch 4 times, most recently from 29c6419 to 1454664 Compare May 29, 2024 16:32
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/ghcr.io-usememos-memos-0.x branch 4 times, most recently from c243cb3 to 18af32d Compare June 4, 2024 16:50
@gabe565-renovate gabe565-renovate bot changed the title chore(deps): update ghcr.io/usememos/memos docker tag to v0.22.1 chore(deps): update ghcr.io/usememos/memos docker tag to v0.22.2 Jun 4, 2024
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/ghcr.io-usememos-memos-0.x branch 3 times, most recently from cbc072c to 8a2553c Compare June 5, 2024 16:55
@gabe565-renovate gabe565-renovate bot force-pushed the renovate/ghcr.io-usememos-memos-0.x branch from 8a2553c to af3fee0 Compare June 9, 2024 12:56
@gabe565 gabe565 merged commit c9a6a46 into main Jun 10, 2024
6 checks passed
@gabe565 gabe565 deleted the renovate/ghcr.io-usememos-memos-0.x branch June 10, 2024 02:57
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

1 participant