Skip to content

Commit 3328b08

Browse files
chore(deps): update authservice to v1.0.2 (#738)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cgr.dev/du-uds-defenseunicorns/authservice-fips](https://images.chainguard.dev/directory/image/authservice-fips/overview) ([source](https://github.com/chainguard-images/images-private/tree/HEAD/images/authservice-fips)) | patch | `1.0.1` -> `1.0.2` | | [ghcr.io/istio-ecosystem/authservice/authservice](https://github.com/istio-ecosystem/authservice) | patch | `1.0.1` -> `1.0.2` | | [registry1.dso.mil/ironbank/istio-ecosystem/authservice](https://github.com/istio-ecosystem/authservice) ([source](https://repo1.dso.mil/dsop/istio-ecosystem/authservice)) | patch | `1.0.1-ubi9` -> `1.0.2-ubi9` | --- ### Release Notes <details> <summary>istio-ecosystem/authservice (ghcr.io/istio-ecosystem/authservice/authservice)</summary> ### [`v1.0.2`](https://github.com/istio-ecosystem/authservice/releases/tag/v1.0.2) [Compare Source](https://github.com/istio-ecosystem/authservice/compare/v1.0.1...v1.0.2) This is a small bugfix release that includes fixes for several CVEs. ##### What's Changed - Upgrade to Go 1.22.4 by [@&#8203;nacx](https://github.com/nacx) in [https://github.com/istio-ecosystem/authservice/pull/260](https://github.com/istio-ecosystem/authservice/pull/260) - Upgrade to Go 1.22.5 to fix CVE-2024-24791 by [@&#8203;nacx](https://github.com/nacx) in [https://github.com/istio-ecosystem/authservice/pull/261](https://github.com/istio-ecosystem/authservice/pull/261) - Upgrade to Go 1.23.1 by [@&#8203;nacx](https://github.com/nacx) in [https://github.com/istio-ecosystem/authservice/pull/264](https://github.com/istio-ecosystem/authservice/pull/264) **Full Changelog**: istio-ecosystem/authservice@v1.0.1...v1.0.2 </details> --- ### 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/defenseunicorns/uds-core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Micah Nagel <[email protected]>
1 parent 009326d commit 3328b08

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
image:
22
repository: registry1.dso.mil/ironbank/istio-ecosystem/authservice
3-
tag: "1.0.1-ubi9"
3+
tag: "1.0.2-ubi9"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
image:
22
repository: cgr.dev/du-uds-defenseunicorns/authservice-fips
3-
tag: "1.0.1"
3+
tag: "1.0.2"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
image:
22
repository: ghcr.io/istio-ecosystem/authservice/authservice
3-
tag: "1.0.1"
3+
tag: "1.0.2"

src/authservice/zarf.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ components:
1616
valuesFiles:
1717
- values/upstream-values.yaml
1818
images:
19-
- ghcr.io/istio-ecosystem/authservice/authservice:1.0.1
19+
- ghcr.io/istio-ecosystem/authservice/authservice:1.0.2
2020

2121
- name: authservice
2222
required: true
@@ -29,7 +29,7 @@ components:
2929
valuesFiles:
3030
- values/registry1-values.yaml
3131
images:
32-
- registry1.dso.mil/ironbank/istio-ecosystem/authservice:1.0.1-ubi9
32+
- registry1.dso.mil/ironbank/istio-ecosystem/authservice:1.0.2-ubi9
3333

3434
- name: authservice
3535
required: true
@@ -42,4 +42,4 @@ components:
4242
valuesFiles:
4343
- values/unicorn-values.yaml
4444
images:
45-
- cgr.dev/du-uds-defenseunicorns/authservice-fips:1.0.1
45+
- cgr.dev/du-uds-defenseunicorns/authservice-fips:1.0.2

0 commit comments

Comments
 (0)