v0.5.0
(github-actions[bot]) released this 2021-07-07 13:27:11 +0000 UTC - v0.5.0
Description
token
set to a PAT or GITHUB_TOKEN, we now have to provide a username
and a password
where the password can be a PAT
or GITHUB_TOKEN
.
Something like
docker:
name: "Test if ghcr.io/updatecli/updatecli docker image published on registry"
kind: dockerImage
spec:
image: "ghcr.io/updatecli/updatecli"
token: '{{ requiredEnv "GITHUB_TOKEN" }}'
becomes
docker:
name: "Test if ghcr.io/updatecli/updatecli docker image published on registry"
kind: dockerImage
spec:
image: "ghcr.io/updatecli/updatecli"
username: '{{ requiredEnv "GITHUB_ACTOR" }}'
password: '{{ requiredEnv "GITHUB_USERNAME" }}'
Changes
- Bump github.com/go-git/go-git/v5 from 5.4.1 to 5.4.2 @dependabot (#241)
- Bump helm.sh/helm/v3 from 3.6.0 to 3.6.2 @dependabot (#248)
- Bump github.com/spf13/cobra from 1.1.3 to 1.2.1 @dependabot (#249)
- Create CODE_OF_CONDUCT.md @olblak (#247)
- Bump github.com/moby/buildkit from 0.7.2 to 0.8.3 @dependabot (#240)
- Bump helm.sh/helm/v3 from 3.2.4 to 3.6.0 @dependabot (#237)
- Bump github.com/go-git/go-git/v5 from 5.4.0 to 5.4.1 @dependabot (#238)
- Bump github.com/fatih/color from 1.11.0 to 1.12.0 @dependabot (#239)
- Bump github.com/go-git/go-git/v5 from 5.3.0 to 5.4.0 @dependabot (#236)
- Bump github.com/fatih/color from 1.10.0 to 1.11.0 @dependabot (#235)
🚀 Features
- Add runtime templating in configuration @olblak (#242)
- Add username/password parameter for Docker Registry authentication @olblak (#246)
Contributors
@dependabot, @dependabot[bot] and @olblak
Download
Name | Created At | Updated At |
---|---|---|
2021-07-07 13:39:41 +0000 UTC | 2021-07-07T13:39:42Z | |
2021-07-07 13:39:41 +0000 UTC | 2021-07-07T13:39:41Z | |
2021-07-07 13:39:40 +0000 UTC | 2021-07-07T13:39:41Z | |
2021-07-07 13:39:40 +0000 UTC | 2021-07-07T13:39:40Z | |
2021-07-07 13:39:39 +0000 UTC | 2021-07-07T13:39:40Z | |
2021-07-07 13:39:39 +0000 UTC | 2021-07-07T13:39:39Z | |
2021-07-07 13:39:38 +0000 UTC | 2021-07-07T13:39:39Z | |
2021-07-07 13:39:38 +0000 UTC | 2021-07-07T13:39:38Z | |
2021-07-07 13:39:37 +0000 UTC | 2021-07-07T13:39:38Z | |
2021-07-07 13:39:36 +0000 UTC | 2021-07-07T13:39:37Z | |
2021-07-07 13:39:36 +0000 UTC | 2021-07-07T13:39:37Z | |
2021-07-07 13:39:36 +0000 UTC | 2021-07-07T13:39:36Z | |
2021-07-07 13:39:35 +0000 UTC | 2021-07-07T13:39:36Z | |
2021-07-07 13:39:34 +0000 UTC | 2021-07-07T13:39:35Z | |
2021-07-07 13:39:34 +0000 UTC | 2021-07-07T13:39:35Z | |
2021-07-07 13:39:33 +0000 UTC | 2021-07-07T13:39:34Z | |
2021-07-07 13:39:33 +0000 UTC | 2021-07-07T13:39:33Z |
Information retrieved from here