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
Binary file added assets/dagger/dagger-helm-0.18.5.tgz
Binary file not shown.
1 change: 1 addition & 0 deletions assets/icons/dagger-helm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/header.tpl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
Empty file.
13 changes: 13 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.12.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## v0.12.0 - 2024-07-12


### Changed
- Align app version with chart version by @gerhard in https://github.com/dagger/dagger/pull/7854

### Dependencies
- Bump Engine to v0.12.0 by @github-actions in https://github.com/dagger/dagger/pull/7903

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
10 changes: 10 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.12.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.12.1 - 2024-07-18


### Dependencies
- Bump Engine to v0.12.1 by @github-actions in https://github.com/dagger/dagger/pull/7978

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
10 changes: 10 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.12.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.12.2 - 2024-07-22


### Dependencies
- Bump Engine to v0.12.2 by @github-actions in https://github.com/dagger/dagger/pull/8006

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
10 changes: 10 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.12.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.12.3 - 2024-07-25


### Dependencies
- Bump Engine to v0.12.3 by @github-actions in https://github.com/dagger/dagger/pull/8039

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
7 changes: 7 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.12.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## v0.12.4 - 2024-08-01


### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
7 changes: 7 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.12.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## v0.12.5 - 2024-08-15


### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
10 changes: 10 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.12.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.12.6 - 2024-08-29


### Changed
- Use `dagger query` for engine healthcheck by @matipan in https://github.com/dagger/dagger/pull/8219

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
10 changes: 10 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.12.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.12.7 - 2024-09-02


### Dependencies
- Bump Engine to v0.12.7 by @jedevc in https://github.com/dagger/dagger/pull/8299

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
18 changes: 18 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.13.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## v0.13.0 - 2024-09-11


### 🔥 Breaking Changes
- Remove `appVersion` - this is now the chart version by @gerhard in https://github.com/dagger/dagger/pull/8348 \
Customizing the Engine image is now done via `engine.image.ref` and requires
the full image reference, including the registry URL. If you configure this
value, you must ensure that this Engine image is compatible with the chart.
- Removes default `oci-max-parallelism` `num-cpu` Engine setting by @gerhard in https://github.com/dagger/dagger/pull/8406
This option is known to be problematic in certain scenarios

### Dependencies
- Bump Engine to v0.13.0 by @jedevc in https://github.com/dagger/dagger/pull/8408

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
10 changes: 10 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.13.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.13.1 - 2024-09-18


### Dependencies
- Bump Engine to v0.13.1 by @sipsma in https://github.com/dagger/dagger/pull/8488

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
10 changes: 10 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.13.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.13.2 - 2024-09-20


### Dependencies
- Bump Engine to v0.13.2 by @vito in https://github.com/dagger/dagger/pull/8514

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
10 changes: 10 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.13.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.13.3 - 2024-09-20


### Dependencies
- Bump Engine to v0.13.3 by @vito in https://github.com/dagger/dagger/pull/8523

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
10 changes: 10 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.13.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.13.4 - 2024-10-09


### Dependencies
- Bump Engine to v0.13.4 by @jedevc in https://github.com/dagger/dagger/pull/8661

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
10 changes: 10 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.13.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.13.5 - 2024-10-10


### Dependencies
- Bump Engine to v0.13.5 by @sipsma in https://github.com/dagger/dagger/pull/8679

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
10 changes: 10 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.13.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.13.6 - 2024-10-24


### Dependencies
- Bump Engine to v0.13.6 by @jedevc in https://github.com/dagger/dagger/pull/8770

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
10 changes: 10 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.13.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.13.7 - 2024-10-31


### Dependencies
- Bump Engine to v0.13.7 by @jedevc in https://github.com/dagger/dagger/pull/8829

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
10 changes: 10 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.14.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.14.0 - 2024-11-08


### Dependencies
- Bump Engine to v0.14.0 by @sipsma in https://github.com/dagger/dagger/pull/8900

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
9 changes: 9 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.15.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## v0.15.0 - 2024-12-11

### Dependencies
- Bump Engine to v0.15.0 by @jedevc in https://github.com/dagger/dagger/pull/9158

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
9 changes: 9 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.15.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## v0.15.1 - 2024-12-12

### Dependencies
- Bump Engine to v0.15.1 by @cwlbraa in https://github.com/dagger/dagger/pull/9183

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
12 changes: 12 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.15.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## v0.15.2 - 2025-01-14

### Added
- Enable deploying multiples Dagger Engines on a single K8s nodes by @gerhard in https://github.com/dagger/dagger/pull/9249

### Dependencies
- Bump Engine to v0.15.2 by @jedevc in https://github.com/dagger/dagger/pull/9383

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
9 changes: 9 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.15.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## v0.15.3 - 2025-01-29

### Dependencies
- Bump Engine to v0.15.3 by @jedevc in https://github.com/dagger/dagger/pull/9469

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
9 changes: 9 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.15.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## v0.15.4 - 2025-02-12

### Dependencies
- Bump Engine to v0.15.4 by @jedevc in https://github.com/dagger/dagger/pull/9562

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
9 changes: 9 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.16.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## v0.16.0 - 2025-02-19

### Dependencies
- Bump Engine to v0.16.0 by @sipsma in https://github.com/dagger/dagger/pull/9629

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
9 changes: 9 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.16.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## v0.16.1 - 2025-02-19

### Dependencies
- Bump Engine to v0.16.1 by @sipsma in https://github.com/dagger/dagger/pull/9634

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
13 changes: 13 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.16.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## v0.16.2 - 2025-02-27

### Added
- Enable setting `imagePullSecrets` by @vmaffet in https://github.com/dagger/dagger/pull/9609
- Enable setting engine pod annotations by @vmaffet in https://github.com/dagger/dagger/pull/9623

### Dependencies
- Bump Engine to v0.16.2 by @jedevc in https://github.com/dagger/dagger/pull/9728

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
12 changes: 12 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.16.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## v0.16.3 - 2025-03-12

### Added
- Enable setting environment variables for engine by @vmaffet in https://github.com/dagger/dagger/pull/9797

### Dependencies
- Bump Engine to v0.16.3 by @jedevc in https://github.com/dagger/dagger/pull/9849

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
20 changes: 20 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.17.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## v0.17.0 - 2025-03-20

### Added
- Various new configuration options for the chart by @jholm117 in https://github.com/dagger/dagger/pull/9845
- Added a mount for an `engine.json` file.
- Added container and host ports.
- Added a `nodeSelector`.
- Added arbitrary volume mounts.
- Added lifecycle `preStop` hook.
- Added `podManagementPolicy` for `StatefulSets`.
- Added an option to disable `hostPath` mounts.
- Added PVC template for `StatefulSets`.

### Dependencies
- Bump Engine to v0.17.0 by @jedevc in https://github.com/dagger/dagger/pull/9918

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
19 changes: 19 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.17.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## v0.17.1 - 2025-03-24

### Added
- Added a mount for an engine.json file by @jholm117 in https://github.com/dagger/dagger/pull/9845 \
Added container and host ports.
Added a nodeSelector.
Added arbitrary volume mounts.
Added lifecycle preStop hook.
Added podManagementPolicy for StatefulSets.
Added an option to disable hostPath mounts.
Added PVC template for StatefulSets.

### Dependencies
- Bump Engine to v0.17.1 by @cwlbraa in https://github.com/dagger/dagger/pull/9957

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
9 changes: 9 additions & 0 deletions charts/dagger/dagger-helm/0.18.5/.changes/v0.17.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## v0.17.2 - 2025-03-27

### Dependencies
- Bump Engine to v0.17.2 by @jedevc in https://github.com/dagger/dagger/pull/9989

### What to do next?
- Read the [documentation](https://docs.dagger.io)
- Join our [Discord server](https://discord.gg/dagger-io)
- Follow us on [Twitter](https://twitter.com/dagger_io)
Loading