Skip to content

Commit

Permalink
chore(deps): update authservice to v1.0.2 (#738)
Browse files Browse the repository at this point in the history
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://redirect.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://redirect.github.com/istio-ecosystem/authservice)
| patch | `1.0.1` -> `1.0.2` |
|
[registry1.dso.mil/ironbank/istio-ecosystem/authservice](https://redirect.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://redirect.github.com/istio-ecosystem/authservice/releases/tag/v1.0.2)

[Compare
Source](https://redirect.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://redirect.github.com/nacx) in
[https://github.com/istio-ecosystem/authservice/pull/260](https://redirect.github.com/istio-ecosystem/authservice/pull/260)
- Upgrade to Go 1.22.5 to fix CVE-2024-24791 by
[@&#8203;nacx](https://redirect.github.com/nacx) in
[https://github.com/istio-ecosystem/authservice/pull/261](https://redirect.github.com/istio-ecosystem/authservice/pull/261)
- Upgrade to Go 1.23.1 by
[@&#8203;nacx](https://redirect.github.com/nacx) in
[https://github.com/istio-ecosystem/authservice/pull/264](https://redirect.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 <micah.nagel@defenseunicorns.com>
  • Loading branch information
renovate[bot] and mjnagel authored Sep 17, 2024
1 parent 009326d commit 3328b08
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/authservice/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
image:
repository: registry1.dso.mil/ironbank/istio-ecosystem/authservice
tag: "1.0.1-ubi9"
tag: "1.0.2-ubi9"
2 changes: 1 addition & 1 deletion src/authservice/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
image:
repository: cgr.dev/du-uds-defenseunicorns/authservice-fips
tag: "1.0.1"
tag: "1.0.2"
2 changes: 1 addition & 1 deletion src/authservice/values/upstream-values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
image:
repository: ghcr.io/istio-ecosystem/authservice/authservice
tag: "1.0.1"
tag: "1.0.2"
6 changes: 3 additions & 3 deletions src/authservice/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- ghcr.io/istio-ecosystem/authservice/authservice:1.0.1
- ghcr.io/istio-ecosystem/authservice/authservice:1.0.2

- name: authservice
required: true
Expand All @@ -29,7 +29,7 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/istio-ecosystem/authservice:1.0.1-ubi9
- registry1.dso.mil/ironbank/istio-ecosystem/authservice:1.0.2-ubi9

- name: authservice
required: true
Expand All @@ -42,4 +42,4 @@ components:
valuesFiles:
- values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/authservice-fips:1.0.1
- cgr.dev/du-uds-defenseunicorns/authservice-fips:1.0.2

0 comments on commit 3328b08

Please sign in to comment.