semver-resource
semver-resource copied to clipboard
automated semantic version bumping
### Describe the bug When trying to use "skip ssl verification" option for git driver in semver Resource type for concourse a GO error occurs: `fatal: bad boolean config value...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.2.1-0.20170831175909-8233e124e463 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...
when trying the check less option i stumbled on to the issue that i could't use the passed flag for a put step. so i would think its nice to...
Doc says : ---------------------- `pre_without_version`: Optional. When bumping to a prerelease, drop the version if set to `true`. Examples: - Major version bump: version file = 1.2.4-SNAPSHOT, release version =...
Hi, We are using semver-resource v1.4.0. We have defined the resource as follows. ``` - name: dev-semver type: semver icon: pound-box source: driver: git uri: branch: master commit_message: "semver bump...
With the new semver resource version (1.3.4) we are observing this issue that the history of semver versions is not maintained and only the latest version is listed ![Screen Shot...
dear team, when i use the code like below, the concourse resource check feed back the "server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none" error , and pipeline will not...
In a pipeline that I am simply trying to bump a semver file. If the resource is ``` - name: semver-version type: semver source: driver: gcs bucket: lf-semver-version key: VERSION...
When the configured account lacks permissions to create objects / write objects to the bucket, the resource does not fail. It simply reports that it bumps, but it doesn't.
We use semver-resource with GCS and occasionally get these errors: ``` error bumping version: parsing number in bucket: Version string empty ``` ``` error checking for new versions: parsing number...