Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • renovate/gitlab-com-gl-infra-jsonnet-tool-1.x
  • bvl/fix-golang-group
  • renovate/python-3.x
  • renovate/jdx-mise-2025.x
  • renovate/nodejs-node-20.x
  • renovate/nodejs-node-22.x
  • mattmi/use-system-ruby-on-3
  • mhoidt
  • rocketgirl/test-new-container
  • fix/golangci-lint-versions
  • tmillhouse/bump-renovate-image-version
  • mattmi/allow-running-cookbook-publisher-as-a-bundled-gem
  • mattmi/fix-cookbook-publish-on-ruby-3
  • ktchernov-main-patch-deda
  • mattmi/move-chef-jobs-out-of-templates
  • an/2024-11-06-conversely-pleasant-wasp
  • bvl/use-our-containers-when-possible
  • diagnosing-dev-env-issues
  • publish-dev-goreleasers
  • v2
  • v2.62
  • v2.62.3
  • v2.62.2
  • v2.62.1
  • v2.62.0
  • v2.61
  • v2.61.1
  • v2.61.0
  • v2.60
  • v2.60.0
  • v2.59
  • v2.59.0
  • v2.58
  • v2.58.1
  • v2.58.0
  • v2.57
  • v2.57.5
  • v2.57.4
  • v2.57.3
40 results

renovate-truncated-versions.json

  • Andrew Newdigate's avatar
    1bac7218
    fix: use semver-coerced versioning · 1bac7218
    Andrew Newdigate authored
    I've noticed that truncated versioning upgrades is no longer working.
    
    Looking at the logs in Renovate, the versions are reporting as invalid:
    
    ```json
     {
      "depName": "goreleaser/goreleaser",
      "currentValue": "2.3",
      "datasource": "github-releases",
      "versioning": "semver",
      "replaceString": " 2.3 # datasource=github-releases depName=goreleaser/goreleaser\n",
      "updates": [],
      "packageName": "goreleaser/goreleaser",
      "warnings": [],
      "skipReason": "invalid-value"
    }
    ```
    
    This is an attempt to fix this situation by switching to coerced semver,
    which allows coersion of truncated version numbers
    fix: use semver-coerced versioning
    Andrew Newdigate authored
    I've noticed that truncated versioning upgrades is no longer working.
    
    Looking at the logs in Renovate, the versions are reporting as invalid:
    
    ```json
     {
      "depName": "goreleaser/goreleaser",
      "currentValue": "2.3",
      "datasource": "github-releases",
      "versioning": "semver",
      "replaceString": " 2.3 # datasource=github-releases depName=goreleaser/goreleaser\n",
      "updates": [],
      "packageName": "goreleaser/goreleaser",
      "warnings": [],
      "skipReason": "invalid-value"
    }
    ```
    
    This is an attempt to fix this situation by switching to coerced semver,
    which allows coersion of truncated version numbers
Code owners
Assign users and groups as approvers for specific file changes. Learn more.