feat(container): update image gabrielduartem/blocky-ui ( 1.1.4 → 1.6.1 )#571
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
feat(container): update image gabrielduartem/blocky-ui ( 1.1.4 → 1.6.1 )#571renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
--- HelmRelease: network/blocky-ui Deployment: network/blocky-ui
+++ HelmRelease: network/blocky-ui Deployment: network/blocky-ui
@@ -36,9 +36,9 @@
hostPID: false
dnsPolicy: ClusterFirst
containers:
- env:
- name: BLOCKY_API_URL
value: http://blocky.network.svc.cluster.local:4000
- image: gabrielduartem/blocky-ui:1.1.4@sha256:007439c7962edefc1150d025e1d7148ac606f16783cda7dd7047e00aee813d0b
+ image: gabrielduartem/blocky-ui:1.6.1@sha256:35e67a68a6ef15ad43d3b9913ab7e667deaddcb022e414eacc8070a1450b4441
name: app
|
--- kubernetes/apps/network/blocky/ui Kustomization: network/blocky-ui HelmRelease: network/blocky-ui
+++ kubernetes/apps/network/blocky/ui Kustomization: network/blocky-ui HelmRelease: network/blocky-ui
@@ -30,13 +30,13 @@
app:
env:
- name: BLOCKY_API_URL
value: http://blocky.network.svc.cluster.local:4000
image:
repository: gabrielduartem/blocky-ui
- tag: 1.1.4@sha256:007439c7962edefc1150d025e1d7148ac606f16783cda7dd7047e00aee813d0b
+ tag: 1.6.1@sha256:35e67a68a6ef15ad43d3b9913ab7e667deaddcb022e414eacc8070a1450b4441
probes:
liveness:
enabled: false
readiness:
enabled: false
replicas: 1 |
f0aab02 to
88e0e59
Compare
88e0e59 to
d7530e9
Compare
d7530e9 to
d3b9b1b
Compare
d3b9b1b to
420903c
Compare
420903c to
0b6baf5
Compare
0b6baf5 to
a0c9378
Compare
a0c9378 to
2f75090
Compare
2f75090 to
d86385b
Compare
d86385b to
25bd080
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.1.4→1.6.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
GabeDuarteM/blocky-ui (gabrielduartem/blocky-ui)
v1.6.1Compare Source
Patch Changes
#260
7ad8467Thanks @GabeDuarteM! - Fix layout overflow on mobile when domain or client names are longLong domain names in the Top Domains and Top Clients lists no longer push the layout wider than the screen on mobile devices. Names are now properly truncated with an ellipsis.
v1.6.0Compare Source
Minor Changes
d2b3960Thanks @aclerici38! - Add PostgreSQL and TimescaleDB query log supportConfiguration
Set
QUERY_LOG_TYPEtopostgresqlortimescaleandQUERY_LOG_TARGETto a PostgreSQL connection URI:v1.5.0Compare Source
Minor Changes
86d08e4Thanks @GabeDuarteM! - Improve query logs with new filters, auto-refresh, and better duration displayNew Filters and Auto-Refresh
You can now filter query logs by DNS record type (A, AAAA, CNAME, MX, etc.) and by all Blocky response types. A new auto-refresh toggle lets you enable or disable automatic refresh every 30 seconds.
Duration Column
The Duration column now better indicates when no external DNS lookup was needed:
86d08e4Thanks @GabeDuarteM! - Add optional instance name in browser tab titleCustom instance name
When running multiple BlockyUI instances, you can now set an
INSTANCE_NAMEenvironment variable to display a custom name in the browser tab title (e.g., "BlockyUI @ blocky-vm2").To enable, add the environment variable to your configuration:
Patch Changes
#211
86d08e4Thanks @GabeDuarteM! - Fix CSV log provider errors not showing in the UICSV log provider errors (such as permission issues or missing directories) now display in the UI instead of failing silently with an empty table.
v1.4.0Compare Source
Minor Changes
aa37165: Add client filtering for query logs and support for CSV per-client log formatFilter Query Logs by Client
You can now filter query logs by client name in addition to domain. The search box shows suggestions for both domains and clients with their query counts.
CSV Per-Client Log Format Support
Added support for Blocky's
csv-clientlogging format, which stores logs in separate files per client.To enable, set in your environment:
Patch Changes
e4b8349: Docker images are now published to GitHub Container Registry (GHCR)New Registry
Blocky UI Docker images are now available on GitHub Container Registry at
ghcr.io/gabeduartem/blocky-ui.Update your
docker-compose.ymlto use the new registry:Or if using
docker run:Docker Hub Deprecation Notice
The existing Docker Hub image (
gabrielduartem/blocky-ui) will continue to receive updates for the time being, but may be discontinued in the future. We recommend updating your configuration to use the GHCR image to avoid disruption.v1.3.0Compare Source
Minor Changes
d0fe909: Statistics SectionA new statistics section providing insights into your DNS queries and blocking activity.
Features
Requires Prometheus configured on Blocky
Requires query logging (MySQL or CSV)
Configuration
Metrics are fetched from
$BLOCKY_API_URL/metricsby default.v1.2.0Compare Source
Minor Changes
218624b: feat: Add support for Query Logs of type "CSV"DEPRECATION NOTICE
To better align with the configuration schema from blocky, the
DATABASE_URLenvironment variable is now deprecated and replaced byQUERY_LOG_TYPEandQUERY_LOG_TARGET.While
DATABASE_URLstill works in this version, it will be removed in a future release.Replace it with:
Patch Changes
190dd16: Update dependenciesv1.1.6Compare Source
Patch Changes
1b3fd87: Fix React Server Components CVEv1.1.5Compare Source
Patch Changes
ca002bc: Bump packages to cover CVEsConfiguration
📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.