Skip to content

Commit

Permalink
Merge branch 'main' of github.com:chanzuckerberg/delta-share
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Feb 11, 2025
2 parents 11a11e9 + 144539a commit be5a744
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ concurrency:
cancel-in-progress: true
jobs:
conventional_commit_title:
runs-on: [ARM64, self-hosted, Linux]
runs-on: ARM64
steps:
- uses: chanzuckerberg/github-actions/.github/actions/conventional-commits@v1.5.0
2 changes: 1 addition & 1 deletion .github/workflows/delete-rdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
delete-rdev-stack:
runs-on: [ARM64, self-hosted, Linux]
runs-on: ARM64
if: ${{ !contains(github.event.pull_request.labels.*.name, 'stack') || github.event.pull_request.state == 'closed' }}
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
create-stack:
runs-on: [ARM64, self-hosted, Linux]
runs-on: ARM64
permissions:
id-token: write
issues: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-rdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
create-update-stack:
name: Create/update stack
runs-on: [ARM64, self-hosted, Linux]
runs-on: ARM64
if: contains(github.event.pull_request.labels.*.name, 'stack')
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
name: release-please
jobs:
release-please:
runs-on: [ARM64, self-hosted, Linux]
runs-on: ARM64
steps:
# See https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow
# For why we need to generate a token and not use the default
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.8"
".": "0.0.10"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.0.10](https://github.com/chanzuckerberg/delta-share/compare/v0.0.9...v0.0.10) (2025-02-06)


### Bug Fixes

* added new custom downlown stategy ([#23](https://github.com/chanzuckerberg/delta-share/issues/23)) ([3a0c455](https://github.com/chanzuckerberg/delta-share/commit/3a0c45597fdb3c42c5f7d8ba6e4f7a3bdee277c6))

## [0.0.9](https://github.com/chanzuckerberg/delta-share/compare/v0.0.8...v0.0.9) (2025-02-06)


### Misc

* fixed 404 not found error when attempted to brew tap ([#21](https://github.com/chanzuckerberg/delta-share/issues/21)) ([3377e6e](https://github.com/chanzuckerberg/delta-share/commit/3377e6ee6d64fa88f4ab4ea4ae81191a738281d7))

## [0.0.8](https://github.com/chanzuckerberg/delta-share/compare/v0.0.7...v0.0.8) (2025-02-06)


Expand Down
2 changes: 1 addition & 1 deletion cli/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ brews:
owner: chanzuckerberg
name: homebrew-tap
homepage: "https://github.com/chanzuckerberg/delta-share"
test: system "#{bin}/delta-share version"
test: system "#{bin}/delta-share version"

0 comments on commit be5a744

Please # to comment.