v0.2.49

nektos/actv0.2.49Aug 1, 2023by nektos-ci

AI Summary

Fixes handling of zero-size issues and adds a CLI flag to log only the job ID instead of the full job name.

Key Highlights

  • Add new CLI flag to log just the job id
  • Throw when invalid uses key is provided
  • Normalize path outputs from artifact server

New Features

  • Add new CLI flag to log just the job id and not the entire job name

Full Release Notes

## Changelog
### Bug fixes
* 8c7c0f5 fix: handle zero size (#1888)
### Other
* d5d8548 chore: bump VERSION to 0.2.49
* 8bf10cf build(deps): bump github.com/go-git/go-git/v5 from 5.8.0 to 5.8.1 (#1934)
* 8e6c7c1 build(deps): bump github.com/docker/cli (#1932)
* d720ff0 build(deps): bump github.com/docker/docker (#1933)
* 17bf4fc build(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0 (#1925)
* 67f4baa local runner doc (#1911)
* 83b0a5b Add new CLI flag to log just the job id and not the entire job name (#1920)
* 4810f69 build(deps): bump github.com/moby/buildkit from 0.11.6 to 0.12.0 (#1917)
* e343ea9 build(deps): bump golang.org/x/term from 0.9.0 to 0.10.0 (#1906)
* 94bc8b3 Bump dockercli (#1905)
* 808cf5a throw when invalid `uses` key is provided (#1804)
* 724ec91 chore: upgrade golangci-lint and address findings (#1904)
* 79f93be build(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 (#1868)
* 70956f2 build(deps): bump gotest.tools/v3 from 3.4.0 to 3.5.0 (#1892)
* ef79bb2 Normalize path outputs emitted by the artifact server download endpoint (#1898)