Commit Graph

81 Commits

Author SHA1 Message Date
Andrea Luzzardi
781e11bde3 Bump buildkit to v0.9.0-rc1
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-07-13 13:55:47 +02:00
Alvise
99d2514aaa Move to OpenTelemetry
Signed-off-by: Alvise <vitalvise@gmail.com>
2021-07-09 09:47:36 +02:00
dependabot[bot]
93f3570c79
build(deps): bump github.com/spf13/cobra from 1.1.3 to 1.2.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.3 to 1.2.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/v1.1.3...v1.2.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-02 19:27:22 +00:00
dependabot[bot]
9d810e3c35
build(deps): bump google.golang.org/grpc from 1.38.0 to 1.39.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.38.0 to 1.39.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.38.0...v1.39.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-29 19:14:46 +00:00
dependabot[bot]
d8bbfcd6ba
build(deps): bump github.com/spf13/viper from 1.8.0 to 1.8.1
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-25 19:24:26 +00:00
Andrea Luzzardi
e902cbb082
Merge pull request #651 from dagger/dependabot/go_modules/github.com/spf13/viper-1.8.0
build(deps): bump github.com/spf13/viper from 1.7.1 to 1.8.0
2021-06-16 13:56:26 +02:00
dependabot[bot]
321c27aae6
build(deps): bump github.com/spf13/viper from 1.7.1 to 1.8.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.7.1...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-16 06:40:14 +00:00
dependabot[bot]
556aae397e
build(deps): bump filippo.io/age from 1.0.0-rc.2 to 1.0.0-rc.3
Bumps [filippo.io/age](https://github.com/FiloSottile/age) from 1.0.0-rc.2 to 1.0.0-rc.3.
- [Release notes](https://github.com/FiloSottile/age/releases)
- [Commits](https://github.com/FiloSottile/age/compare/v1.0.0-rc.2...v1.0.0-rc.3)

---
updated-dependencies:
- dependency-name: filippo.io/age
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-16 06:38:43 +00:00
dependabot[bot]
a30fc949de
build(deps): bump github.com/rs/zerolog from 1.22.0 to 1.23.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 07:59:53 +00:00
Sam Alba
7b4421b9a0 cmd/doc: boiler plate and for inputs / outputs scanning
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-06-04 09:01:32 +02:00
Andrea Luzzardi
9deb80c487 dagger input edit
See and edit all the inputs in bulk using $EDITOR

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-28 18:02:12 -07:00
Andrea Luzzardi
b1c50671b3 fix build for non-cgo
- use mitchellh/go-homedir rather than os/user to work on non cgo
  enabled builds (e.g. release binaries)
- updated Makefile to disable cgo on dev binaries

Fixes #519

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-28 11:48:50 -07:00
dependabot[bot]
e19e0fb2c8 build(deps): bump filippo.io/age from 1.0.0-rc.1 to 1.0.0-rc.2
Bumps [filippo.io/age](https://github.com/FiloSottile/age) from 1.0.0-rc.1 to 1.0.0-rc.2.
- [Release notes](https://github.com/FiloSottile/age/releases)
- [Commits](https://github.com/FiloSottile/age/compare/v1.0.0-rc.1...v1.0.0-rc.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 13:48:46 -07:00
dependabot[bot]
f70065ddc1 build(deps): bump cuelang.org/go from 0.4.0-beta.1 to 0.4.0
Bumps cuelang.org/go from 0.4.0-beta.1 to 0.4.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-27 13:38:19 -07:00
Andrea Luzzardi
af776b8abe cleanup: move packages to top level, change vanity URL
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-25 16:54:00 -07:00
Andrea Luzzardi
12b771a43b update zerolog
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-25 13:37:11 -07:00
Andrea Luzzardi
f0156f449f state encryption support
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-25 13:07:04 -07:00
Andrea Luzzardi
b77d1a1e3e gitflow ux
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-25 13:07:04 -07:00
dependabot[bot]
dc02a5fba1
build(deps): bump github.com/uber/jaeger-client-go
Bumps [github.com/uber/jaeger-client-go](https://github.com/uber/jaeger-client-go) from 2.29.0+incompatible to 2.29.1+incompatible.
- [Release notes](https://github.com/uber/jaeger-client-go/releases)
- [Changelog](https://github.com/jaegertracing/jaeger-client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber/jaeger-client-go/compare/v2.29.0...v2.29.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-25 06:31:43 +00:00
Andrea Luzzardi
f498a9bb84
Merge pull request #478 from dagger/dependabot/go_modules/google.golang.org/grpc-1.38.0
build(deps): bump google.golang.org/grpc from 1.37.1 to 1.38.0
2021-05-24 11:18:30 -07:00
dependabot[bot]
9b83cd6ea5
build(deps): bump github.com/uber/jaeger-client-go
Bumps [github.com/uber/jaeger-client-go](https://github.com/uber/jaeger-client-go) from 2.28.0+incompatible to 2.29.0+incompatible.
- [Release notes](https://github.com/uber/jaeger-client-go/releases)
- [Changelog](https://github.com/jaegertracing/jaeger-client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber/jaeger-client-go/compare/v2.28.0...v2.29.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-21 06:38:26 +00:00
dependabot[bot]
1239f30653
build(deps): bump google.golang.org/grpc from 1.37.1 to 1.38.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.37.1 to 1.38.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.37.1...v1.38.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-20 06:38:05 +00:00
dependabot[bot]
d265daccea
build(deps): bump cuelang.org/go from 0.4.0-beta.2 to 0.4.0-rc.1
Bumps cuelang.org/go from 0.4.0-beta.2 to 0.4.0-rc.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-20 06:37:39 +00:00
Andrea Luzzardi
36b20c6f9c version: use golang.org/x/term to check terminal
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-19 14:04:49 -07:00
Andrea Luzzardi
c9da1088b1
Merge pull request #465 from dagger/dependabot/go_modules/github.com/rs/zerolog-1.22.0
build(deps): bump github.com/rs/zerolog from 1.21.0 to 1.22.0
2021-05-17 15:40:32 -07:00
dependabot[bot]
900cc82e25
build(deps): bump cuelang.org/go from 0.4.0-beta.1 to 0.4.0-beta.2
Bumps cuelang.org/go from 0.4.0-beta.1 to 0.4.0-beta.2.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-17 07:43:10 +00:00
dependabot[bot]
1e86f90788
build(deps): bump github.com/rs/zerolog from 1.21.0 to 1.22.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.21.0...v1.22.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-14 06:30:03 +00:00
dependabot[bot]
a0cdf77ae5
build(deps): bump google.golang.org/grpc from 1.37.0 to 1.37.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.37.0 to 1.37.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.37.0...v1.37.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-13 06:45:33 +00:00
dependabot[bot]
5ba648e879
build(deps): bump github.com/hashicorp/go-version from 1.2.1 to 1.3.0
Bumps [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/hashicorp/go-version/releases)
- [Changelog](https://github.com/hashicorp/go-version/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/go-version/compare/v1.2.1...v1.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 09:29:32 +00:00
Sam Alba
6c806a7226
Merge pull request #425 from TomChv/check-version
Check dagger version periodically
2021-05-07 15:16:38 -07:00
Andrea Luzzardi
d8deeb7077
Merge pull request #414 from dagger/dependabot/go_modules/github.com/moby/buildkit-0.8.3
fix pipeline caching when using cache mounts
2021-05-07 12:04:26 -07:00
Tom Chauveau
3bea6d5d93 Cancel check if dagger is not run manually
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-05-07 15:46:20 +02:00
Tom Chauveau
5f723df36a Add dagger version check
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-05-07 15:46:19 +02:00
dependabot[bot]
89c0d5d264
build(deps): bump cuelang.org/go from 0.4.0-alpha.2 to 0.4.0-beta.1
Bumps cuelang.org/go from 0.4.0-alpha.2 to 0.4.0-beta.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 07:25:32 +00:00
dependabot[bot]
e43532b6fc build(deps): bump github.com/moby/buildkit from 0.8.2 to 0.8.3
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.8.2 to 0.8.3.
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](https://github.com/moby/buildkit/compare/v0.8.2...v0.8.3)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-04 12:46:29 -07:00
dependabot[bot]
8853d3e44d
build(deps): bump github.com/uber/jaeger-client-go
Bumps [github.com/uber/jaeger-client-go](https://github.com/uber/jaeger-client-go) from 2.27.0+incompatible to 2.28.0+incompatible.
- [Release notes](https://github.com/uber/jaeger-client-go/releases)
- [Changelog](https://github.com/jaegertracing/jaeger-client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber/jaeger-client-go/compare/v2.27.0...v2.28.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 09:23:42 +00:00
Andrea Luzzardi
95e3819164 bump cue to v0.4.0-alpha.2
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-04-30 16:48:55 -07:00
dependabot[bot]
4c9fecb51e
build(deps): bump google.golang.org/grpc from 1.29.1 to 1.37.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.29.1 to 1.37.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.29.1...v1.37.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-28 07:52:24 +00:00
Sam Alba
ea43129a1f go mod
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-04-26 17:42:36 -07:00
Andrea Luzzardi
2b7dfcae29 Revert "support registry auth"
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-04-23 16:59:22 -07:00
Andrea Luzzardi
692bd72095 support registry auth
HACK: the way buildkit works, we can only supply an Auth Provider for the entirety of the build session (`dagger up`). Therefore, we start by scanning all auth in the entire Cue tree and supply an auth provider for all of them.

Drawbacks:
- As soon as you add `auth` in a Pipeline for a registry, all other Pipelines have access to the same registry
- You can't use different credentials for the same registry

Fixes #301

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-04-20 15:28:33 -07:00
dependabot[bot]
c4025072b5 build(deps): bump github.com/uber/jaeger-client-go
Bumps [github.com/uber/jaeger-client-go](https://github.com/uber/jaeger-client-go) from 2.25.0+incompatible to 2.26.0+incompatible.
- [Release notes](https://github.com/uber/jaeger-client-go/releases)
- [Changelog](https://github.com/jaegertracing/jaeger-client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber/jaeger-client-go/compare/v2.25.0...v2.26.0)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-04-19 12:27:13 -07:00
dependabot[bot]
ef0a902749
build(deps): bump cuelang.org/go from 0.3.1 to 0.3.2
Bumps cuelang.org/go from 0.3.1 to 0.3.2.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-14 07:20:33 +00:00
dependabot[bot]
506c2b9dfd
build(deps): bump github.com/containerd/console from 1.0.1 to 1.0.2
Bumps [github.com/containerd/console](https://github.com/containerd/console) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/containerd/console/releases)
- [Commits](https://github.com/containerd/console/compare/v1.0.1...v1.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-12 17:50:00 +00:00
dependabot[bot]
4becba5e83
build(deps): bump cuelang.org/go from 0.3.0 to 0.3.1
Bumps cuelang.org/go from 0.3.0 to 0.3.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-12 09:12:16 +00:00
dependabot[bot]
84b14c522b
build(deps): bump go.mozilla.org/sops/v3 from 3.7.0 to 3.7.1
Bumps [go.mozilla.org/sops/v3](https://github.com/mozilla/sops) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/mozilla/sops/releases)
- [Changelog](https://github.com/mozilla/sops/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/mozilla/sops/compare/v3.7.0...v3.7.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-09 07:43:05 +00:00
dependabot[bot]
d12b5d0d03
build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.7.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.5.1...v1.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-05 09:20:38 +00:00
Andrea Luzzardi
6d01389e16 go.mod: fix sops dependency
Taken from https://github.com/dagger/dagger/pull/239

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-04-02 15:08:48 -07:00
Tony Worm
ff60bd0406 update CUE to v0.3.0
Signed-off-by: Tony Worm <tony@hofstadter.io>
2021-04-02 16:02:44 -04:00
dependabot[bot]
ca9b031e9e build(deps): bump cuelang.org/go from 0.3.0-beta.7 to 0.3.0-beta.8
Bumps cuelang.org/go from 0.3.0-beta.7 to 0.3.0-beta.8.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-03-31 12:08:53 -07:00