chore(deps): update ghcr.io/scanopy/scanopy/server docker tag to v0.17.5 #114

Open
renovate-bot wants to merge 1 commit from renovate/ghcr.io-scanopy-scanopy-server-0.x into main
Member

This PR contains the following updates:

Package Update Change
ghcr.io/scanopy/scanopy/server patch v0.17.4v0.17.5

Release Notes

scanopy/scanopy (ghcr.io/scanopy/scanopy/server)

v0.17.5

Compare Source

This release improves daemon lifecycle management, simplifies install workflows, and brings clarity to topology staleness tagging. Users will find daemon setup, edit, and key management noticeably smoother.

New Features

  • Add a unified daemon management modal, enabling easier installation, configuration, and legacy key handling from one place (#​360).
  • Surface stale entities across digest, inventory, and topology views, providing clearer visibility for outdated network components (#​359).

Improvements

  • Attach containers to every subnet they join and connect container bridge subnets to their host, for more accurate container-network visualization (#​347).
  • Make multi-daemon installs more reliable on real hosts, ensuring that multiple daemons can be set up and managed concurrently (#​337).

Bug Fixes

  • Fix duplicate host data loss caused by hung SNMP queries during discovery, improving scan reliability (#​344).
  • Fix inflated scan ETA estimates when using multiple SNMP credentials, so scan duration predictions are more accurate (#​343).

Configuration

📅 Schedule: (UTC)

  • 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 Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/scanopy/scanopy/server](https://github.com/scanopy/scanopy) | patch | `v0.17.4` → `v0.17.5` | --- ### Release Notes <details> <summary>scanopy/scanopy (ghcr.io/scanopy/scanopy/server)</summary> ### [`v0.17.5`](https://github.com/scanopy/scanopy/releases/tag/v0.17.5) [Compare Source](https://github.com/scanopy/scanopy/compare/v0.17.4...v0.17.5) This release improves daemon lifecycle management, simplifies install workflows, and brings clarity to topology staleness tagging. Users will find daemon setup, edit, and key management noticeably smoother. #### New Features - Add a unified daemon management modal, enabling easier installation, configuration, and legacy key handling from one place ([#&#8203;360](https://github.com/scanopy/scanopy/pull/360)). - Surface stale entities across digest, inventory, and topology views, providing clearer visibility for outdated network components ([#&#8203;359](https://github.com/scanopy/scanopy/pull/359)). #### Improvements - Attach containers to every subnet they join and connect container bridge subnets to their host, for more accurate container-network visualization ([#&#8203;347](https://github.com/scanopy/scanopy/pull/347)). - Make multi-daemon installs more reliable on real hosts, ensuring that multiple daemons can be set up and managed concurrently ([#&#8203;337](https://github.com/scanopy/scanopy/pull/337)). #### Bug Fixes - Fix duplicate host data loss caused by hung SNMP queries during discovery, improving scan reliability ([#&#8203;344](https://github.com/scanopy/scanopy/pull/344)). - Fix inflated scan ETA estimates when using multiple SNMP credentials, so scan duration predictions are more accurate ([#&#8203;343](https://github.com/scanopy/scanopy/pull/343)). </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTMuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update ghcr.io/scanopy/scanopy/server docker tag to v0.17.5
Some checks failed
ci/crow/push/dns-test Pipeline failed
ci/crow/push/tanka-test Pipeline was successful
ci/crow/pr/dns-test Pipeline was successful
ci/crow/pr/tanka-test Pipeline was successful
ci/crow/pr/tanka-diff Pipeline failed
a234e01341
Member

flate diff

data.envoy-gateway.yaml  (v1/ConfigMap/envoy-gateway/envoy-gateway-config)
  ± value change in multiline text (one insert, one deletion)
      apiVersion: gateway.envoyproxy.io/v1alpha1
      kind: EnvoyGateway
      extensionApis: {}
      gateway:

      [15 lines unchanged)]

                      containers:
                      - imagePullPolicy: IfNotPresent
                        name: envoy-ratelimit
          shutdownManager:
    -       image: mirror.gcr.io/envoyproxy/gateway:v1.8.3
    +       image: mirror.gcr.io/envoyproxy/gateway:v1.8.2
        type: Kubernetes


spec.template.spec.containers.envoy-gateway.image  (apps/v1/Deployment/envoy-gateway/envoy-gateway)
  ± value change
    - mirror.gcr.io/envoyproxy/gateway:v1.8.3
    + mirror.gcr.io/envoyproxy/gateway:v1.8.2

spec.template.spec.containers.envoy-gateway-certgen.image  (batch/v1/Job/envoy-gateway/envoy-gateway-gateway-helm-certgen)
  ± value change
    - mirror.gcr.io/envoyproxy/gateway:v1.8.3
    + mirror.gcr.io/envoyproxy/gateway:v1.8.2

Pipeline

## flate diff ``` data.envoy-gateway.yaml (v1/ConfigMap/envoy-gateway/envoy-gateway-config) ± value change in multiline text (one insert, one deletion) apiVersion: gateway.envoyproxy.io/v1alpha1 kind: EnvoyGateway extensionApis: {} gateway: [15 lines unchanged)] containers: - imagePullPolicy: IfNotPresent name: envoy-ratelimit shutdownManager: - image: mirror.gcr.io/envoyproxy/gateway:v1.8.3 + image: mirror.gcr.io/envoyproxy/gateway:v1.8.2 type: Kubernetes spec.template.spec.containers.envoy-gateway.image (apps/v1/Deployment/envoy-gateway/envoy-gateway) ± value change - mirror.gcr.io/envoyproxy/gateway:v1.8.3 + mirror.gcr.io/envoyproxy/gateway:v1.8.2 spec.template.spec.containers.envoy-gateway-certgen.image (batch/v1/Job/envoy-gateway/envoy-gateway-gateway-helm-certgen) ± value change - mirror.gcr.io/envoyproxy/gateway:v1.8.3 + mirror.gcr.io/envoyproxy/gateway:v1.8.2 ``` [Pipeline](https://ci.aether.earth/repos/4/pipeline/267)
Some checks failed
ci/crow/push/dns-test Pipeline failed
ci/crow/push/tanka-test Pipeline was successful
ci/crow/pr/dns-test Pipeline was successful
ci/crow/pr/tanka-test Pipeline was successful
ci/crow/pr/tanka-diff Pipeline failed
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-scanopy-scanopy-server-0.x:renovate/ghcr.io-scanopy-scanopy-server-0.x
git switch renovate/ghcr.io-scanopy-scanopy-server-0.x

Merge

Merge the changes and update on Forgejo.
git switch main
git merge --no-ff renovate/ghcr.io-scanopy-scanopy-server-0.x
git switch renovate/ghcr.io-scanopy-scanopy-server-0.x
git rebase main
git switch main
git merge --ff-only renovate/ghcr.io-scanopy-scanopy-server-0.x
git switch renovate/ghcr.io-scanopy-scanopy-server-0.x
git rebase main
git switch main
git merge --no-ff renovate/ghcr.io-scanopy-scanopy-server-0.x
git switch main
git merge --squash renovate/ghcr.io-scanopy-scanopy-server-0.x
git switch main
git merge --ff-only renovate/ghcr.io-scanopy-scanopy-server-0.x
git switch main
git merge renovate/ghcr.io-scanopy-scanopy-server-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ops/homelab!114
No description provided.