Skip to content

Commit

Permalink
Release: 0.11.2 (#369)
Browse files Browse the repository at this point in the history
* chore: prep release → `0.11.2`

- chore: bump version for module
- chore: update readme version info
- chore: issue release tarballs, sign, upload to sigstore
- chore: drop tests and other irrelevant material from release

Signed-off-by: Sam Gammon <sam@elide.ventures>

* chore: update release hashes

Signed-off-by: Sam Gammon <sam@elide.ventures>

---------

Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Apr 18, 2024
1 parent d4ef558 commit 629ebb1
Show file tree
Hide file tree
Showing 9 changed files with 66 additions and 363 deletions.
29 changes: 29 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
README.md export-ignore
SECURITY.md export-ignore
commitlint.config.js export-ignore
pnpm-lock.yaml export-ignore
pom.xml export-ignore
local.bazelrc.inert export-ignore
.aspect/bazelrc/ export-ignore
.bazelci/ export-ignore
.bcr/ export-ignore
.github/ export-ignore
.husky/ export-ignore
docs/ export-ignore
tools/ export-ignore
.bazelignore export-ignore
.bazelproject export-ignore
.bazelrc export-ignore
.bazelversion export-ignore
.gitignore export-ignore
.pre-commit-config.yaml export-ignore
.prettierignore export-ignore
.gitattributes export-ignore
.prettierrc export-ignore
.prettierrc.json export-ignore
go.mod export-ignore
go.sum export-ignore
Makefile export-ignore
package.json export-ignore
example/ export-ignore
version.bazelrc export-ignore
1 change: 1 addition & 0 deletions .github/workflows/check.scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
results_file: results.sarif
results_format: sarif
publish_results: true
repo_token: ${{ secrets.SCORECARD_TOKEN }}
- name: "Upload artifact"
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -o errexit -o nounset -o pipefail
TAG=${GITHUB_REF_NAME}
# The prefix is chosen to match what GitHub generates for source archives
PREFIX="rules_graalvm-${TAG:1}"
ARCHIVE="rules_graalvm-$TAG.tar.gz"
ARCHIVE="rules_graalvm-$TAG.tgz"
git archive --format=tar --prefix=${PREFIX}/ ${TAG} | gzip > $ARCHIVE
SHA=$(shasum -a 256 $ARCHIVE | awk '{print $1}')

Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module(
name = "rules_graalvm",
version = "0.11.1",
version = "0.11.2",
)

## JVM version to target.
Expand All @@ -18,7 +18,7 @@ GRAALVM_VERSION = "21.0.2"
GRAALVM_DIST = "ce"

## GraalVM SDK version.
GRAALVM_SDK_VERSION = "23.1.2"
GRAALVM_SDK_VERSION = "24.0.1"

##
## Dependencies: API
Expand Down
22 changes: 11 additions & 11 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

---

> Latest release: [`0.11.1`](https://registry.bazel.build/modules/rules_graalvm)
> Latest release: [`0.11.2`](https://registry.bazel.build/modules/rules_graalvm)
Use [GraalVM](https://graalvm.org) with [Bazel](https://bazel.build) to:

Expand Down Expand Up @@ -47,16 +47,16 @@ Use [GraalVM](https://graalvm.org) with [Bazel](https://bazel.build) to:

| Artifact | SHA256 |
| -------------------------- | ------------------------------------------------------------------ |
| `rules_graalvm-0.11.1.zip` | `e4fa275b062dcd03b1ecb02bb25f01ead512023006a874a5e0c2cb78ba6d8e73` |
| `rules_graalvm-0.11.1.tgz` | `0128b4a8664974689fadae56b517de627c5f42141925111baf05dc91c37af1c0` |
| `rules_graalvm-0.11.2.zip` | `3ef2f1583a4849d03209a43b0b507f172299c3045e585b6ffa7144a2bc12ae18` |
| `rules_graalvm-0.11.2.tgz` | `49bfa3851b6a1f76e5c18727adf6b0bb61af24ba2566bf75a724ddbca0c2c183` |

```starlark
http_archive(
name = "rules_graalvm",
sha256 = "e4fa275b062dcd03b1ecb02bb25f01ead512023006a874a5e0c2cb78ba6d8e73",
strip_prefix = "rules_graalvm-0.11.1",
sha256 = "3ef2f1583a4849d03209a43b0b507f172299c3045e585b6ffa7144a2bc12ae18",
strip_prefix = "rules_graalvm-0.11.2",
urls = [
"https://github.com/sgammon/rules_graalvm/releases/download/v0.11.1/rules_graalvm-0.11.1.zip",
"https://github.com/sgammon/rules_graalvm/releases/download/v0.11.2/rules_graalvm-0.11.2.zip",
],
)
```
Expand Down Expand Up @@ -88,11 +88,11 @@ register_graalvm_toolchains()

| Artifact | Integrity value |
| -------------------------- | ----------------------------------------------------- |
| `rules_graalvm-0.11.1.zip` | `sha256-5PonWwYtzQOx7LArsl8B6tUSAjAGqHSl4MLLeLptjnM=` |
| `rules_graalvm-0.11.1.tgz` | `sha256-ASi0qGZJdGifra5WtRfeYnxfQhQZJREbrwXckcN68cA=` |
| `rules_graalvm-0.11.2.zip` | `sha256-PvLxWDpISdAyCaQ7C1B/FyKZwwReWFtv+nFEorwSrhg=` |
| `rules_graalvm-0.11.2.tgz` | `sha256-Sb+jhRtqH3blwYcnrfawu2GvJLolZr91pyTdvKDCwYM=` |

```starlark
bazel_dep(name = "rules_graalvm", version = "0.11.1")
bazel_dep(name = "rules_graalvm", version = "0.11.2")
```

```starlark
Expand Down
26 changes: 13 additions & 13 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

---

> Latest release: `0.11.1`
> Latest release: `0.11.2`
> **Important**
> Currently in beta. Feedback welcome but will probably break your build.
Expand All @@ -34,18 +34,18 @@ Use [GraalVM](https://graalvm.org) from [Bazel](https://bazel.build), with suppo
**Via `WORKSPACE.bazel`:**

| Artifact | SHA256 |
| ------- | ----------- |
| `rules_graalvm-0.11.1.zip` | `e4fa275b062dcd03b1ecb02bb25f01ead512023006a874a5e0c2cb78ba6d8e73` |
| `rules_graalvm-0.11.1.tgz` | `0128b4a8664974689fadae56b517de627c5f42141925111baf05dc91c37af1c0` |
| Artifact | SHA256 |
| -------------------------- | ------------------------------------------------------------------ |
| `rules_graalvm-0.11.2.zip` | `3ef2f1583a4849d03209a43b0b507f172299c3045e585b6ffa7144a2bc12ae18` |
| `rules_graalvm-0.11.2.tgz` | `49bfa3851b6a1f76e5c18727adf6b0bb61af24ba2566bf75a724ddbca0c2c183` |

```python
http_archive(
name = "rules_graalvm",
sha256 = "e4fa275b062dcd03b1ecb02bb25f01ead512023006a874a5e0c2cb78ba6d8e73",
strip_prefix = "rules_graalvm-0.11.1",
sha256 = "3ef2f1583a4849d03209a43b0b507f172299c3045e585b6ffa7144a2bc12ae18",
strip_prefix = "rules_graalvm-0.11.2",
urls = [
"https://github.com/sgammon/rules_graalvm/releases/download/v0.11.1/rules_graalvm-0.11.1.zip",
"https://github.com/sgammon/rules_graalvm/releases/download/v0.11.2/rules_graalvm-0.11.2.zip",
],
)
```
Expand Down Expand Up @@ -73,13 +73,13 @@ graalvm_repository(

**Or, via `MODULE.bazel`:**

| Artifact | Integrity value |
| ------- | --------------- |
| `rules_graalvm-0.11.1.zip` | `sha256-5PonWwYtzQOx7LArsl8B6tUSAjAGqHSl4MLLeLptjnM=` |
| `rules_graalvm-0.11.1.tgz` | `sha256-ASi0qGZJdGifra5WtRfeYnxfQhQZJREbrwXckcN68cA=` |
| Artifact | Integrity value |
| -------------------------- | ----------------------------------------------------- |
| `rules_graalvm-0.11.2.zip` | `sha256-PvLxWDpISdAyCaQ7C1B/FyKZwwReWFtv+nFEorwSrhg=` |
| `rules_graalvm-0.11.2.tgz` | `sha256-Sb+jhRtqH3blwYcnrfawu2GvJLolZr91pyTdvKDCwYM=` |

```python
bazel_dep(name = "rules_graalvm", version = "0.11.1")
bazel_dep(name = "rules_graalvm", version = "0.11.2")
```

```python
Expand Down
3 changes: 0 additions & 3 deletions external/BUILD.bazel

This file was deleted.

Loading

0 comments on commit 629ebb1

Please sign in to comment.