Skip to content

Bump temporal server to 1.30.1 and add authorizer tests#133

Merged
chaptersix merged 3 commits intomainfrom
bump-server-1.30.1
Mar 7, 2026
Merged

Bump temporal server to 1.30.1 and add authorizer tests#133
chaptersix merged 3 commits intomainfrom
bump-server-1.30.1

Conversation

@chaptersix
Copy link
Contributor

Summary

  • Bump go.temporal.io/server from 1.29.1 to 1.30.1 in extensibility examples
  • Update config loading APIs for 1.30 compatibility
  • Bump compose docker images to 1.30.1
  • Add unit and integration tests for the authorizer example
  • Update CI to use go-version-file and run go test instead of go build

Test plan

  • go test ./... passes locally (unit + integration with SQLite in-memory)
  • CI passes on ubuntu-latest and macos-latest

- Bump go.temporal.io/server from 1.29.1 to 1.30.1 in extensibility
- Update config loading APIs for 1.30 compatibility:
  - authorizer: config.LoadConfig -> config.Load(config.WithConfigFile)
  - metrics-handler: WithConfigLoader -> WithServerConfigFilePath
- Merge log config from base.yaml into development.yaml
- Bump compose docker images to 1.30.1
- Add unit tests for authorizer decision logic
- Add integration test that boots server with SQLite in-memory
  and verifies UpdateNamespace is denied
- Update CI to use go-version-file and run tests

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chaptersix chaptersix requested a review from a team as a code owner March 7, 2026 05:53
chaptersix and others added 2 commits March 6, 2026 23:53
The admin-tools image is Alpine-based and does not include bash.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chaptersix chaptersix merged commit 80d59e2 into main Mar 7, 2026
22 of 23 checks passed
@chaptersix chaptersix deleted the bump-server-1.30.1 branch March 7, 2026 06:04
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.

1 participant