Mike McQuaid
e6420932bf
Add brew bundle and brew services integration tests
...
We've had a few regressions in `brew bundle` and `brew services`
recently that would have been caught by actual integration tests.
This is similar to the "default formula" jobs but we want to run outside
of those containers so we can run e.g. systemd.
This will avoid bloating the runtime of already longer-running jobs.
2025-04-07 17:33:50 +01:00
dependabot[bot]
694f4b3040
build(deps): bump github/codeql-action from 3.28.13 to 3.28.14
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.13 to 3.28.14.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](1b549b9259...fc7e4a0fa0 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.28.14
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 16:30:18 +00:00
dependabot[bot]
9327644397
build(deps): bump actions/create-github-app-token from 1.12.0 to 2.0.2
...
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token ) from 1.12.0 to 2.0.2.
- [Release notes](https://github.com/actions/create-github-app-token/releases )
- [Commits](d72941d797...3ff1caaa28 )
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-version: 2.0.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 16:30:10 +00:00
Mike McQuaid
d899f00c4b
Link to Support Tiers in diagnostic/error messages
...
Now that we have this nice URL let's reference it to allow our other
messages to be a bit shorter/kinder.
2025-04-01 11:35:27 +01:00
Mike McQuaid
319c3e95b5
Merge pull request #19658 from Homebrew/bootsnap_default
...
Enable Bootsnap by default
2025-04-01 07:31:26 +00:00
Patrick Linnane
b6cad3be14
workflows: remove no-op ssh signing value
...
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2025-03-31 16:09:20 -07:00
Patrick Linnane
3278f931d3
Merge pull request #19664 from Homebrew/dependabot/github_actions/actions/create-github-app-token-1.12.0
...
build(deps): bump actions/create-github-app-token from 1.11.7 to 1.12.0
2025-03-31 22:38:58 +00:00
Patrick Linnane
5e739ea4d6
Merge pull request #19663 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.229.0
...
build(deps): bump ruby/setup-ruby from 1.227.0 to 1.229.0
2025-03-31 22:38:08 +00:00
dependabot[bot]
f29901daec
build(deps): bump actions/create-github-app-token from 1.11.7 to 1.12.0
...
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token ) from 1.11.7 to 1.12.0.
- [Release notes](https://github.com/actions/create-github-app-token/releases )
- [Commits](af35edadc0...d72941d797 )
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 19:54:34 +00:00
dependabot[bot]
2acd33060f
build(deps): bump ruby/setup-ruby from 1.227.0 to 1.229.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.227.0 to 1.229.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](1a615958ad...354a1ad156 )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 19:54:24 +00:00
dependabot[bot]
fabcad58ae
build(deps): bump actions/setup-python from 5.4.0 to 5.5.0
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](42375524e2...8d9ed9ac5c )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 19:53:01 +00:00
Mike McQuaid
9560c01453
Enable Bootsnap by default
...
- do some optimisation of `require`s before Bootsnap
- remove `HOMEBREW_BOOTSTRAP` environment variable as it's set by
default
- add fast require in `bootsnap.rb` using logic from `ruby.sh`
- cleanup `bootsnap.rb` a bit
- remove setting `HOMEBREW_BOOTSNAP` in GitHub Actions
2025-03-31 17:55:07 +01:00
Patrick Linnane
63bc00ebcd
Merge pull request #19584 from Homebrew/dependabot/github_actions/artifacts-aeec8888df
...
build(deps): bump the artifacts group with 2 updates
2025-03-25 05:09:38 +00:00
Patrick Linnane
89b392dd5f
Merge pull request #19585 from Homebrew/dependabot/github_actions/actions/create-github-app-token-1.11.7
...
build(deps): bump actions/create-github-app-token from 1.11.6 to 1.11.7
2025-03-25 05:09:16 +00:00
Eric Knibbe
cfe6e0407a
Merge pull request #19586 from Homebrew/dependabot/github_actions/github/codeql-action-3.28.13
...
build(deps): bump github/codeql-action from 3.28.11 to 3.28.13
2025-03-25 02:06:06 +00:00
Eric Knibbe
f83c043930
Merge pull request #19587 from Homebrew/dependabot/github_actions/actions/cache-4.2.3
...
build(deps): bump actions/cache from 4.2.2 to 4.2.3
2025-03-25 02:05:42 +00:00
dependabot[bot]
c55ad5f3bb
build(deps): bump ruby/setup-ruby from 1.226.0 to 1.227.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.226.0 to 1.227.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](922ebc4c52...1a615958ad )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 19:04:34 +00:00
dependabot[bot]
c38595e93b
build(deps): bump actions/cache from 4.2.2 to 4.2.3
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](d4323d4df1...5a3ec84eff )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 19:04:28 +00:00
dependabot[bot]
f77cdb21cf
build(deps): bump actions/create-github-app-token from 1.11.6 to 1.11.7
...
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token ) from 1.11.6 to 1.11.7.
- [Release notes](https://github.com/actions/create-github-app-token/releases )
- [Commits](21cfef2b49...af35edadc0 )
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 19:04:10 +00:00
dependabot[bot]
f547db6517
build(deps): bump github/codeql-action from 3.28.11 to 3.28.13
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.11 to 3.28.13.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](6bb031afdd...1b549b9259 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 19:04:10 +00:00
dependabot[bot]
b35a796469
build(deps): bump the artifacts group with 2 updates
...
Bumps the artifacts group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact ) and [actions/download-artifact](https://github.com/actions/download-artifact ).
Updates `actions/upload-artifact` from 4.6.1 to 4.6.2
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](4cec3d8aa0...ea165f8d65 )
Updates `actions/download-artifact` from 4.1.9 to 4.2.1
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](cc20338598...95815c38cf )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: artifacts
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: artifacts
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 19:03:52 +00:00
Mike McQuaid
bdeca530ff
Migrate Homebrew/bundle to Homebrew/brew
...
Co-authored-by: Bo Anderson <mail@boanderson.me>
2025-03-19 06:47:01 +00:00
Carlo Cabrera
1c00c24192
workflows/docker: run brew test-bot on arm64 Linux builds
...
We can stop `brew doctor` from throwing an error if we set
`HOMEBREW_ARM64_TESTING`.
2025-03-18 21:25:11 +08:00
Patrick Linnane
8c1e9c7c33
Merge pull request #19516 from Homebrew/dependabot/github_actions/docker/login-action-3.4.0
...
build(deps): bump docker/login-action from 3.3.0 to 3.4.0
2025-03-17 21:06:19 +00:00
Patrick Linnane
07e9ab4b35
Merge pull request #19512 from Homebrew/dependabot/github_actions/artifacts-7137b7c593
...
build(deps): bump the artifacts group with 2 updates
2025-03-17 21:03:29 +00:00
Patrick Linnane
3ac0464724
Merge pull request #19515 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.226.0
...
build(deps): bump ruby/setup-ruby from 1.222.0 to 1.226.0
2025-03-17 21:01:46 +00:00
Patrick Linnane
78156d601d
Merge pull request #19514 from Homebrew/dependabot/github_actions/codecov/test-results-action-1.1.0
...
build(deps): bump codecov/test-results-action from 1.0.4 to 1.1.0
2025-03-17 21:01:32 +00:00
dependabot[bot]
64ba973bbc
build(deps): bump docker/login-action from 3.3.0 to 3.4.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](9780b0c442...74a5d14239 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 18:24:50 +00:00
dependabot[bot]
65c06755c1
build(deps): bump ruby/setup-ruby from 1.222.0 to 1.226.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.222.0 to 1.226.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](277ba2a127...922ebc4c52 )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 18:24:47 +00:00
dependabot[bot]
41ab993dbd
build(deps): bump codecov/test-results-action from 1.0.4 to 1.1.0
...
Bumps [codecov/test-results-action](https://github.com/codecov/test-results-action ) from 1.0.4 to 1.1.0.
- [Release notes](https://github.com/codecov/test-results-action/releases )
- [Commits](5c441a7bcc...f2dba722c6 )
---
updated-dependencies:
- dependency-name: codecov/test-results-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 18:24:36 +00:00
dependabot[bot]
a84336112f
build(deps): bump docker/setup-buildx-action from 3.8.0 to 3.10.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.8.0 to 3.10.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.8.0...b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 18:24:18 +00:00
dependabot[bot]
33392d5d66
build(deps): bump the artifacts group with 2 updates
...
Bumps the artifacts group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact ) and [actions/download-artifact](https://github.com/actions/download-artifact ).
Updates `actions/upload-artifact` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.6.0...4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 )
Updates `actions/download-artifact` from 4.1.8 to 4.1.9
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v4.1.8...cc203385981b70ca67e1cc392babf9cc229d5806 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: artifacts
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: artifacts
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 18:23:19 +00:00
Mike McQuaid
191c8cea04
Merge pull request #19385 from botantony/services
...
services: migrate external tap to main repo
2025-03-14 08:31:01 +00:00
Carlo Cabrera
cd33a3e032
workflows/docker: fix publishing Docker images (again)
...
Follow-up to #19480 . Tags were being serialised in the wrong format.
This fixes that.
2025-03-14 00:11:24 +08:00
Carlo Cabrera
9f844b9bfd
workflows/docker: fix publishing master images
...
Follow-up to #19275 . Publishing `master` images was broken because the
different matrix jobs were overwriting each other's outputs in the
`merge` job.
The fix is to pre-generate all the required data once up-front which we
do in the `generate-tags` job.
2025-03-13 22:50:48 +08:00
botantony
3ef52e4844
services: migrate command to main repo (WIP)
2025-03-13 13:22:01 +00:00
Carlo Cabrera
344704db7f
Update docker/build-push-action
2025-03-13 17:28:35 +08:00
Carlo Cabrera
3246549edd
Merge remote-tracking branch 'origin/master' into docker-image-arm64
2025-03-13 17:27:23 +08:00
Carlo Cabrera
be7a97e240
Update docker.yml
2025-03-12 12:21:26 +08:00
Carlo Cabrera
add2ebff6b
Update docker.yml
...
Co-authored-by: Bo Anderson <mail@boanderson.me>
2025-03-12 12:19:57 +08:00
Mike McQuaid
1c4dfe066e
Update .github/workflows/docker.yml
...
Co-authored-by: Bo Anderson <mail@boanderson.me>
2025-03-11 17:16:56 +00:00
Patrick Linnane
668b01989b
Merge pull request #19457 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.222.0
...
build(deps): bump ruby/setup-ruby from 1.221.0 to 1.222.0
2025-03-10 18:45:30 +00:00
Patrick Linnane
3ceb8bafcd
Merge pull request #19456 from Homebrew/dependabot/github_actions/github/codeql-action-3.28.11
...
build(deps): bump github/codeql-action from 3.28.10 to 3.28.11
2025-03-10 18:45:16 +00:00
dependabot[bot]
fa431a529d
build(deps): bump ruby/setup-ruby from 1.221.0 to 1.222.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.221.0 to 1.222.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](32110d4e31...277ba2a127 )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 18:29:53 +00:00
dependabot[bot]
2cb7aab67b
build(deps): bump github/codeql-action from 3.28.10 to 3.28.11
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.10 to 3.28.11.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](b56ba49b26...6bb031afdd )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 18:29:49 +00:00
dependabot[bot]
63b87e2a37
build(deps): bump actions/attest-build-provenance from 2.2.2 to 2.2.3
...
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](bd77c07785...c074443f1a )
---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 18:29:42 +00:00
Patrick Linnane
af9a94ebf0
workflows/tests: use Docker image for Ubuntu 20.04
...
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2025-03-04 12:30:46 -08:00
Patrick Linnane
29fa76c948
Merge pull request #19418 from Homebrew/dependabot/github_actions/actions/attest-build-provenance-2.2.2
...
build(deps): bump actions/attest-build-provenance from 2.2.0 to 2.2.2
2025-03-03 18:48:39 +00:00
dependabot[bot]
927e41c1cc
build(deps): bump actions/attest-build-provenance from 2.2.0 to 2.2.2
...
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](520d128f16...bd77c07785 )
---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 18:35:01 +00:00
dependabot[bot]
e3a83532e7
build(deps): bump docker/setup-buildx-action from 3.9.0 to 3.10.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](f7ce87c1d6...b5ca514318 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 18:34:57 +00:00