Skip to content

Releases: dagger/dagger

v0.1.0-alpha.20

20 Jul 13:45
8462963
Compare
Choose a tag to compare

Changelog

57754be "kb style" docs: decouple URLs from structure
216686c Add doc on how to create packages
af3ccb9 Add github actions tutorial
203f893 Fix docs linting issues
12668df Fix linting issues in gh integration docs
0c80674 Improve github actions docs
3137e72 Replacing package example with CloudRun definition
304959b automatically detect vendored buildkit version
f71dc6e build(deps): bump golang from 1.16.5-alpine to 1.16.6-alpine
eb78661 move versioning into the version package
5bc0bff telemetry support

v0.1.0-alpha.19

14 Jul 10:29
2f2ede4
Compare
Choose a tag to compare

Changelog

781e11b Bump buildkit to v0.9.0-rc1
afc640c Fix typo in docs
99d2514 Move to OpenTelemetry
ac32d6f buildkit client does not return environment to force the caller to implement its logic in the build callback
9473d54 cmd/common: restored no-cache behavior
d1962b5 cmd/input: validate cue code with new inputs before persisting to the workspace
ce7adc1 cmd/up/compute: unify buildkit sessions to use only one
f185088 cmd/up: fixed missing inputs error
f726a4b cmd: added comment for input validation (per Andrea's pr comment)
d4c8350 cmd: centralize code for buildkit client creation
b37db8e cmd: implemented input validation when updating environment
79d2e72 cmd: ported code to new client function signature, force one client per session
84acad8 cmd: refacto client creation to use only one (fixes #798)
fb87ad5 infra: enable cloudfront for releases download

v0.1.0-alpha.18

12 Jul 08:52
e40307a
Compare
Choose a tag to compare

Changelog

5d8219a Add Cloud Run support
8c5b427 Add Cloud Run support
ae209ee Add compose.#Up test in universe
9270168 Add docker-compose package in stdlib
b6c8ef3 Add docker-compose tests
f807314 Add maven package in stdlib
a4856e7 Add new test to docker that push to 2 registry in one plan
020c458 Add project management in compose.#App definition
e1c7289 Add random name generation to avoid orphans during parallel CI
0501ae9 Adds support for op.#FetchHTTP
7776e6d Check if problem is linked with docker from docker
8e8438e Compose tests doesn't bind a special port anymore
6c5b404 Fix 101 use typo in outputs
7d1bbcc Fix docker hub login error when using image ref as target
7615740 Fix english typos Kubes doc
2f710b0 Fix login miss behavior and update op
f2d8cb3 Fix network error on docker-compose
a24595d Fix tests
200a3d1 Hide unimplemented commands
b1ed40f Improve #docker.Push definition :
72fcd72 Improve 107-kubernetes.md
58a67cf Improve parseAuthHost function to work for all ref
8942b77 Improve “what is Dagger”
921f845 Keep same website for netlify tests
6e363f8 Merge branch 'cloudrun-support' of github.com:tjovicic/dagger into cloudrun-support
1b61871 Merge branch 'main' into cloudrun-support
104928f Merge branch 'main' into cloudrun-support
650caa8 Merge branch 'main' into cloudrun-support
15792fb Move Cloud Run image property to GCP config struct
83eebf8 Move Cloud Run image property to GCP config struct
dd73df5 Move CloudRun tests to stdlib/gcp/cloudrun
67a982e Move push and pull tests plans to docker subpackages
c99e39e Move tests plan from dagger dir to universe
e3eee60 Netlify: leverage --fail-with-body to finally print error's output
5468f60 Normalize reference to login on registry
01ad5e4 README: fix Discord link
34382fd Reduce the number of character from helm chart to avoid bugs
5029b5d Refactor compose.#Up definition to use docker.#Command
f1a6f66 Remove all docker-compose stdlib tests
f842f1e Remove old docker push and pull test
9109052 Remove random generation tag because it's not needed anymore.
d10f2a4 Rename field according to @shykes review
aaa6f8f Simplify tests
d5457d6 Skip Docker.#Local in bats tests (not working) + fix stdout redirection issue leading to warning loglevel and tests not failing on missing inputs
62d27aa Skip push test to avoid data race (must be fix later)
25ff825 Update Cloud Run docs
31714de Update Cloud Run docs
78567ed Update cloudrun universe docs
c6b02b3 Update cloudrun universe docs
51fe199 Update doc generator to ignore tests directory
2fbb9e7 Update import to alpha version
e4ac04c Update import to new alpha version
794f27f Update setup kind cluster action
189fb71 Updated the Installer and Docs
4004220 [Installation] - Improve Installation for Windows Users
fd60355 added DCO requirement to the contributing guide
4ad5434 aws: force dependency between deploy and verify
31fb7ec build(deps): bump docusaurus-plugin-sass from 0.2.0 to 0.2.1 in /website
93f3570 build(deps): bump github.com/spf13/cobra from 1.1.3 to 1.2.1
d8bbfcd build(deps): bump github.com/spf13/viper from 1.8.0 to 1.8.1
9d810e3 build(deps): bump google.golang.org/grpc from 1.38.0 to 1.39.0
c941f5c build(deps): bump prismjs from 1.23.0 to 1.24.0 in /website
f5030d5 build(deps): bump react-social-login-buttons in /website
6469621 build(deps): bump sass from 1.35.1 to 1.35.2 in /website
cc004eb ci: run universe tests as a separate CI job
ecb5356 cmd doc: skip cue.mod
06b671a commit missing cue.mod
ecd4099 docker.#Push: Set auth as optional
41620e6 list: use homedir rather than os/user
a78a678 move Cloud Run tests to universe/stdlib env
92278cf move cloudrun guide to docs/learn
919d557 plan: default cue module to .
78c8779 remove leftovers
6451e2e remove old gcp cloudrun tests
ebc0517 remove the cloudrun example
293ee06 rename Cloud Run Deploy to Service
745d108 stdlib/netlify: added support for netlify build
6fb9690 stdlib/netlify: bump netlify-cli version
635b930 stdlib: Add GCS support
f58ee58 universe vendoring
898b081 universe: add cue.mod
99085a0 universe: stop using deprecated plan module
c244212 update cloudrun imports to use alpha.dagger.io
a1dbbf7 update cloudrun tests
c480a74 update cloudrun tests inputs
6e215b1 use the workspace as the plan module

v0.1.0-alpha.17

25 Jun 11:05
73a32e6
Compare
Choose a tag to compare

Changelog

49277af Add simple test environment for core features
2e9a0d6 Add test to universe
6ed3ab7 Complete refacto of CF's doc + fix output issue on Cloudformation package
656b010 Docs: 102: use new dagger.#Input in sample code
b999a3d Remove old stdlib tests
e8b8c47 Remove original examples directory
b1d5225 Tests: merge compute.bats into core.bats
9c20c45 Use sandbox in tests
6ff2fed cmd/doc: add support for generating package index
77e5b2f feat: 🐛 add amplitude analytics
af7df8c fix: 🐛 change netlify context to deploy with auth
4d9ef37 log stderr output as INFO
aa63352 os.#Container: mount secrets with a more consistent API
9d85bab os.#File: simplify API
8383efd stdlib: dagger.#Input
53f4ef0 stdlib: dagger.#Output
d7a805f stdlib: move all imports to alpha.dagger.io

v0.1.0-alpha.16

21 Jun 11:20
d887eaf
Compare
Choose a tag to compare

Changelog

198940f Merge branch 'main' into auth-control
efed4f7 input/dir: ignore .dagger/ directory by default
7d9ff46 revert input dir management to llb.Copy to fix cache for yarn source pkg
67fb967 stdlib/s3: fix lint
448c810 stdlib/s3: fixes always flag (fixes #676)
9e20543 stdlib/s3: protect always flag

v0.1.0-alpha.15

17 Jun 16:17
d5c575b
Compare
Choose a tag to compare

Changelog

a4e3194 Migrate integration test for universe/go
687c0e3 keychain: always ensure the default key is generated

v0.1.0-alpha.14

17 Jun 10:02
4dd7a37
Compare
Choose a tag to compare

Changelog

0375f9b Docs: 101: explain key import, group setup steps
2d0b4a7 Docs: 102: group initial setup
325c843 Docs: 102: move cue package to a sub-directory
9546372 Docs: 102: note about sharing examples repo
469f458 Docs: 102: shorten note about plan manual copy
84495eb Docs: link formatting in 102
ce41d25 Revert kubernetes/helm packages and tests from secret to str type, needed for docs
b393ecc cleanup workspace interface
5f849bb cmd: dagger input edit -> dagger edit
f39a88e cue native: environments can reference a module instead of embedding one.

v0.1.0-alpha.13

16 Jun 14:22
7403765
Compare
Choose a tag to compare

Changelog

d5b444d AWS Provisioning doc
8a2fc9a Add docker.#Command tests
d8eaaf9 Change markdown linter github action to a more updated one
906b9bc Contributing FAQ: how to run markdown linter manually
1fa0f43 Docs placeholder for Dagger 103 - custom script
c55f714 Docs: add details on origins of Cue
9690981 Docs: combine "user manual" and "programming manual" into "learn dagger"
e29cf4f Docs: fix typo in a section title
9c07b8f Docs: remove dead links in 102
71c3655 Docs: reword alpha warning
b833c94 Docs: use todoapp, no voteapp
06f04be First pass at programming guide aka "Dagger 102"
dd9bd0a Fix (excessive) markdown linter error
9c4432c Fix broken links in README.md
c1096fb Fix infinite loop in universe tests
862cf55 Improve guides/programming.md
5227b73 Merge branch 'docs-authentication' of github.com:slumbering/dagger into docs-authentication
9109cce Minor fixes
fcbdfe1 Move universe integration tests to universe dir.
fdb91a7 Refactor random generation into a definition to make it reusable
e540bd2 Replace docker.#Client with docker.#Command definition
b8a97fb Update docker.#Run definition and tests
556aae3 build(deps): bump filippo.io/age from 1.0.0-rc.2 to 1.0.0-rc.3
a30fc94 build(deps): bump github.com/rs/zerolog from 1.22.0 to 1.23.0
321c27a build(deps): bump github.com/spf13/viper from 1.7.1 to 1.8.0
584c5b5 build(deps): bump golang from 1.16.4-alpine to 1.16.5-alpine
958e64b build(deps): bump sass from 1.34.1 to 1.35.0 in /website
97c2b11 build(deps): bump sass from 1.35.0 to 1.35.1 in /website
5537ab3 ci: add universe linting
b53e213 cmd docs: add frontmatter metadata
de3ffe0 cmd docs: fix markdown linter
7768149 cmd/doc: added import path + better titles for package fields
3b92f70 cmd/doc: added support for json
dd8aae8 cmd/doc: added support for markdown
92d993f cmd/doc: added support for text format
7b4421b cmd/doc: boiler plate and for inputs / outputs scanning
1bfb8d4 cmd/doc: fixed outputs label
669a47a cmd/doc: implemented stdlib walk
a7f4cd0 cmd/output: do not display cue code when value is a struct
66929f8 compiler.Value abstraction for docstring and incompletekind
09617b8 core: replaced persistent cache mounts with directory
2671e5f disable docker socket support until we have security in place
da08aa5 disable github auth when localhost environment
f3e5f81 disable github auth when localhost environment
ee8bcfa doc generation: refactor to allow multi-stage processing
02b4715 doc generation: refactor to allow multi-stage processing
ac34df3 docker socket forwarding support
ddf7527 docs : alpine package
12b712b docs generation: write package doc as README.md if there are sub-packages
d221802 docs generation: write package doc as README.md if there are sub-packages
7d3ff89 fix english typo in Cloudformation package
fb3e5bb input edit: allow renaming the environment
9fa89f1 stdlib tests: FIXMEs + call for help
b41adbd stdlib/os: fixed typo in container.cue (dest cache folder was always "true")
db0937c stdlib: add random package
9281967 stdlib: added package doc strings
ce663ca stdlib: aws/ecr: simplify
6422b4d stdlib: cue fmt
1fb4f4e stdlib: cue fmt
2acf0ce stdlib: docker: disable local #Run
ce5accd stdlib: docker: support running containers on the local docker engine
ae167c5 stdlib: fixed s3 test
6ae9a0b stdlib: fixed typo in pkg (cc @TomChv)
872822b stdlib: fixed yarn outputs
22329e3 stdlib: helm: fix chart repository
a5e9ac8 stdlib: kubernetes: rename #Apply to #Resources
d1454a9 stdlib: renamed verbs to nouns
d388c72 universe: spin out alpine tests
2976afa universe: spin out js/yarn tests

v0.1.0-alpha.12

03 Jun 18:39
b805d37
Compare
Choose a tag to compare

Changelog

3a74942 Always generate random
2c6e67c Update helm and kubernetes tests to use new dagger.#Secret definition
a39e87b docker.#Run now use secrets from dagger.#Secret
ce65a65 feat(CI): setup kind local kubernetes cluster in CI
3605d39 stdlib: aws: s3: add #Sync
9facaa6 stdlib: aws: s3: default to "always: true"
39527b7 stdlib: yarn: support cwd, args and packages
d96e4f5 universe: docker: simplify
f308e51 universe: file: mark as deprecated
89e3bb0 universe: git: comments, use null defaults

v0.1.0-alpha.11

02 Jun 17:06
c4162b1
Compare
Choose a tag to compare

Changelog

4aeb117 stdlib: fix cloudformation.#Stack