Sourced from elastic/oblt-actions's releases.
oblt-actions v1.13.0
✨ Features
🧰 Maintenance
- build(deps): bump google-github-actions/auth from 2.1.3 to 2.1.5 in /google/auth in the github-actions group across 1 directory by
@dependabot
in #108- deps: Bump oblt-cli version to 7.5.19 by
@obltmachine
in #103- build(deps): bump updatecli/updatecli-action from 2.64.0 to 2.65.0 in /updatecli/install in the github-actions group across 1 directory by
@dependabot
in #105- updatecli: rename update-compose.yaml to updatecli-compose.yaml by
@reakaleek
in #104- deps: Bump oblt-cli version to 7.5.12 by
@obltmachine
in #100- build(deps): bump the github-actions group across 3 directories with 2 updates by
@dependabot
in #102- build(deps): bump the github-actions group across 6 directories with 1 update by
@dependabot
in #101Full Changelog: https://github.com/elastic/oblt-actions/compare/v1.12.1...v1.13.0
13a512b
build(deps): bump google-github-actions/auth from 2.1.3 to 2.1.5 in
/google/a...19f6e79
feat: support active branches (#109)1a7c3d9
deps: Bump oblt-cli version to 7.5.19 (#103)ddf3be7
build(deps): bump updatecli/updatecli-action (#105)fc53885
updatecli: rename update-compose.yaml to updatecli-compose.yaml (#104)1a5ea75
deps: Bump oblt-cli version to 7.5.12 (#100)c28235e
build(deps): bump the github-actions group across 3 directories with 2
update...7904679
build(deps): bump the github-actions group across 6 directories with 1
update...Sourced from google-github-actions/get-secretmanager-secrets's releases.
v2.1.4
What's Changed
- Update docs by
@sethvargo
in google-github-actions/get-secretmanager-secrets#296- Update deps by
@sethvargo
in google-github-actions/get-secretmanager-secrets#298- Release: v2.1.4 by
@google-github-actions-bot
in google-github-actions/get-secretmanager-secrets#299Full Changelog: https://github.com/google-github-actions/get-secretmanager-secrets/compare/v2.1.3...v2.1.4
Sourced from actions/attest-build-provenance's releases.
v1.4.3
What's Changed
- Bump predicate from 1.1.2 to 1.1.3 by
@bdehamer
in actions/attest-build-provenance#226
- Bump
@actions/attest
from 1.3.1 to 1.4.1 by@dependabot
in actions/attest-build-provenance#212- Bump
@actions/attest
from 1.4.1 to 1.4.2 by@bdehamer
in actions/attest-build-provenance#225- Fix bug w/ customized OIDC issuer URL for enterprise accounts (#222)
Full Changelog: https://github.com/actions/attest-build-provenance/compare/v1.4.2...v1.4.3
v1.4.2
What's Changed
- Bump actions/attest from 1.4.0 to 1.4.1 by
@bdehamer
in actions/attest-build-provenance#209
- Includes bug fix for issue with authenticated proxies (actions/toolkit#1798)
Full Changelog: https://github.com/actions/attest-build-provenance/compare/v1.4.1...v1.4.2
v1.4.1
What's Changed
- Update predicate action to 1.1.2 by
@bdehamer
in actions/attest-build-provenance#197
- Dynamic construction of oidc issuer by
@bdehamer
in actions/attest-build-provenance#195Full Changelog: https://github.com/actions/attest-build-provenance/compare/v1.4.0...v1.4.1
v1.4.0
What's Changed
- Bump predicate action from 1.1.0 to 1.1.1 by
@bdehamer
in actions/attest-build-provenance#182
- Fix for JWKS proxy bug
- Bump actions/attest from 1.3.3 to 1.4.0 by
@bdehamer
in actions/attest-build-provenance#183
- Add
show-summary
input- Format summary output as list
Full Changelog: https://github.com/actions/attest-build-provenance/compare/v1.3.3...v1.4.0
1c608d1
bump predicate from 1.1.2 to 1.1.3 (#226)f1185f1
bump @actions/attest
from 1.4.1 to 1.4.2 (#225)d438876
add sigstore prober (#224)8f30a5c
Bump the npm-development group with 3 updates (#218)13f0f0d
Bump @actions/attest
from 1.3.1 to 1.4.1 (#212)a950611
Bump the npm-development group with 2 updates (#211)814a778
Bump the npm-development group with 3 updates (#206)6149ea5
bump actions/attest from 1.4.0 to 1.4.1 (#209)3eb3242
Bump super-linter/super-linter from 6 to 7 (#205)399bb17
Bump @types/node
from 22.2.0 to 22.4.0 in the
npm-development group (#203)Sourced from docker/setup-buildx-action's releases.
v3.6.1
- Check for malformed docker context by
@crazy-max
in docker/setup-buildx-action#347Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.6.0...v3.6.1
v3.6.0
- Create temp docker context if default one has TLS data loaded before creating a container builder by
@crazy-max
in docker/setup-buildx-action#341Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.5.0...v3.6.0
988b5a0
Merge pull request #347
from crazy-max/skip-malformed-context2c21562
chore: update generated content3382292
check for malformed docker context3d68780
Merge pull request #341
from crazy-max/docker-context-tlsd069e98
chore: update generated content8b850f8
create docker context if default one has TLS data loadedSourced from docker/build-push-action's releases.
v6.7.0
- Print info message for build summary support checks by
@crazy-max
in docker/build-push-action#1211Full Changelog: https://github.com/docker/build-push-action/compare/v6.6.1...v6.7.0
v6.6.1
- Bump
@docker/actions-toolkit
from 0.37.0 to 0.37.1 in docker/build-push-action#1205Full Changelog: https://github.com/docker/build-push-action/compare/v6.6.0...v6.6.1
v6.6.0
- Generate GitHub annotations for build checks by
@crazy-max
in docker/build-push-action#1197- Bump
@docker/actions-toolkit
from 0.35.0 to 0.37.0 in docker/build-push-action#1196 docker/build-push-action#1198Full Changelog: https://github.com/docker/build-push-action/compare/v6.5.0...v6.6.0
5cd11c3
Merge pull request #1211
from crazy-max/summary-info-message0aba704
chore: update generated content23c657a
print info message for build summary support checks16ebe77
Merge pull request #1205
from docker/dependabot/npm_and_yarn/docker/actions-t...646a62b
chore: update generated contentd92ab13
chore(deps): Bump @docker/actions-toolkit
from 0.37.0 to
0.37.14f7cdeb
Merge pull request #1198
from docker/dependabot/npm_and_yarn/docker/actions-t...ad3cd77
chore: update generated content3efbc13
chore(deps): Bump @docker/actions-toolkit
from 0.36.0 to
0.37.02dbe91d
Merge pull request #1197
from crazy-max/build-checks