v0.5.0

(github-actions[bot]) released this 2021-07-07 13:27:11 +0000 UTC - v0.5.0

Description


⚠️ The way to authenticate with ghcr.io recently changed, while it used to be enough to provide a 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

🚀 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

NameCreated AtUpdated At

updatecli_Linux_armv6.tar.gz

2021-07-07 13:39:41 +0000 UTC

2021-07-07T13:39:42Z

updatecli_Windows_armv6.zip

2021-07-07 13:39:41 +0000 UTC

2021-07-07T13:39:41Z

updatecli_Darwin_x86_64.tar.gz

2021-07-07 13:39:40 +0000 UTC

2021-07-07T13:39:41Z

updatecli_Linux_arm64.tar.gz

2021-07-07 13:39:40 +0000 UTC

2021-07-07T13:39:40Z

updatecli_Linux_x86_64.tar.gz

2021-07-07 13:39:39 +0000 UTC

2021-07-07T13:39:40Z

updatecli_Darwin_arm64.tar.gz

2021-07-07 13:39:39 +0000 UTC

2021-07-07T13:39:39Z

updatecli_Windows_x86_64.zip

2021-07-07 13:39:38 +0000 UTC

2021-07-07T13:39:39Z

updatecli_amd64.apk

2021-07-07 13:39:38 +0000 UTC

2021-07-07T13:39:38Z

updatecli_amd64.rpm

2021-07-07 13:39:37 +0000 UTC

2021-07-07T13:39:38Z

updatecli_armv6.apk

2021-07-07 13:39:36 +0000 UTC

2021-07-07T13:39:37Z

updatecli_arm64.apk

2021-07-07 13:39:36 +0000 UTC

2021-07-07T13:39:37Z

updatecli_armv6.rpm

2021-07-07 13:39:36 +0000 UTC

2021-07-07T13:39:36Z

updatecli_arm64.deb

2021-07-07 13:39:35 +0000 UTC

2021-07-07T13:39:36Z

updatecli_arm64.rpm

2021-07-07 13:39:34 +0000 UTC

2021-07-07T13:39:35Z

updatecli_amd64.deb

2021-07-07 13:39:34 +0000 UTC

2021-07-07T13:39:35Z

updatecli_armv6.deb

2021-07-07 13:39:33 +0000 UTC

2021-07-07T13:39:34Z

updatecli_0.5.0_checksums.txt

2021-07-07 13:39:33 +0000 UTC

2021-07-07T13:39:33Z


Information retrieved from here

Top