Skip to content

Commit

Permalink
chore(deps): update runtime to v0.6.0 (#897)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/defenseunicorns/uds-runtime](https://images.chainguard.dev/directory/image/static/overview)
([source](https://redirect.github.com/chainguard-images/images/tree/HEAD/images/static))
| minor | `0.5.0` -> `0.6.0` |
|
[https://github.com/defenseunicorns/uds-runtime.git](https://redirect.github.com/defenseunicorns/uds-runtime)
| minor | `v0.5.0` -> `v0.6.0` |

---

### Release Notes

<details>
<summary>defenseunicorns/uds-runtime
(https://github.com/defenseunicorns/uds-runtime.git)</summary>

###
[`v0.6.0`](https://redirect.github.com/defenseunicorns/uds-runtime/releases/tag/v0.6.0)

[Compare
Source](https://redirect.github.com/defenseunicorns/uds-runtime/compare/v0.5.0...v0.6.0)

##### Features

- **api:** adds caching layer to pepr endpoints
([#&#8203;402](https://redirect.github.com/defenseunicorns/uds-runtime/issues/402))
([782d93b](https://redirect.github.com/defenseunicorns/uds-runtime/commit/782d93b9b030a0a16191de58ec7c6920982f248a))
- **api:** use tls when running locally
([#&#8203;405](https://redirect.github.com/defenseunicorns/uds-runtime/issues/405))
([d4764eb](https://redirect.github.com/defenseunicorns/uds-runtime/commit/d4764ebcff0ad5c3b4d3dfaee563429ce07d4e87))
- **ci:** publish the runtime ui build as a release artifact
([#&#8203;418](https://redirect.github.com/defenseunicorns/uds-runtime/issues/418))
([ce4a592](https://redirect.github.com/defenseunicorns/uds-runtime/commit/ce4a592c615b02e149f2a8b7c0698fb85157b3b6))
- **ui:** 409 overview dashboard events logs widget
([#&#8203;415](https://redirect.github.com/defenseunicorns/uds-runtime/issues/415))
([ea47a72](https://redirect.github.com/defenseunicorns/uds-runtime/commit/ea47a72b47d60c4b51a9b6ef63cd5853f57d6fd6))
- **ui:** create stat widget
([#&#8203;386](https://redirect.github.com/defenseunicorns/uds-runtime/issues/386))
([f1dce2e](https://redirect.github.com/defenseunicorns/uds-runtime/commit/f1dce2ebf81a2701267cc76a92a34d9b59293d9a))

##### Bug Fixes

- closes pepr goroutines when navigating away
([#&#8203;400](https://redirect.github.com/defenseunicorns/uds-runtime/issues/400))
([95fb845](https://redirect.github.com/defenseunicorns/uds-runtime/commit/95fb8453779042f3b695351127d0097162a856cb))
- reconnection handling after introducing TLS
([#&#8203;412](https://redirect.github.com/defenseunicorns/uds-runtime/issues/412))
([b89cf16](https://redirect.github.com/defenseunicorns/uds-runtime/commit/b89cf16ddba0ec37891aab72876a26f6d5f0b402))
- storageclass view data
([#&#8203;425](https://redirect.github.com/defenseunicorns/uds-runtime/issues/425))
([f228e7f](https://redirect.github.com/defenseunicorns/uds-runtime/commit/f228e7f2eb619b0a599deff6b519113c51d7a7bd))

##### Miscellaneous

- **api:** refactor organization of reconnection logic
([#&#8203;406](https://redirect.github.com/defenseunicorns/uds-runtime/issues/406))
([1dd4a06](https://redirect.github.com/defenseunicorns/uds-runtime/commit/1dd4a06153c79301a6ae23001bcd0aef5002e3db))
- **api:** updates for handling unavailable metrics server
([#&#8203;421](https://redirect.github.com/defenseunicorns/uds-runtime/issues/421))
([6bb9728](https://redirect.github.com/defenseunicorns/uds-runtime/commit/6bb9728d2e01de73b6462b420c384c64580524e7))
- **deps:** update dependency kubernetes-fluent-client to v3.0.4
([#&#8203;403](https://redirect.github.com/defenseunicorns/uds-runtime/issues/403))
([ef35113](https://redirect.github.com/defenseunicorns/uds-runtime/commit/ef35113c05ecf881c5077fdea4c9c322febbff66))
- **deps:** update devdependencies
([#&#8203;214](https://redirect.github.com/defenseunicorns/uds-runtime/issues/214))
([16f75ed](https://redirect.github.com/defenseunicorns/uds-runtime/commit/16f75ed767af5fd2f128044723e6c010b46be576))
- **deps:** update github actions
([#&#8203;385](https://redirect.github.com/defenseunicorns/uds-runtime/issues/385))
([ac2797f](https://redirect.github.com/defenseunicorns/uds-runtime/commit/ac2797f73abf450e0ba784b269752f61fb322599))
- **deps:** update module github.com/zarf-dev/zarf to v0.41.0
([#&#8203;414](https://redirect.github.com/defenseunicorns/uds-runtime/issues/414))
([aaa2fed](https://redirect.github.com/defenseunicorns/uds-runtime/commit/aaa2fed5529f3e78b7b70d500eb4cac371907c06))
- fix typo in README
([#&#8203;396](https://redirect.github.com/defenseunicorns/uds-runtime/issues/396))
([ceddd9b](https://redirect.github.com/defenseunicorns/uds-runtime/commit/ceddd9ba36ff86454a9cbdba00d40bf8ceb57a8f))
- fix typo, clean URL, de-dup toast
([#&#8203;407](https://redirect.github.com/defenseunicorns/uds-runtime/issues/407))
([b8616c6](https://redirect.github.com/defenseunicorns/uds-runtime/commit/b8616c619b11feef6a6e3376f7bf8a965c84ff5e))
- implementation for handling crds that dont exist
([#&#8203;408](https://redirect.github.com/defenseunicorns/uds-runtime/issues/408))
([d5d7d14](https://redirect.github.com/defenseunicorns/uds-runtime/commit/d5d7d14962304b955d8b9a7eff4a78eb9559583d))
- swap svelte-chartjs for chartjs lib
([#&#8203;246](https://redirect.github.com/defenseunicorns/uds-runtime/issues/246))
([cedaa43](https://redirect.github.com/defenseunicorns/uds-runtime/commit/cedaa43b1b065be77add427777f03a7837a61b15))
- **ui:** add status colors for event type in events table
([#&#8203;422](https://redirect.github.com/defenseunicorns/uds-runtime/issues/422))
([e1111e9](https://redirect.github.com/defenseunicorns/uds-runtime/commit/e1111e96163eaa67c2f36e9b2dc8cb0501cfbbd5))
- **ui:** adding convention for figma to front end component naming
([#&#8203;401](https://redirect.github.com/defenseunicorns/uds-runtime/issues/401))
([f65ec88](https://redirect.github.com/defenseunicorns/uds-runtime/commit/f65ec88d95656f7217a5af1320b009816bd99f64))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 5df0737 commit 89ae6e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ components:
- name: uds-runtime
required: false
images:
- ghcr.io/defenseunicorns/uds-runtime:0.5.0
- ghcr.io/defenseunicorns/uds-runtime:0.6.0
charts:
- name: uds-runtime
namespace: uds-runtime
version: "v0.5.0"
version: "v0.6.0"
url: https://github.com/defenseunicorns/uds-runtime.git
gitPath: chart
actions:
Expand Down

0 comments on commit 89ae6e2

Please sign in to comment.