dagger

An engine to run your pipelines in containers

APACHE-2.0 License

Downloads
82.1K
Stars
10.8K
Committers
218
dagger - v0.1.0-alpha.23

Published by dagger-ci about 3 years ago

Changelog

3b0e3f6 Move private repository tests + implement env helper function
a33a4f4 AWS - Implement backward compatible localstack
f42a243 Add Localstack inside CI
08f395b Add auth to Git.#Repository
a2ef5dc Add cleanup and setup of Localstack instances on local mode
8aaaacc Add package manager usage docs
d7194f1 Add secret management to op.#FetchGit operation to fetch private repository
a987d1d Add test on op.#FetchGit for private repository
58209b8 Doc update + linting + fix CI typo + fix port issue ECR
e29bdfb ECR: Implement localstack env
0010609 First version of package manager
3f03503 Improve solver channel management according to @aluzzardi comments
85e870f Merge branch 'main' into package-manager
68707d9 S3: Implement localstack env
95468ce Solve sub build miss synchronous behavior
a718908 Update Helpers.bash - Universe.bats
c7653dc Update package manager dependency parsing
050d1fc add support for cloning private repos in mod get command
24b4b93 build(deps): bump github.com/docker/buildx from 0.6.1 to 0.6.2
4532b2a build(deps): bump sass from 1.38.0 to 1.38.1 in /website
4120583 build(deps-dev): bump concurrently from 6.2.0 to 6.2.1 in /website
816f7a3 build(deps-dev): bump cypress from 7.6.0 to 7.7.0 in /website
6071b83 build(deps-dev): bump cypress from 7.7.0 to 8.3.0 in /website
a7cdc62 build(deps-dev): bump cypress-localstorage-commands in /website
a20cb78 build(deps-dev): bump start-server-and-test in /website
4213491 ci: disabled localstack tests temporarily
620a377 create dagger.mod.cue file automatically
a3d2f72 create dagger.mod.cue file automatically
6fe0ec3 dagger input bool implementation
4f8128a fix installing packages using workspace dir
92e6e69 fix linting issues
29ddcca fix mod command lint errors
90d902f fix mod get command tests
a6a6037 rename dagger.mod.cue to dagger.mod and remove the need for module name
e5c8d6e replace module.cue with dagger.mod.cue
6a0b744 support upgrading existing packages with empty mod get command
2102e78 test pulling private git repos using mod get command
be913b0 update mod list tags tests

dagger - v0.1.0-alpha.22

Published by dagger-ci about 3 years ago

Changelog

7481294 Adding support for azure storage
969d0cd Fix README documentation dead link
9adeecd Fix data race issue by synchronizing events channel through waiting group
8a7b5e1 Fix env & log global flags are no longer hidden.
c637549 Fix input git to correctly handle subdir argument (solve #884)
39ec4a0 Fix waiting group in client runner
3c1c0f1 Improve dagger input UX (solve #874)
970a198 Remove skip for docker.#Push tests
22a9445 Track data race error
cfcaaee build(deps): bump @docusaurus/core in /website
f17a930 build(deps): bump amplitude-js from 8.3.1 to 8.5.0 in /website
201d3e3 build(deps): bump github.com/containerd/console from 1.0.2 to 1.0.3
c84f79b build(deps): bump github.com/docker/buildx from 0.6.0 to 0.6.1
3641884 build(deps): bump golang from 1.16.6-alpine to 1.16.7-alpine
ee663f9 build(deps): bump google.golang.org/grpc from 1.39.0 to 1.40.0
dded846 build(deps): bump react-social-login-buttons in /website
c636170 build(deps): bump sass from 1.36.0 to 1.38.0 in /website
30f1e0f build(deps): bump url-parse from 1.5.1 to 1.5.3 in /website
b8dcc02 performance: compile CUE client side

dagger - v0.1.0-alpha.21

Published by dagger-ci about 3 years ago

Changelog

5908aa6 Adding support for azure and create a resource group
f979135 Amending changes from @TomChv
a99fc52 Amending changes from @TomChv
d74753b Amending changes from @TomChv
90388b0 Docs: fix broken link
c3139cb Docs: fix dup navbar, pt 1
4a9a355 Docs: fix dup navbar, pt 2
cff35ba Docs: more robust link
a29d217 Docs: rewrite "what is Dagger" to emphasize integration
6976e32 Fix typo in CONTRIBUTING.md
4a84f32 Fix typos in docs
bdd6b5a Port azure.#CLI from up to os.#Container + manual testing + integrate bats test
29a42d1 build(deps): bump github.com/moby/buildkit from 0.9.0-rc1 to 0.9.0
a4f86f5 build(deps): bump sass from 1.35.2 to 1.36.0 in /website
5cc1a0f ci: disable GHA cache for buildkit
31d36e5 fix: ๐Ÿ› display target blank icon only for sidebar menu
cbcb198 git package - add keepGitDir option
9f90aca op.#Exec hack: improve performance by 100x on big configs
db459ae os.#Container: inherit PATH from the container image
35fb7e0 stdlib/aws/s3: replaced sync with cp by default to avoid cache issues
67d5609 support buildkit cache export/import

dagger - v0.1.0-alpha.20

Published by dagger-ci over 3 years ago

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

dagger - v0.1.0-alpha.19

Published by dagger-ci over 3 years ago

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

dagger - v0.1.0-alpha.18

Published by dagger-ci over 3 years ago

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

dagger - v0.1.0-alpha.17

Published by dagger-ci over 3 years ago

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

dagger - v0.1.0-alpha.16

Published by dagger-ci over 3 years ago

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

dagger - v0.1.0-alpha.15

Published by dagger-ci over 3 years ago

Changelog

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

dagger - v0.1.0-alpha.14

Published by dagger-ci over 3 years ago

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.

dagger - v0.1.0-alpha.13

Published by dagger-ci over 3 years ago

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

dagger - v0.1.0-alpha.12

Published by dagger-ci over 3 years ago

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

dagger - v0.1.0-alpha.11

Published by dagger-ci over 3 years ago

Changelog

4aeb117 stdlib: fix cloudformation.#Stack

dagger - v0.1.0-alpha.10

Published by dagger-ci over 3 years ago

Changelog

f876021 Add #Run definition in docker stdlib package.
7c4df82 Add docker.#Client definition
27a60d3 Add tests for docker.#Run
42624ed Dagger List cmd : change error message to a more verbose one
d74efa2 Fix index out of bound for Dagger compute inputs + add tests ["input-dir", "input-git", input-string"]
4b6315e Handle fingerprint option for auth
a2cd2d7 Remove out-of-date cli spec file
242b619 Update sops version to fix CI
b627b4b add support for excludes in input dir
6e3ec02 added support for output scanning
ebbc970 automatically redact secrets from logs
40d4c95 aws: use secrets
9c0e2d1 buildkit secrets support
f2819dc ci: import dagger key
ba5078e cmd/dagger: share code for input/output management
03d58e0 cmd/input: changed list output based on feedback
91c2acd cmd/input: list filters out \n
1a59c9c cmd/output: added support for listing outputs
270d8b4 cmd/output: implemented list --all
10d1b01 cmd/output: list now lists all outputs everytime, even if not concrete - also allows to show outputs even if the env was never computes (based on UX feedback)
efb4ee2 cmd/up: disable output list when not a tty + better error handling
571b5c8 cmd/up: downgrade output list error from Fatal to Warning
d6b6142 cmd/up: show outputs at the end of the config execution
ec47307 cue fmt
9deb80c dagger input edit
06a515f environments only ignore the compute layer if it is empty instead of logging a fatal error
e86963e examples/simple-s3: added output annotation
56e60c5 examples: added outputs/inputs annotations
2bd4679 fixed ci
21b259f stdlib/aws/s3: removed trailing \n
5718c41 stdlib: gcp: fix typo
2e748c9 stdlib: kubernetes: misc fixes
59695f6 stdlib: netlify: fix regression of trailing new lines
cd19a42 stdlib: put full definition of #Op behind a build attribute
28fd9c3 stdlib: update gcp to use secrets
5fb7ded update stdlib tests that use secrets
c5c586f use ~/.config/dagger rather than ~/.dagger

dagger - v0.1.0-alpha.9

Published by dagger-ci over 3 years ago

Changelog

b1c5067 fix build for non-cgo

dagger - v0.1.0-alpha.8

Published by dagger-ci over 3 years ago

Changelog

bca143c I'm betting this is a minor spelling thing :)
55355df goreleaser: fixed version

dagger - v0.1.0-alpha.7

Published by dagger-ci over 3 years ago

Changelog

aa34e95 Dev env: adopt gitflow layout
d8b4181 Docs: remove examples not listed in README
935782e Docs: simplify install instructions
815ea4c Docs: simplify intro page
9548e01 Docs: title change in sidebar
ebe26a9 Move random string generation to his own file to avoid replication in tests.
c80eab3 Update README.md
0ff1243 add encryption tests
f70065d build(deps): bump cuelang.org/go from 0.4.0-beta.1 to 0.4.0
e19e0fb build(deps): bump filippo.io/age from 1.0.0-rc.1 to 1.0.0-rc.2
dc02a5f build(deps): bump github.com/uber/jaeger-client-go
1239f30 build(deps): bump google.golang.org/grpc from 1.37.1 to 1.38.0
af776b8 cleanup: move packages to top level, change vanity URL
e13153a cleanup: split dagger into sub-packages
9d16091 cmd/init,new: added short description
1f4bbc5 cmd/init: print workspace path
16553b2 cmd/input: added support for Description from cue doc string
97be7b9 cmd/new+init: added instructions for new + fix for init arg
80e1208 cmd/up: added support for checking for user inputs concreteness before the running the config
a4167dc cue fmt
f6aea7e curl: do not hardcode version requirement
155c90e dagger list: skip environment if it can't be decryted
f374f4c encryption: re-use same IVs so that the ciphertext doesn't change when decrypting and reencrypting
eba35e2 environment inputs scanning can now scan including the user inputs with the plan
b181300 examples/simple-s3: added comment for input description
49dcef0 examples: updated README to match gitflow UX
af32e60 fix cue fmt
1e37a08 fix workspace tests
a959b42 fix: ๐Ÿ› display the right option from select + update logo
b77d1a1 gitflow ux
90abadf gitflow: multi env support
bfe9097 improve cue error displaying for plans
dd17c48 increased curl dependency, 7.76 was removed from alpine pkg repo
0acd3a2 only consider workspaces containing an env directory
12436c2 remove delete command
5442d6b remove support for environment paths
9d416d6 secret input type, simplify state format
99cf7d0 secret: fix terminal prompt for windows
f0156f4 state encryption support
322ca54 state: do not overwrite values.yaml if nothing has changed
7009d01 stdlib: added @dagger(input) and @dagger(output) attributes
3349955 stdlib: fix dagger.io/go
12b771a update zerolog

dagger - v0.1.0-alpha.6

Published by dagger-ci over 3 years ago

Changelog

8ce8e8e Add #Push definition and tests
24aee99 Add test for docker example
b01b118 Hide global flags for version command.
df564dd added helpers Dereference, Default, Concrete options to compiler.Value
900cc82 build(deps): bump cuelang.org/go from 0.4.0-beta.1 to 0.4.0-beta.2
d265dac build(deps): bump cuelang.org/go from 0.4.0-beta.2 to 0.4.0-rc.1
1e86f90 build(deps): bump github.com/rs/zerolog from 1.21.0 to 1.22.0
9b83cd6 build(deps): bump github.com/uber/jaeger-client-go
a0cdf77 build(deps): bump google.golang.org/grpc from 1.37.0 to 1.37.1
96b900e ci: markdown lint
7484df4 clean up comments
15f3052 cleanup: remove leftover file
c86f75f cmd/input: implemented UI for list cmd
ef8995b cmd/input: removed unused option
a8837aa cmd/inputs: added --all option to list
223e3f6 cue fmt
f291994 dagger/compiler: added value.HasAttr
6b73de7 detect reference on cue conjunction
8b546ac examples/simple-s3: force cache
a369c7a examples: simple-s3: converted to inputs attributes for testing
49176b9 fix path
54e8a62 implemented @dagger(input) attributes to detect inputs
5692acc implemented fetch-git buildkit options (keepdir and auth secrets)
c6e4070 implemented input scanner
57a168e pkg: removed unused code
40376bb re-implemented ScanInputs
0383c6b remove unused test helper
828f9d9 script deploy plugged to docGenerator repo + rename doc/ to docs/
471b578 stdlib: #FetchGit extra args
85cc9ab stdlib: adapted lib to new input spec
5bd3349 stdlib: add GKE support
4edc2ad stdlib: aws/s3: removed unused input attr
da5ee15 stdlib: fixed aws double execution because of cache volumes
0f69f3a stdlib: gcr support
16edfc4 stdlib: rename js/react.#App to js/yarn.#Package
b526093 stdlib: simpler and cleaner performance workaround
b9083f7 update docs
e71d81f update github doc action
36b20c6 version: use golang.org/x/term to check terminal

dagger - v0.1.0-alpha.5

Published by dagger-ci over 3 years ago

Changelog

91c4f9c Adding additional error verification
8109c17 Docs: overview page (copied from README)
e9968e4 Fix crasher
2237b11 Fix wording in cli usage
668d6ae Hide deprecated command "dagger compute"
ca6930b Implement user & hosts for Exec
c5c15c2 Proposal to fix #442
b5f2932 Update doc.yml
d3f3799 log operations in debug. Precursor to more readable operation logging at the cue layer

dagger - v0.1.0-alpha.4

Published by dagger-ci over 3 years ago

Changelog

53611be Add add-hosts to DockerBuild
38200f5 Add target opt to DockerBuild
5ba648e build(deps): bump github.com/hashicorp/go-version from 1.2.1 to 1.3.0
8730c66 cue fmt
9cab614 examples/simple-s3: easier example to understand simple use case
98b3951 stdlib: os package
b979e2e stdlib: terraform support