Skip to content

Update lscr.io/linuxserver/unifi-network-application Docker tag to v8.4.59 - #557

Merged
sdwilsh merged 1 commit into
mainfrom
renovate/lscr.io-linuxserver-unifi-network-application-8.x
Aug 27, 2024
Merged

Update lscr.io/linuxserver/unifi-network-application Docker tag to v8.4.59#557
sdwilsh merged 1 commit into
mainfrom
renovate/lscr.io-linuxserver-unifi-network-application-8.x

Conversation

@renovate

@renovate renovate Bot commented Aug 26, 2024

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Type Update Change
lscr.io/linuxserver/unifi-network-application (source) Component minor 8.3.32 -> 8.4.59

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 was generated by Mend Renovate. View the repository job log.

@sdwilsh
sdwilsh merged commit a8b9aea into main Aug 27, 2024
@sdwilsh
sdwilsh deleted the renovate/lscr.io-linuxserver-unifi-network-application-8.x branch August 27, 2024 00:03
sdwilsh pushed a commit that referenced this pull request Jul 11, 2026
##### [\`v4.2.0\`](https://github.com/docker/setup-buildx-action/releases/tag/v4.2.0)

- Preserve names in esbuild bundle by [@crazy-max](https://github.com/crazy-max) in [#572](docker/setup-buildx-action#572)
- Bump [@actions/core](https://github.com/actions/core) from 3.0.0 to 3.0.1 in [#551](docker/setup-buildx-action#551)
- Bump [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.90.0 to 0.92.0 in [#557](docker/setup-buildx-action#557) [#580](docker/setup-buildx-action#580)
- Bump [@sigstore/core](https://github.com/sigstore/core) from 3.1.0 to 3.2.1 in [#573](docker/setup-buildx-action#573)
- Bump [@sigstore/verify](https://github.com/sigstore/verify) from 3.1.0 to 3.1.1 in [#576](docker/setup-buildx-action#576)
- Bump js-yaml from 4.1.1 to 5.2.0 in [#562](docker/setup-buildx-action#562)
- Bump sigstore from 4.1.0 to 4.1.1 in [#577](docker/setup-buildx-action#577)
- Bump tmp from 0.2.5 to 0.2.7 in [#556](docker/setup-buildx-action#556)
- Bump undici from 6.25.0 to 6.27.0 in [#570](docker/setup-buildx-action#570)
- Bump vite from 7.3.2 to 7.3.6 in [#569](docker/setup-buildx-action#569)

**Full Changelog**: <docker/setup-buildx-action@v4.1.0...v4.2.0>
sdwilsh pushed a commit that referenced this pull request Jul 16, 2026
##### [\`v0.16.0\`](https://github.com/openpubkey/opkssh/releases/tag/v0.16.0)

##### A Note on Compatibility for GQ signatures

Includes security fix to GitLab-CI GQ commitment PK Tokens by updating to OpenPubkey v0.25.0. As OPKSSH does not currently support GitLab-CI, and only currently supports GitLab user OP, there should be no security impact to OPKSSH.

However this does introduce a breaking change to how GQ signatures are verified. If GitHub is being used with GQ signatures then signatures created prior to this release will not verify on OPKSSH after this change and signatures created after this release will not verify against on OPKSSH before this change.

See [openpubkey/openpubkey#379](openpubkey/openpubkey#379)

##### Changes

- Update to OpenPubkey v0.25.0 [@EthanHeilman](https://github.com/EthanHeilman) ([#569](openpubkey/opkssh#569))
- fix(deps): Update Docker @[renovate\[bot\]](https://github.com/apps/renovate) ([#566](openpubkey/opkssh#566))
- fix(deps): Update go toolchain directive to v1.26.5 @[renovate\[bot\]](https://github.com/apps/renovate) ([#567](openpubkey/opkssh#567))
- fix(deps): Update actions/cache action to v6.1.0 @[renovate\[bot\]](https://github.com/apps/renovate) ([#556](openpubkey/opkssh#556))
- feat(enforcer): add glob support to github-actions [@gastmaier](https://github.com/gastmaier) ([#558](openpubkey/opkssh#558))
- chore(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.4 @[dependabot\[bot\]](https://github.com/apps/dependabot) ([#540](openpubkey/opkssh#540))
- Imports slices rather exp/slices [@EthanHeilman](https://github.com/EthanHeilman) ([#565](openpubkey/opkssh#565))
- feat: produce Android binaries on CI [@bltavares](https://github.com/bltavares) ([#550](openpubkey/opkssh#550))
- fix(deps): Update Docker @[renovate\[bot\]](https://github.com/apps/renovate) ([#555](openpubkey/opkssh#555))
- fix(deps): Update docker/build-push-action action to v7.3.0 @[renovate\[bot\]](https://github.com/apps/renovate) ([#560](openpubkey/opkssh#560))
- fix(deps): Update goreleaser/goreleaser-action action to v7.2.3 @[renovate\[bot\]](https://github.com/apps/renovate) ([#557](openpubkey/opkssh#557))
- fix(deps): Update release-drafter/release-drafter action to v7.5.1 @[renovate\[bot\]](https://github.com/apps/renovate) ([#554](openpubkey/opkssh#554))
- fix(deps): Update release-drafter/release-drafter action to v7 @[renovate\[bot\]](https://github.com/apps/renovate) ([#551](openpubkey/opkssh#551))
- chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.5 to 4.1.4 @[dependabot\[bot\]](https://github.com/apps/dependabot) ([#539](openpubkey/opkssh#539))

##### 🐛 Bug Fixes

- Fix release drafter [@EthanHeilman](https://github.com/EthanHeilman) ([#561](openpubkey/opkssh#561))
- fix(deps): Update actions/cache action to v6 @[renovate\[bot\]](https://github.com/apps/renovate) ([#543](openpubkey/opkssh#543))
- fix(deps): Update actions/checkout action to v7 @[renovate\[bot\]](https://github.com/apps/renovate) ([#545](openpubkey/opkssh#545))
- fix(deps): Update actions/setup-go action to v6.5.0 @[renovate\[bot\]](https://github.com/apps/renovate) ([#553](openpubkey/opkssh#553))
- fix(deps): Update dependency golangci/golangci-lint to v2.12.2 @[renovate\[bot\]](https://github.com/apps/renovate) ([#552](openpubkey/opkssh#552))
- fix(deps): Update Docker @[renovate\[bot\]](https://github.com/apps/renovate) ([#549](openpubkey/opkssh#549))
- fix(deps): Update actions/setup-go action to v6.4.0 @[renovate\[bot\]](https://github.com/apps/renovate) ([#541](openpubkey/opkssh#541))
- fix(deps): Update dependency golangci/golangci-lint to v2.11.4 @[renovate\[bot\]](https://github.com/apps/renovate) ([#489](openpubkey/opkssh#489))
- fix(deps): Update zizmorcore/zizmor-action action to v0.5.7 @[renovate\[bot\]](https://github.com/apps/renovate) ([#535](openpubkey/opkssh#535))
- fix(deps): Update Docker @[renovate\[bot\]](https://github.com/apps/renovate) ([#469](openpubkey/opkssh#469))

##### 🧰 Maintenance

- fix(deps): Update Docker @[renovate\[bot\]](https://github.com/apps/renovate) ([#469](openpubkey/opkssh#469))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant