Skip to content

v0.37.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 09:09
· 739 commits to refs/heads/main since this release
160800b

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]