v0.37.0

(github-actions[bot]) released this 2022-11-07 09:09:57 +0000 UTC - v0.37.0

Description


Deprecation Warning
The parameter multiple for resource json/csv/toml is now deprecated.

conditions:
  semverVersion:
    kind: json
    name: Get latest version
    spec:
      file: https://api.github.com/repos/updatecli/updatecli/releases
      key: ".[*].tag_name"
      value: "v0.35.1"
      multiple: true

becomes

conditions:
  semverVersion:
    kind: json
    name: Get latest version
    spec:
      file: https://api.github.com/repos/updatecli/updatecli/releases
      query: ".[*].tag_name"
      value: "v0.35.1"

🚀 Features

  • Allow multiple query combined with versionfilter to toml source @olblak (#963)
  • Allow multiple query combined with versionfilter to csv source @olblak (#964)
  • Allow multiple query combined with versionfilter to json source @olblak (#944)

🐛 Bug Fixes

  • fix(pullrequest): default title with the source output instead of its result '✔' @lemeurherve (#955)

🧰 Maintenance

  • chore(deps): Bump github.com/aws/aws-sdk-go from 1.44.123 to 1.44.129 @dependabot (#960)
  • [updatecli] Bump Golang version to 1.19.3 @updateclibot (#959)
  • chore(deps): Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 @dependabot (#956)
  • chore(deps): Bump github.com/moby/buildkit from 0.10.4 to 0.10.5 @dependabot (#957)
  • chore(deps): Bump github.com/aws/aws-sdk-go from 1.44.107 to 1.44.123 @dependabot (#953)
  • chore(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 @dependabot (#948)
  • chore(deps): Bump github.com/google/go-containerregistry from 0.11.0 to 0.12.0 @dependabot (#949)
  • chore(deps): Bump github.com/tomwright/dasel from 1.27.1 to 1.27.3 @dependabot (#950)
  • chore(deps): Bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1 @dependabot (#951)
  • chore(deps): Bump helm.sh/helm/v3 from 3.10.0 to 3.10.1 @dependabot (#932)
  • chore(deps): Bump golang.org/x/text from 0.3.7 to 0.4.0 @dependabot (#938)
  • chore(deps): Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 @dependabot (#935)
  • chore(deps): Bump tibdex/github-app-token from 1.6 to 1.7 @dependabot (#936)

Contributors

@dependabot, @dependabot[bot], @lemeurherve, @olblak, @updateclibot and @updateclibot[bot]


Download

NameCreated AtUpdated At

updatecli_0.37.0_checksums.txt

2022-11-07 09:37:12 +0000 UTC

2022-11-07T09:37:12Z

updatecli_armv6.rpm

2022-11-07 09:37:11 +0000 UTC

2022-11-07T09:37:13Z

updatecli_arm64.rpm

2022-11-07 09:37:10 +0000 UTC

2022-11-07T09:37:11Z

updatecli_amd64.rpm

2022-11-07 09:37:09 +0000 UTC

2022-11-07T09:37:11Z

updatecli_armv6.deb

2022-11-07 09:37:09 +0000 UTC

2022-11-07T09:37:10Z

updatecli_arm64.deb

2022-11-07 09:37:08 +0000 UTC

2022-11-07T09:37:09Z

updatecli_armv6.apk

2022-11-07 09:37:07 +0000 UTC

2022-11-07T09:37:08Z

updatecli_amd64.deb

2022-11-07 09:37:06 +0000 UTC

2022-11-07T09:37:07Z

updatecli_amd64.apk

2022-11-07 09:37:05 +0000 UTC

2022-11-07T09:37:07Z

updatecli_arm64.apk

2022-11-07 09:37:04 +0000 UTC

2022-11-07T09:37:05Z

updatecli_Linux_armv6.tar.gz

2022-11-07 09:37:03 +0000 UTC

2022-11-07T09:37:04Z

updatecli_Linux_arm64.tar.gz

2022-11-07 09:37:03 +0000 UTC

2022-11-07T09:37:04Z

updatecli_Linux_x86_64.tar.gz

2022-11-07 09:37:01 +0000 UTC

2022-11-07T09:37:03Z

updatecli_Windows_armv6.zip

2022-11-07 09:37:01 +0000 UTC

2022-11-07T09:37:02Z

updatecli_Windows_x86_64.zip

2022-11-07 09:36:59 +0000 UTC

2022-11-07T09:37:01Z

updatecli_Windows_arm64.zip

2022-11-07 09:36:59 +0000 UTC

2022-11-07T09:37:00Z

updatecli_Darwin_x86_64.tar.gz

2022-11-07 09:36:57 +0000 UTC

2022-11-07T09:36:58Z

updatecli_Darwin_arm64.tar.gz

2022-11-07 09:36:56 +0000 UTC

2022-11-07T09:36:58Z


Information retrieved from here

Top