forked from harness/drone-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple pipelines #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add missing ctx values
Build drone for mac with m1 chip
Signed-off-by: Javier Palomo <[email protected]>
feat(cron): add rm command
…municate with vault when using drone-vault plugin.
fixes issue were cli required an additional parameter in order to com…
* Update the way namespace is sent to the drone server. * update drone-go version * bump drone-go library
(DRON-113) use ghodss/yaml for yaml printing
release prep v1.3.1
(fix) re-enable format option for jsonnet command
(maint) release prep for v1.3.2
* Fix `--stream` combined with `--format` for `jsonnet` If both are defined and jsonnet defines a list, it currently only generates one of the resources Also added a test for it * Minimize diffs by keeping all in one file
(maint) release prep v1.3.3
…-34-auto-cancel-running
(maint) prep v1.6.2
* Add support for jpath in jsonnet Co-authored-by: TP Honey <[email protected]>
(maint) v1.7.0 prep
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.43.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.43.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…gle.golang.org/grpc-1.53.0 Bump google.golang.org/grpc from 1.43.0 to 1.53.0
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible. - [Release notes](https://github.com/docker/distribution/releases) - [Commits](distribution/distribution@v2.8.1...v2.8.2) --- updated-dependencies: - dependency-name: github.com/docker/distribution dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…hub.com/docker/distribution-2.8.2incompatible Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.8 to 1.6.18. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v1.6.8...v1.6.18) --- updated-dependencies: - dependency-name: github.com/containerd/containerd dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…hub.com/containerd/containerd-1.6.18 Bump github.com/containerd/containerd from 1.6.8 to 1.6.18
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220630215102-69896b714898 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…ang.org/x/net-0.7.0 Bump golang.org/x/net from 0.0.0-20220630215102-69896b714898 to 0.7.0
* fix: [CI-8942]: Add manifest push support --------- Co-authored-by: TP Honey <[email protected]>
(fix) setup dependencies in drone build
(fix) add manifest file
* [feat]: [CI-8942]: Add alpine support --------- Co-authored-by: TP Honey <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.