Skip to content

Tags: kpenfound/dagger

Tags

v0.2.34

Toggle v0.2.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add tags support to `go` pkg (dagger#3005)

Signed-off-by: Witold Konior <948653@gmail.com>

v0.2.33

Toggle v0.2.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: improve windows install script, added optional parameters (dagg…

…er#2903)

Windows script improvements
Signed-off-by: Brittan DeYoung <32572259+brittandeyoung@users.noreply.github.com>

v0.2.32

Toggle v0.2.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dagger#2980 from aalmiray/jreleaser-fix-doc

docs: update reference to jreleaser package

v0.2.31

Toggle v0.2.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dagger#2966 from crjm/docs-chore/throw-on-broken-l…

…inks

[Docs] Throw error on broken links

v0.2.30

Toggle v0.2.30's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
docs: Add FAQ on tests/secrets_sops.yaml (dagger#2916)

docs: Add FAQ on tests/secrets_sops.yaml

Add directions on how to retrieve the sops_age_key file and use
`sops` to add a new secret to tests/secrets_sops.yaml

Co-authored-by: Gerhard Lazu <gerhard@lazu.co.uk>
Signed-off-by: Vibhav Bobade <vibhav.bobde@gmail.com>

v0.2.29

Toggle v0.2.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Docs] Fix Tutorial Card and Buttons (dagger#2935)

This will fix anchor tags with odd behavior and make the Tutorial CArd more consistent with the rest of the design.

Signed-off-by: crjm <julian@dagger.io>

Signed-off-by: crjm <julian@dagger.io>

v0.2.28

Toggle v0.2.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ci: Open a homebrew-core PR when we release (dagger#2888)

This explains why we need to do it separately, on top of GoReleaser updating our Homebrew tap:
- Homebrew/homebrew-core#105746 (comment)
- dagger#2823 (comment)

Closes dagger#2823

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>

v0.2.27

Toggle v0.2.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dagger#2859 from grouville/dagger-fs

docs: Dagger.#FS

v0.2.26

Toggle v0.2.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
implement helm upgrade action (dagger#2807)

* feat: helm.#Upgrade
* chore: allow to override the image in the helm install action
Signed-off-by: Nico Braun <rainbowstack@gmail.com>


* chore: Add make target to create kind cluster
This is the simplest thing for now. The next step is to add it to ci.cue.
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>


* chore: Add make target that installs the correct CUE version
This is a follow-up to dagger#2801
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>


* Simplify the helm.#Image definition
Pinning versions is super important. `alpine/helm:3.9.1` in this case means limiting potential `alpine/helm:latest` breakages. This matches an emerging best practice for actions: dagger#2781

It also avoids using cueflow which makes this CUE high memory issue 2x worse: cue-lang/cue#1795

Next step: restore Kubernetes tests. These have been temporarily disabled in dagger#936. In other words, CI does not test these packages. It took me a while to track this down and understand what the simplest thing to do would be.

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>

v0.2.25

Toggle v0.2.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dagger#2827 from jlongtine/fix/telemetry-completed

Get telemetry pushing final states and action logs