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 image ghcr.io/shlinkio/shlink-web-client to v4 #108

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/shlinkio/shlink-web-client major 3.10.1 -> 4.3.0

Warning

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


Release Notes

shlinkio/shlink-web-client (ghcr.io/shlinkio/shlink-web-client)

v4.3.0

Compare Source

Added
  • #​1360 Added ability for server IDs to be generated based on the server name and URL, instead of generating a random UUID.

    This can improve sharing a predefined set of servers cia servers.json, env vars, or simply export and import your servers in some other device, and then be able to share server URLs which continue working.

    All existing servers will keep their generated IDs in existing devices for backwards compatibility, but newly created servers will use the new approach.

  • shlink-web-component#491 Add support for colors in QR code configurator.

  • shlink-web-component#515 Add support for geolocation redirect conditions, when using Shlink 4.3 or newer.

  • shlink-web-component#514 Allow filtering short URLs list by domain, when using Shlink 4.3 or newer.

  • shlink-web-component#520 Allow navigating from domains list to short URLs list filtered by one domain, when using Shlink 4.3 or newer.

  • shlink-web-component#517 Update list of known domains when a short URL is created with a new domain.

  • shlink-web-component#292 Add icon in short URLs list indicating if a short URL has redirect rules.

Changed
  • Nothing
Deprecated
  • Nothing
Removed
  • Nothing
Fixed

v4.2.2

Compare Source

Added
  • Nothing
Changed
  • Update to @shlinkio/shlink-frontend-kit 0.6.0
  • Update to @shlinkio/shlink-web-component 0.10.1
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • shlink-web-component#475 Fix incorrect amount of dots being displayed in line charts when the difference in days/weeks/months is rounded up.

v4.2.1

Compare Source

Added
  • Nothing
Changed
  • Nothing
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • #​1325 Get dependency on uuid package back, as crypto.randomUUID() can only be used in secure contexts.
  • shlink-web-component#461 Ensure shortUrlsList.confirmDeletion setting is true in any case, except when explicitly set to false.
  • shlink-web-component#237 Set darker color for previous period in charts, when light theme is enabled.
  • shlink-web-component#246 Fix selected date range not reflected in visits comparison date range selector, when selecting it in the line chart via drag'n'drop.

v4.2.0

Compare Source

Added
  • shlink-web-component#411 Add support for ip-address redirect conditions when Shlink server is >=4.2
  • shlink-web-component#196 Allow active date range to be changed by selecting a range in visits and visits-comparison line charts.
  • shlink-web-component#307 Add new setting to disable short URL deletions confirmation.
  • shlink-web-component#435 Allow toggling between displaying raw user agent and parsed browser/OS in visits table.
  • shlink-web-component#197 Allow line charts to be expanded to the full size of the viewport, both in individual visits views, and when comparing visits.
  • shlink-web-component#382 Initialize QR code modal with all params unset, so that they fall back to the server defaults. Additionally, allow them to be unset if desired.
Changed
  • Use ShlinkWebSettings from @shlinkio/shlink-web-component to replace local settings UI.
  • Update to @shlinkio/eslint-config-js-coding-standard 3.0, and migrate to ESLint flat config.
  • Remove dependency on uuid package, and use crypto.randomUUID() instead.
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • Nothing

v4.1.2

Compare Source

Added
  • Nothing
Changed
  • Use new reusable workflow to publish docker image
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • shlink-web-component#244 Display visitedUrl in visits table if the visit object has it, regardless of it being an orphan visit or not.
  • shlink-web-component#327 Ensure orphan visits type is sent to the server, to enable server-side filtering when consumed Shlink supports it.

v4.1.1

Compare Source

Added
Changed
  • Update JS coding standard
  • #​1132 Add warning message in "validate URLs" setting, indicating it is ignored when consuming Shlink >=4.0.0.
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • shlink-web-component#294 Make sure "validate URL" control is not displayed in short URL creation/edition, when consuming Shlink >=4.0.0.
  • #​1130 Fix importing servers in Firefox for Android when the CSV file contains spaces.
  • #​1133 Fix Shlink versions alignment in server error pages.

v4.1.0

Compare Source

Added
  • #​1079 Add support Shlink 4.0.0.

  • shlink-web-component#271 Add support for redirect rules when consuming Shlink 4.0.0.

    Now, if the server supports it, there will be a new item for every short URL dropdown, which will take you to a page where it will be possible to edit that short URL's redirect rules.

Changed
  • shlink-web-component#249 Replace react-datepicker with native input[type="date"] and input[type="datetime-local"] elements.
  • Update dependencies.
Deprecated
  • Nothing
Removed
Fixed
  • #​1084 Fix broken server dropdown menu when auto-connect is enabled.

v4.0.1

Compare Source

Added
  • Nothing
Changed
  • #​821 Update app gif from README.md
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • #​1046 Fix running docker image when server env vars are provided.

v4.0.0

Compare Source

Added
  • shlink-web-component #​7 Allow comparing visits for multiple short URLs, tags or domains.

    When in the tags, domains or short URLs tables, you can now pick up to 5 items to compare their visits. Once selected, you are taken to a section displaying a comparative line chart, which supports all regular visits filtering capabilities.

  • shlink-web-component #​9 Allow comparing visits with the previous period.

  • shlink-web-component #​12 and #​13 Add new "Visits options" section for arbitrary visit stats options. Add section to delete short URL and orphan visits there.

    This section is only visible if short URL visits deletion or orphan visits deletion are supported by connected Shlink server.

  • shlink-web-component #​10 Improve general accessibility: Add accessibility tests, fix accessibility issues and enable accessibility linting rules.

Changed
  • #​338 Extract @shlinkio/shlink-web-component and @shlinkio/shlink-frontend-kit as external libs.
  • #​978 Use system preferred theme as default theme.
  • Use API client from @shlinkio/shlink-js-sdk to consume Shlink servers.
  • #​902 Docker image is no longer running as root. As a side effect, exposed port is 8080, not 80 anymore.
  • shlink-web-component #​117 Migrate charts from Chart.JS to Recharts.
Deprecated
  • Nothing
Removed
  • Drop support for Shlink older than v3.0.0
Fixed
  • #​910 Fix warnings related with missing act in tests and refs in AppUpdateBanner.

v3.10.2

Compare Source

Added
  • Nothing
Changed
  • #​781 Migrate tests from jest to vitest.
  • #​843 Build docker image only for new tags, making sure it always includes an actual version number.
Deprecated
  • Nothing
Removed
  • Nothing
Fixed
  • Nothing

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Feb 3, 2024

--- kubernetes HelmRelease: default/shlink-web Deployment: default/shlink-web

+++ kubernetes HelmRelease: default/shlink-web Deployment: default/shlink-web

@@ -27,13 +27,13 @@

       serviceAccountName: default
       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       containers:
       - name: shlink-web
-        image: ghcr.io/shlinkio/shlink-web-client:3.10.1
+        image: ghcr.io/shlinkio/shlink-web-client:4.2.1
         imagePullPolicy: null
         env:
         - name: SHLINK_SERVER_URL
           value: https://ln.${SECRET_DOMAIN}
         envFrom:
         - secretRef:

Copy link

github-actions bot commented Feb 3, 2024

--- kubernetes/apps/default/shlink/web Kustomization: flux-system/cluster-apps-shlink-web HelmRelease: default/shlink-web

+++ kubernetes/apps/default/shlink/web Kustomization: flux-system/cluster-apps-shlink-web HelmRelease: default/shlink-web

@@ -35,13 +35,13 @@

       SHLINK_SERVER_URL: https://ln.${SECRET_DOMAIN}
     envFrom:
     - secretRef:
         name: shlink-secret
     image:
       repository: ghcr.io/shlinkio/shlink-web-client
-      tag: 3.10.1
+      tag: 4.2.1
     ingress:
       main:
         annotations:
           hajimari.io/icon: mdi:link
         enabled: true
         hosts:

@renovate renovate bot force-pushed the renovate/ghcr.io-shlinkio-shlink-web-client-4.x branch from 865212f to 1ef8dc6 Compare March 17, 2024 13:16
@renovate renovate bot force-pushed the renovate/ghcr.io-shlinkio-shlink-web-client-4.x branch 2 times, most recently from bc4b3f7 to d4907c6 Compare April 17, 2024 10:35
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/shlinkio/shlink-web-client to v4 feat(container)!: Update image ghcr.io/shlinkio/shlink-web-client to v4 - autoclosed Sep 21, 2024
@renovate renovate bot closed this Sep 21, 2024
@renovate renovate bot deleted the renovate/ghcr.io-shlinkio-shlink-web-client-4.x branch September 21, 2024 12:12
@renovate renovate bot restored the renovate/ghcr.io-shlinkio-shlink-web-client-4.x branch September 21, 2024 15:47
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/shlinkio/shlink-web-client to v4 - autoclosed feat(container)!: Update image ghcr.io/shlinkio/shlink-web-client to v4 Sep 21, 2024
@renovate renovate bot reopened this Sep 21, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-shlinkio-shlink-web-client-4.x branch from d4907c6 to 6eb9b2b Compare September 21, 2024 15:47
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/shlinkio/shlink-web-client to v4 feat(container)!: Update image ghcr.io/shlinkio/shlink-web-client to v4 - autoclosed Sep 22, 2024
@renovate renovate bot closed this Sep 22, 2024
@renovate renovate bot deleted the renovate/ghcr.io-shlinkio-shlink-web-client-4.x branch September 22, 2024 19:41
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/shlinkio/shlink-web-client to v4 - autoclosed feat(container)!: Update image ghcr.io/shlinkio/shlink-web-client to v4 Sep 22, 2024
@renovate renovate bot reopened this Sep 22, 2024
@renovate renovate bot restored the renovate/ghcr.io-shlinkio-shlink-web-client-4.x branch September 22, 2024 21:04
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/shlinkio/shlink-web-client to v4 feat(container)!: Update image ghcr.io/shlinkio/shlink-web-client to v4 - autoclosed Sep 23, 2024
@renovate renovate bot closed this Sep 23, 2024
@renovate renovate bot deleted the renovate/ghcr.io-shlinkio-shlink-web-client-4.x branch September 23, 2024 12:18
@renovate renovate bot changed the title feat(container)!: Update image ghcr.io/shlinkio/shlink-web-client to v4 - autoclosed feat(container)!: Update image ghcr.io/shlinkio/shlink-web-client to v4 Sep 23, 2024
@renovate renovate bot reopened this Sep 23, 2024
@renovate renovate bot restored the renovate/ghcr.io-shlinkio-shlink-web-client-4.x branch September 23, 2024 20:14
@renovate renovate bot force-pushed the renovate/ghcr.io-shlinkio-shlink-web-client-4.x branch 2 times, most recently from 913d3e2 to 030775a Compare October 9, 2024 15:02
@renovate renovate bot force-pushed the renovate/ghcr.io-shlinkio-shlink-web-client-4.x branch from 030775a to 7b9555d Compare October 19, 2024 12:21
@renovate renovate bot force-pushed the renovate/ghcr.io-shlinkio-shlink-web-client-4.x branch from 7b9555d to 3c75408 Compare November 30, 2024 10:44
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.

0 participants