Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use fixed links to Oracle GraalVM 23.0.1 #504

Closed
wants to merge 1 commit into from

Conversation

develar
Copy link

@develar develar commented Nov 19, 2024

We cannot use latest, as it leads to a broken build as checksum is changed (points now not to 23.0.0 but to 23.0.1).

I didn't add entries for 23.0.0, as rules_graalvm was not yet released with GraalVM 23 support.
I did add entries only for the Oracle distribution.

@develar develar requested a review from sgammon as a code owner November 19, 2024 09:12
@develar develar force-pushed the develar/fix-oracle-23-version branch from b979965 to 95d67d4 Compare November 19, 2024 09:13
sgammon added a commit that referenced this pull request Dec 18, 2024
- feat: ability to specify `latest` for gvm version
- fix: always use archive urls for oracle graalvm
- chore: issue mappings for latest oracle graalvm
- chore: issue mappings for latest graalvm ce

Thanks to @develar for his help via #504
Fixes and closes #521

Signed-off-by: Sam Gammon <[email protected]>
sgammon added a commit that referenced this pull request Dec 18, 2024
- feat: ability to specify `latest` for gvm version
- fix: always use archive urls for oracle graalvm
- chore: issue mappings for latest oracle graalvm
- chore: issue mappings for latest graalvm ce

Thanks to @develar for his help via #504
Fixes and closes #521

Signed-off-by: Sam Gammon <[email protected]>
sgammon added a commit that referenced this pull request Dec 18, 2024
- feat: ability to specify `latest` for gvm version
- fix: always use archive urls for oracle graalvm
- chore: issue mappings for latest oracle graalvm
- chore: issue mappings for latest graalvm ce

Thanks to @develar for his help via #504
Fixes and closes #521

Signed-off-by: Sam Gammon <[email protected]>
sgammon added a commit that referenced this pull request Dec 18, 2024
- feat: ability to specify `latest` for gvm version
- fix: always use archive urls for oracle graalvm
- chore: issue mappings for latest oracle graalvm
- chore: issue mappings for latest graalvm ce

Thanks to @develar for his help via #504
Fixes and closes #521

Signed-off-by: Sam Gammon <[email protected]>
@sgammon
Copy link
Owner

sgammon commented Dec 18, 2024

@develar I've adopted your changes in #520, with edits. Thank you for this PR. I will credit you in the next release :)

@sgammon sgammon closed this Dec 18, 2024
Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@977aa70). Learn more about missing BASE report.

Additional details and impacted files
@@          Coverage Diff          @@
##             main   #504   +/-   ##
=====================================
  Coverage        ?      0           
=====================================
  Files           ?      0           
  Lines           ?      0           
  Branches        ?      0           
=====================================
  Hits            ?      0           
  Misses          ?      0           
  Partials        ?      0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sgammon
Copy link
Owner

sgammon commented Dec 18, 2024

(Also, I was able to guess the URLs we can use for stable releases, so this should not be an issue in the future, once this next release is issued. 👍)

sgammon added a commit that referenced this pull request Dec 18, 2024
* chore: bazel8 transition

Signed-off-by: Sam Gammon <[email protected]>

* chore(deps-dev): bump @commitlint/cli from 19.5.0 to 19.6.1

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.5.0 to 19.6.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.1/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@5076954...b4b15b8)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps): bump actions/checkout from 4.2.0 to 4.2.2

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@d632683...11bd719)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps-dev): bump prettier-plugin-java from 2.6.4 to 2.6.5

Bumps [prettier-plugin-java](https://github.com/jhipster/prettier-java) from 2.6.4 to 2.6.5.
- [Release notes](https://github.com/jhipster/prettier-java/releases)
- [Changelog](https://github.com/jhipster/prettier-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jhipster/prettier-java/compare/[email protected]@2.6.5)

---
updated-dependencies:
- dependency-name: prettier-plugin-java
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps-dev): bump @commitlint/config-conventional

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 19.5.0 to 19.6.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.6.0/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps-dev): bump husky from 9.1.6 to 9.1.7

Bumps [husky](https://github.com/typicode/husky) from 9.1.6 to 9.1.7.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.6...v9.1.7)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps): bump actions/dependency-review-action from 4.3.4 to 4.5.0

Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.3.4 to 4.5.0.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@5a2ce3f...3b139cf)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps): bump github/codeql-action from 3.26.10 to 3.27.9

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.10 to 3.27.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@e2b3eaf...df409f7)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps): bump actions/cache from 4.0.2 to 4.2.0

Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.2.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@0c45773...1bd1e32)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps): bump cross-spawn in the npm_and_yarn group

Bumps the npm_and_yarn group with 1 update: [cross-spawn](https://github.com/moxystudio/node-cross-spawn).

Updates `cross-spawn` from 7.0.3 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps-dev): bump prettier from 3.3.3 to 3.4.2

Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* fix: unstable download urls for latest gvm

- feat: ability to specify `latest` for gvm version
- fix: always use archive urls for oracle graalvm
- chore: issue mappings for latest oracle graalvm
- chore: issue mappings for latest graalvm ce

Thanks to @develar for his help via #504
Fixes and closes #521

Signed-off-by: Sam Gammon <[email protected]>

* chore(deps): bump org.graalvm.polyglot:polyglot from 24.1.0 to 24.1.1

Bumps [org.graalvm.polyglot:polyglot](https://github.com/oracle/graal) from 24.1.0 to 24.1.1.
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-24.1.0...vm-24.1.1)

---
updated-dependencies:
- dependency-name: org.graalvm.polyglot:polyglot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps): bump org.graalvm.compiler:compiler from 24.1.0 to 24.1.1

Bumps [org.graalvm.compiler:compiler](https://github.com/oracle/graal) from 24.1.0 to 24.1.1.
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-24.1.0...vm-24.1.1)

---
updated-dependencies:
- dependency-name: org.graalvm.compiler:compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps): bump org.graalvm.sdk:graal-sdk from 24.1.0 to 24.1.1

Bumps [org.graalvm.sdk:graal-sdk](https://github.com/oracle/graal) from 24.1.0 to 24.1.1.
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-24.1.0...vm-24.1.1)

---
updated-dependencies:
- dependency-name: org.graalvm.sdk:graal-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps): bump org.graalvm.nativeimage:svm from 24.1.0 to 24.1.1

Bumps [org.graalvm.nativeimage:svm](https://github.com/oracle/graal) from 24.1.0 to 24.1.1.
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-24.1.0...vm-24.1.1)

---
updated-dependencies:
- dependency-name: org.graalvm.nativeimage:svm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore(deps): bump org.graalvm.nativeimage:native-image-base

Bumps [org.graalvm.nativeimage:native-image-base](https://github.com/oracle/graal) from 24.1.0 to 24.1.1.
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-24.1.0...vm-24.1.1)

---
updated-dependencies:
- dependency-name: org.graalvm.nativeimage:native-image-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sam Gammon <[email protected]>

* chore: lockfile updates, restore workspace file for earlier bzl versions

Signed-off-by: Sam Gammon <[email protected]>

* chore: bazel 8 in readme

Signed-off-by: Sam Gammon <[email protected]>

---------

Signed-off-by: Sam Gammon <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants