Skip to content

chore(deps): update container image restic/rest-server to v0.13.0@8668c23 by renovate#24421

Merged
truecharts-admin merged 1 commit intomasterfrom
renovate/restic-rest-server-0.x
Jul 26, 2024
Merged

chore(deps): update container image restic/rest-server to v0.13.0@8668c23 by renovate#24421
truecharts-admin merged 1 commit intomasterfrom
renovate/restic-rest-server-0.x

Conversation

@truecharts-admin
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
restic/rest-server minor 0.12.1 -> 0.13.0

Warning

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


Release Notes

restic/rest-server (restic/rest-server)

v0.13.0

Compare Source

============================================

The following sections list the changes in rest-server 0.13.0 relevant
to users. The changes are ordered by importance.

Summary

  • Chg #​267: Update dependencies and require Go 1.18 or newer
  • Chg #​273: Shut down cleanly on TERM and INT signals
  • Enh #​271: Print listening address after start-up
  • Enh #​272: Support listening on a unix socket

Details

  • Change #​267: Update dependencies and require Go 1.18 or newer

    Most dependencies have been updated. Since some libraries require newer language
    features, support for Go 1.17 has been dropped, which means that rest-server now
    requires at least Go 1.18 to build.

    https://github.com/restic/rest-server/pull/267

  • Change #​273: Shut down cleanly on TERM and INT signals

    Rest-server now listens for TERM and INT signals and cleanly closes down the
    http.Server and listener when receiving either of them.

    This is particularly useful when listening on a unix socket, as the server will
    now remove the socket file when it shuts down.

    https://github.com/restic/rest-server/pull/273

  • Enhancement #​271: Print listening address after start-up

    When started with --listen :0, rest-server would print start server on :0

    The message now also includes the actual address listened on, for example start server on 0.0.0.0:37333. This is useful when starting a server with an
    auto-allocated free port number (port 0).

    https://github.com/restic/rest-server/pull/271

  • Enhancement #​272: Support listening on a unix socket

    It is now possible to make rest-server listen on a unix socket by prefixing the
    socket filename with unix: and passing it to the --listen option, for
    example --listen unix:/tmp/foo.

    This is useful in combination with remote port forwarding to enable a remote
    server to backup locally, e.g.:

    rest-server --listen unix:/tmp/foo &
    ssh -R /tmp/foo:/tmp/foo user@host restic -r rest:http+unix:///tmp/foo:/repo backup
    

    https://github.com/restic/rest-server/pull/272


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@truecharts-admin truecharts-admin added automerge Categorises a PR or issue that references a new App. update/docker/general/non-major labels Jul 26, 2024
@truecharts-admin truecharts-admin requested review from a user July 26, 2024 18:22
@truecharts-admin truecharts-admin enabled auto-merge (squash) July 26, 2024 18:22
@github-actions
Copy link
Copy Markdown

📝 Linting results:

✔️ Linting [charts/stable/restic-rest-server]: Passed - Took 1 seconds
Total Charts Linted: 1
Total Charts Passed: 1
Total Charts Failed: 0

✅ Linting: Passed - Took 1 seconds

@truecharts-admin truecharts-admin merged commit 014a1e9 into master Jul 26, 2024
@truecharts-admin truecharts-admin deleted the renovate/restic-rest-server-0.x branch July 26, 2024 18:29
@truecharts-admin
Copy link
Copy Markdown
Contributor Author

This PR is locked to prevent necro-posting on closed PRs. Please create a issue or contact staff on discord if you want to further discuss this

@trueforge-org trueforge-org locked as resolved and limited conversation to collaborators Jan 31, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

automerge Categorises a PR or issue that references a new App.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants