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 ghcr.io/usememos/memos ( 0.21.0 → 0.22.2 ) [main] #4629

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

doug-piranha-bot[bot]
Copy link
Contributor

@doug-piranha-bot doug-piranha-bot bot commented May 11, 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.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.

@doug-piranha-bot
Copy link
Contributor Author

doug-piranha-bot bot commented May 11, 2024

--- kubernetes/main/apps/default/memos/app Kustomization: flux-system/memos HelmRelease: default/memos

+++ kubernetes/main/apps/default/memos/app Kustomization: flux-system/memos HelmRelease: default/memos

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

                     key: POSTGRES_URL
                     name: memos-secret
               MEMOS_PORT: '5230'
               TZ: Etc/UTC
             image:
               repository: ghcr.io/usememos/memos
-              tag: 0.21.0
+              tag: 0.22.2
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:

@doug-piranha-bot
Copy link
Contributor Author

doug-piranha-bot bot commented May 11, 2024

--- HelmRelease: default/memos Deployment: default/memos

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

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

               key: POSTGRES_URL
               name: memos-secret
         - name: MEMOS_PORT
           value: '5230'
         - name: TZ
           value: Etc/UTC
-        image: ghcr.io/usememos/memos:0.21.0
+        image: ghcr.io/usememos/memos:0.22.2
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 5230

@haraldkoch haraldkoch marked this pull request as draft May 11, 2024 15:22
@haraldkoch
Copy link
Owner

0.22.0 fails with a syntax error in the database migrations for postgresql.

@doug-piranha-bot doug-piranha-bot bot force-pushed the renovate/main-ghcr.io-usememos-memos-0.x branch from 104395a to ed4bc7d Compare May 14, 2024 14:17
@haraldkoch haraldkoch force-pushed the main branch 5 times, most recently from bb4ba60 to 6d1be43 Compare May 17, 2024 00:36
@doug-piranha-bot doug-piranha-bot bot force-pushed the renovate/main-ghcr.io-usememos-memos-0.x branch from ed4bc7d to 0763832 Compare May 19, 2024 16:22
@doug-piranha-bot doug-piranha-bot bot changed the title feat(container): update ghcr.io/usememos/memos ( 0.21.0 → 0.22.0 ) [main] feat(container): update ghcr.io/usememos/memos ( 0.21.0 → 0.22.1 ) [main] May 19, 2024
@haraldkoch haraldkoch force-pushed the main branch 6 times, most recently from 9edd04f to ed238cf Compare May 26, 2024 14:34
@haraldkoch haraldkoch force-pushed the main branch 4 times, most recently from 2ad0364 to 06251d0 Compare June 1, 2024 14:54
@doug-piranha-bot doug-piranha-bot bot force-pushed the renovate/main-ghcr.io-usememos-memos-0.x branch from 0763832 to 36ce139 Compare June 4, 2024 13:21
@doug-piranha-bot doug-piranha-bot bot changed the title feat(container): update ghcr.io/usememos/memos ( 0.21.0 → 0.22.1 ) [main] feat(container): update ghcr.io/usememos/memos ( 0.21.0 → 0.22.2 ) [main] Jun 4, 2024
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