Sourced from docker/build-push-action's releases.
v6.18.0
- Bump
@docker/actions-toolkit
from 0.61.0 to 0.62.1 in docker/build-push-action#1381[!NOTE] Build summary is now supported with Docker Build Cloud.
Full Changelog: https://github.com/docker/build-push-action/compare/v6.17.0...v6.18.0
v6.17.0
- Bump
@docker/actions-toolkit
from 0.59.0 to 0.61.0 by@crazy-max
in docker/build-push-action#1364[!NOTE] Build record is now exported using the
buildx history export
command instead of the legacy export-build tool.Full Changelog: https://github.com/docker/build-push-action/compare/v6.16.0...v6.17.0
2634353
Merge pull request #1381
from docker/dependabot/npm_and_yarn/docker/actions-t...c0432d2
chore: update generated content0bb1f27
set builder driver and endpoint attributes for dbc summary support5f9dbf9
chore(deps): Bump @docker/actions-toolkit
from 0.61.0 to
0.62.10788c44
Merge pull request #1375
from crazy-max/remove-gcraa179ca
e2e: remove GCR1dc7386
Merge pull request #1364
from crazy-max/history-export-cmd9c9803f
chore: update generated contentdb1f6c4
DOCKER_BUILD_EXPORT_LEGACY env var to opt-in for legacy export721e8c7
Bump @docker/actions-toolkit
from 0.59.0 to 0.61.0Sourced from mikefarah/yq's releases.
v4.45.4 - Fixing wrong map() behaviour on empty map
- Fixing wrong map() behaviour on empty map #2359
- Bumped dependencies
v4.45.3 - Fixes regression bug(s)
- Fixing regression (#2353, #2359, #2325) introduced with in 4.45.2 with #2325 fix
- Bumped dependencies
Sorry for the regression folks! 😓 fwiw I have since added automated tests to capture the scenarios provided in the regression bug tickets
v4.45.2
- Added windows arm builds (Thanks
@albertocavalcante
,@ShukantPal
)- Added s390x platform support (Thanks
@ashokpariya0
)- Additionally push docker images to ghcr.io (Thanks
@reegnz
)- Fixing add when there is no node match #2325
- sort_by works on maps
- Bumped dependencies
Sourced from mikefarah/yq's changelog.
4.45.4:
- Fixing wrong map() behaviour on empty map #2359
- Bumped dependencies
4.45.3:
- Fixing regression introduced with in 4.45.2 with #2325 fix :sweat: sorry folks!
- Bumped dependencies
4.45.2:
- Added windows arm builds (Thanks
@albertocavalcante
,@ShukantPal
)- Added s390x platform support (Thanks
@ashokpariya0
)- Additionally push docker images to ghcr.io (Thanks
@reegnz
)- Fixing add when there is no node match #2325
- sort_by works on maps
- Bumped dependencies
4.45.1:
- Create parent directories when --split-exp is used, Thanks
@rudo-thomas
- Bumped dependencies
4.44.6:
- Fixed deleting items in array bug #2027, #2172; Thanks
@jandubois
- Docker image for armv7 / raspberry pi3, Thanks
@brianegge
- Fixed no-colors regression #2218
- Fixed various panic scenarios #2211
- Bumped dependencies
4.44.5:
- Fixing release pipeline
4.44.4:
- Format comments with a gray foreground (Thanks
@gabe565
)- Fixed handling of nulls with sort_by expressions #2164
- Force no color output when NO_COLOR env presents (Thanks
@narqo
)- Fixed array subtraction update bug #2159
- Fixed index out of range error
- Can traverse straight from parent operator (parent.blah)
- Bumped dependencies
4.44.3:
- Fixed upper-case file extension detection, Thanks
@ryenus
(#2121)- Log printing follow no-colors flag #2082
- Skip and warn when interpolating strings and theres a unclosed bracket #2083
- Fixed CSV content starting with # issue #2076
- Bumped dependencies
4.44.2:
... (truncated)
b534aa9
Bumping version39a65b6
Updating release notes1e3006e
Removing old issue template22949df
Fixing running map against empty array bug #2359734e2cd
Bumping version082b76a
Preparing release notes5bc2cd0
Bumping golang version20407a0
Adding more tests to prevent regression again :sweat0a83da6
Bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.477da8b7
Bump golang from 1.24.2 to 1.24.3Sourced from actions/setup-go's releases.
v5.5.0
What's Changed
Bug fixes:
- Update self-hosted environment validation by
@priyagupta108
in actions/setup-go#556- Add manifest validation and improve error handling by
@priyagupta108
in actions/setup-go#586- Update template link by
@jsoref
in actions/setup-go#527Dependency updates:
- Upgrade
@action/cache
from 4.0.2 to 4.0.3 by@aparnajyothi-y
in actions/setup-go#574- Upgrade
@actions/glob
from 0.4.0 to 0.5.0 by@dependabot
in actions/setup-go#573- Upgrade ts-jest from 29.1.2 to 29.3.2 by
@dependabot
in actions/setup-go#582- Upgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by
@dependabot
in actions/setup-go#537New Contributors
@jsoref
made their first contribution in actions/setup-go#527Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.5.0
d35c59a
chore: update discussions url (#527)29694d7
Add manifest validation and improve error handling (#586)78535dd
Bump eslint-plugin-jest from 27.9.0 to 28.11.0 (#537)bb65d88
Bump ts-jest from 29.1.2 to 29.3.2 (#582)7f17e83
Bump @actions/glob
from 0.4.0 to 0.5.0 (#573)dca8468
Update self-hosted environment validation and bump undici version (#556)691cc35
upgrade actions/cache to 4.0.3 (#574)