Skip to content

Tags: vdemeester/tektoncd-cli

Tags

v0.22.0

Toggle v0.22.0's commit message

Verified

This commit was signed with the committer’s verified signature.
vdemeester Vincent Demeester
wip

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>

v0.2.2

Toggle v0.2.2's commit message

Partially verified

This commit is signed with the committer’s verified signature.
vdemeester’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Adds verification to number of args for completion cmd

The completion cmd requires at least one extra argument but it
doesn't check cobra args before switch statement, causing panic.
This commit fixes tektoncd#210.

(cherry picked from commit e5c62cc)

v0.2.0

Toggle v0.2.0's commit message
Temporarly disable windows/arm as Go 1.11 doesn't support it

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
vdemeester Vincent Demeester
Bump PipelineResource git revision to v0.1.2

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
vdemeester Vincent Demeester
goreleaser: do not mark the release as draft

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>

v0.1.0

Toggle v0.1.0's commit message
doc: final touch to prepare v0.1.0 release

- Add correct links and install note
- Update the pipeline-run to target the release

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
vdemeester Vincent Demeester
Add brew configuration

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
vdemeester Vincent Demeester
Add a goreleaser configuration file for the release

This will help us release the cli using Tekton Pipeline and
goreleaser. It will build any GOOS/GOARCH combination we need, and can
even generate packages and container images.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>