Skip to content

fix(rockspec): add missing oauth module to 2.3.3.0 release#42

Merged
lhanjian merged 2 commits intokong-devfrom
fix/add-oauth-to-rockspec
Feb 4, 2026
Merged

fix(rockspec): add missing oauth module to 2.3.3.0 release#42
lhanjian merged 2 commits intokong-devfrom
fix/add-oauth-to-rockspec

Conversation

@lhanjian
Copy link
Copy Markdown

@lhanjian lhanjian commented Feb 4, 2026

Description

Add missing pgmoon.oauth module to the rockspec file for version 2.3.3.0.

Changes

  • Added ["pgmoon.oauth"] = "pgmoon/oauth.lua" to the modules section in kong-pgmoon-2.3.3.0-1.rockspec

Reason

The oauth.lua module was added to the codebase but was missing from the rockspec, which would cause it to not be included when installing via LuaRocks.

Copilot AI review requested due to automatic review settings February 4, 2026 09:11
@lhanjian lhanjian merged commit 369f3f6 into kong-dev Feb 4, 2026
14 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the missing pgmoon.oauth Lua module entry to the kong-pgmoon 2.3.3.0 LuaRocks rockspec so the oauth.lua file is included in packaged installs.

Changes:

  • Introduced/updated the 2.3.3.0-1 rockspec to include ["pgmoon.oauth"] = "pgmoon/oauth.lua" in build.modules.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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