From 8d7801996c969c91f4099c3fe5975bc0e65ef6c1 Mon Sep 17 00:00:00 2001 From: scalarbot Date: Tue, 1 Sep 2026 21:27:51 +0000 Subject: [PATCH 1/2] chore(api): regenerate SDK - Regenerated with generator `0.32.0` (previously `0.31.1`). Build: 91iFVED2NgCyYZ7u68nAC --- .github/workflows/release-please.yml | 8 ++++++-- .github/workflows/sdk-release.yml | 8 ++++++-- lib/galaxy-ruby/version.rb | 2 +- scalar-sdk.manifest.json | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index dbcbd82..396f703 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -88,6 +88,12 @@ jobs: bundler-cache: false - run: ruby -e 'Dir["lib/**/*.rb"].each { |file| system("ruby", "-c", file) || exit(1) }' - run: gem build *.gemspec + # Trusted publishing: exchanges the job's OIDC id-token for a short-lived rubygems.org API + # key and exports it as GEM_HOST_API_KEY for the push below, so no long-lived secret is + # stored. Requires a trusted publisher registered for this gem on rubygems.org naming this + # repository and this workflow file (a pending publisher covers a gem's first release). + - name: Configure RubyGems credentials + uses: rubygems/configure-rubygems-credentials@dc5a8d8553e6ee01fc26761a49e99e733d17954a # v2.1.0 - name: Publish to RubyGems run: | gem build *.gemspec --output galaxy-ruby.gem @@ -97,5 +103,3 @@ jobs: else gem push galaxy-ruby.gem fi - env: - GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }} diff --git a/.github/workflows/sdk-release.yml b/.github/workflows/sdk-release.yml index 76506c2..56c72b8 100644 --- a/.github/workflows/sdk-release.yml +++ b/.github/workflows/sdk-release.yml @@ -29,6 +29,12 @@ jobs: bundler-cache: false - run: ruby -e 'Dir["lib/**/*.rb"].each { |file| system("ruby", "-c", file) || exit(1) }' - run: gem build *.gemspec + # Trusted publishing: exchanges the job's OIDC id-token for a short-lived rubygems.org API + # key and exports it as GEM_HOST_API_KEY for the push below, so no long-lived secret is + # stored. Requires a trusted publisher registered for this gem on rubygems.org naming this + # repository and this workflow file (a pending publisher covers a gem's first release). + - name: Configure RubyGems credentials + uses: rubygems/configure-rubygems-credentials@dc5a8d8553e6ee01fc26761a49e99e733d17954a # v2.1.0 - name: Publish to RubyGems run: | gem build *.gemspec --output galaxy-ruby.gem @@ -38,5 +44,3 @@ jobs: else gem push galaxy-ruby.gem fi - env: - GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }} diff --git a/lib/galaxy-ruby/version.rb b/lib/galaxy-ruby/version.rb index e69eec3..b2269c6 100644 --- a/lib/galaxy-ruby/version.rb +++ b/lib/galaxy-ruby/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ScalarGalaxy - VERSION = "0.3.0" # x-release-please-version + VERSION = "0.3.1" # x-release-please-version end diff --git a/scalar-sdk.manifest.json b/scalar-sdk.manifest.json index faf7e4a..f5957b4 100644 --- a/scalar-sdk.manifest.json +++ b/scalar-sdk.manifest.json @@ -1,7 +1,7 @@ { "name": "ScalarGalaxy", "slug": "scalarGalaxy", - "generatorVersion": "0.31.1", + "generatorVersion": "0.32.0", "servers": [ "https://galaxy.scalar.com", "{protocol}://void.scalar.com/{path}" From d18680d40dfa12e5f82ce10645f89030f845e6f4 Mon Sep 17 00:00:00 2001 From: "scalar-docs[bot]" <148485328+scalar-docs[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 02:30:04 +0000 Subject: [PATCH 2/2] release: 0.3.2 --- .claude/skills/scalar-galaxy-ruby-sdk/SKILL.md | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- README.md | 2 +- SKILL.md | 2 +- lib/galaxy-ruby/version.rb | 2 +- 7 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.claude/skills/scalar-galaxy-ruby-sdk/SKILL.md b/.claude/skills/scalar-galaxy-ruby-sdk/SKILL.md index cb57eaf..46c24f8 100644 --- a/.claude/skills/scalar-galaxy-ruby-sdk/SKILL.md +++ b/.claude/skills/scalar-galaxy-ruby-sdk/SKILL.md @@ -12,7 +12,7 @@ Generated Ruby client for Scalar Galaxy API, published as `galaxy-ruby`. Use the Add the gem to your application's `Gemfile`: ```ruby -gem "galaxy-ruby", "~> 0.3.1" # x-release-please-version +gem "galaxy-ruby", "~> 0.3.2" # x-release-please-version ``` Or install it directly: diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 816df2d..0477999 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cab3a4..633e6c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/scalar/galaxy-ruby/compare/v0.3.1...v0.3.2) (2026-09-02) + + +### Chores + +* **api:** regenerate SDK ([8d78019](https://github.com/scalar/galaxy-ruby/commit/8d7801996c969c91f4099c3fe5975bc0e65ef6c1)) + ## [0.3.1](https://github.com/scalar/galaxy-ruby/compare/v0.3.0...v0.3.1) (2026-08-31) diff --git a/Gemfile.lock b/Gemfile.lock index be19edc..7f8e516 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - galaxy-ruby (0.3.1) + galaxy-ruby (0.3.2) base64 cgi connection_pool diff --git a/README.md b/README.md index 77f368c..838a70c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The full API of this library can be found in [api.md](./api.md). Add the gem to your application's `Gemfile`: ```ruby -gem "galaxy-ruby", "~> 0.3.1" # x-release-please-version +gem "galaxy-ruby", "~> 0.3.2" # x-release-please-version ``` Or install it directly: diff --git a/SKILL.md b/SKILL.md index 39cb868..f20846f 100644 --- a/SKILL.md +++ b/SKILL.md @@ -12,7 +12,7 @@ Generated Ruby client for Scalar Galaxy API, published as `galaxy-ruby`. Use the Add the gem to your application's `Gemfile`: ```ruby -gem "galaxy-ruby", "~> 0.3.1" # x-release-please-version +gem "galaxy-ruby", "~> 0.3.2" # x-release-please-version ``` Or install it directly: diff --git a/lib/galaxy-ruby/version.rb b/lib/galaxy-ruby/version.rb index b2269c6..7990546 100644 --- a/lib/galaxy-ruby/version.rb +++ b/lib/galaxy-ruby/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ScalarGalaxy - VERSION = "0.3.1" # x-release-please-version + VERSION = "0.3.2" # x-release-please-version end