github-release-resource icon indicating copy to clipboard operation
github-release-resource copied to clipboard

a resource for github releases

Results 36 github-release-resource issues
Sort by recently updated
recently updated
newest added

After fetching a release with several artifact files, I want to use a shell script to iterate over those files in a task. Ideally, the shell code would look something...

- Only replaces on the concourse metadata, not the output file - Without this, concourse GRPC will fail stating that the string contains unknown UTF-8 even if the body is...

### Describe the bug I'm trying to use this resource to `get` a Github Release which I think contains a UTF-8 character (right-arrow) The error I get during the `get`...

bug

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.9.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

### Describe the bug Pretty simply summed up in this output from a task: ``` + echo 'Checking contents of version vs tag' Checking contents of version vs tag +...

bug

### Is your feature request related to a problem? Please describe. I'm trying to use this in tandem with https://github.com/tenjaa/concourse-github-app-token which uses an App ID and priv key to request...

enhancement

### Describe the bug Since the 1.9.0 release I have been receiving a 500 error on the POST during the github-release process: error running command: POST https://github.com/api/v3/repos/{org}/{repo}/releases: 500 [] This...

bug

### Describe the bug Using the github-release-resource with repositories that contain more then 1000 releases, the check step fails with `422 Only the first 1000 results are available.` ### Reproduction...

bug

When pushing a new release with 1.8.0, the task fails with error 500: > error running command: POST https://api.github.com/repos/cloudfoundry/csb-brokerpak-aws/releases: 500 [] Pinning the `concourse/github-release-resource` image to tag `1.7.2`, and re-running...