Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "1.23.0",
"charts/tero-edge": "0.8.0"
".": "1.24.0",
"charts/tero-edge": "0.9.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.24.0](https://github.com/usetero/edge/compare/v1.23.0...v1.24.0) (2026-06-24)


### Features

* debug endpoints ([#202](https://github.com/usetero/edge/issues/202)) ([0a7373f](https://github.com/usetero/edge/commit/0a7373f59c72accc74dd7a59995bb564af02eeee))

## [1.23.0](https://github.com/usetero/edge/compare/v1.22.0...v1.23.0) (2026-06-24)


Expand Down
13 changes: 13 additions & 0 deletions charts/tero-edge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.9.0](https://github.com/usetero/edge/compare/tero-edge-chart-v0.8.0...tero-edge-chart-v0.9.0) (2026-06-24)


### Features

* **config:** make connection and memory limits configurable ([#198](https://github.com/usetero/edge/issues/198)) ([015cb8d](https://github.com/usetero/edge/commit/015cb8dd4886a25233bcad704b9859f066602e3b))
* update chart to set resource attrs and labels ([#194](https://github.com/usetero/edge/issues/194)) ([fd32b67](https://github.com/usetero/edge/commit/fd32b67082638ff92b85b0205dcf01b5220f4883))


### Bug Fixes

* add checksum to daemonset for restart ([#196](https://github.com/usetero/edge/issues/196)) ([ebbb626](https://github.com/usetero/edge/commit/ebbb626f2ab04226d99a1bbd11580f331ae29ecb))

## [0.7.0](https://github.com/usetero/edge/compare/tero-edge-chart-v0.6.0...tero-edge-chart-v0.7.0) (2026-06-24)


Expand Down
4 changes: 2 additions & 2 deletions charts/tero-edge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: A Helm chart for Kubernetes
type: application
icon: >-
https://docs.usetero.com/mintlify-assets/_mintlify/favicons/tero-0926be64/y5F_7SW7tjbC22aW/_generated/favicon/apple-touch-icon.png
version: 0.8.0
appVersion: 1.23.0
version: 0.9.0
appVersion: 1.24.0
Loading