Skip to content
Kong Logo | Kong Docs Logo
search
  • We're Hiring!
  • Docs
    • Kong Gateway
    • Kong Konnect
    • Kong Mesh
    • Plugin Hub
    • decK
    • Kubernetes Ingress Controller
    • Insomnia
    • Kuma

    • Docs contribution guidelines
  • Plugin Hub
  • Support
  • Community
  • Kong Academy
Get a Demo Start Free Trial
  • Kong Gateway
  • Kong Konnect
  • Kong Mesh
  • Plugin Hub
  • decK
  • Kubernetes Ingress Controller
  • Insomnia
  • Kuma

  • Docs contribution guidelines
    • Style guide
    • Word choice and naming
    • Notes and other notices
    • Documenting user interfaces
    • Contribution templates
    • Plugin documentation
    • Markdown rules
    • Reusable content
    • Variables
    • Single-sourced versions
    • Single-sourced plugins
    • Conditional rendering
    • Welcome to the Kong Docs community
    • Community expectations
    • Hackathons

github-edit-pageEdit this page

report-issueReport an issue

enterprise-switcher-iconSwitch to OSS

On this page
  • Automatic plugin versioning
  • Open source and enterprise discrepancies
  • See also
Contribution guidelines
  • Home
  • Style guide and contribution guidelines
  • Single-sourced plugins

Single-sourced plugins

We use a Jekyll plugin (plugin_single_source_generator.rb) to dynamically generate pages from a single source file.

Here’s how it works:

  1. Read all version files (app/_hub/**/versions.yml).
  2. For each version listed in the file, check if app/_hub/[vendor]/[name]/[version].md exists.
  3. If not, read app/_hub/[vendor]/[name]/_index.md and generate a version of the page.
  4. The latest version is always generated as index.html, while older versions are generated as [version].html.

Automatic plugin versioning

Each versions.yml is expected to contain a strategy and a list of releases:

strategy: gateway
releases:
  minimum_version: '2.1.x'
  maximum_version: '3.0.x' # optional

Which reads all available Gateway versions from kong_versions.yml and selects those that are in the specified range.

Note: Although strategy supports either matrix for the original rendering, or gateway for plugins that have versions pinned to the Gateway version, the matrix option is no longer in use. It remains at the moment for backwards compatibility.

This can also be used with overrides to set a custom plugin version name:

strategy: gateway
releases:
  minimum_version: '2.1.x'
overrides:
  2.8.x: 0.13.x
  2.7.x: 0.12.x

Open source and enterprise discrepancies

In some cases, the version of a plugin is different between the Community Edition (OSS) and Enterprise Edition. In these instances, each release should be entered as a unique version in the config file.

Here’s an example where Gateway 2.3.x CE uses plugin version 1.0, while 2.3.x EE uses plugin version 2.0:

strategy: gateway
releases:
  minimum_version: 2.2.x
replacements:
  2.3.x:
    - 2.3.x-CE
    - 2.3.x-EE
sources:
  2.2.x-CE: _1.0
  2.2.x: _1.0
overrides:
  2.4.x: 2.0.x
  2.3.x-EE: 2.0.x
  2.3.x-CE: 1.0.x
  2.2.x: 1.0.x

2.3.x-EE and 2.4.x both use plugin version 2.0.x and the default _index source file. 2.3.x-CE and 2.2.x use plugin version 1.0.x and the _1.0 source file.

If you want to use releases but have one or two versions that you need to override, you can use replacements:

strategy: gateway
releases:
  minimum_version: '2.1.x'
replacements:
  2.3.x:
    - 2.3.x-CE
    - 2.3.x-EE
sources:
  2.3.x-CE: _foo
overrides:
  2.3.x-EE: 2.0.x
  2.3.x-CE: 1.0.x

See also

  • Conditional rendering: Render content in a file based on version filters
  • Single-sourced versions: Learn about how single sourcing is implemented for other Kong products
Thank you for your feedback.
Was this page useful?
  • Kong
    THE CLOUD CONNECTIVITY COMPANY

    Kong powers reliable digital connections across APIs, hybrid and multi-cloud environments.

    • Company
    • Customers
    • Events
    • Investors
    • Careers Hiring!
    • Partners
    • Press
    • Contact
  • Products
    • Kong Konnect
    • Kong Gateway
    • Kong Mesh
    • Get Started
    • Pricing
  • Resources
    • eBooks
    • Webinars
    • Briefs
    • Blog
    • API Gateway
    • Microservices
  • Open Source
    • Install Kong Gateway
    • Kong Community
    • Kubernetes Ingress
    • Kuma
    • Insomnia
  • Solutions
    • Decentralize
    • Secure & Govern
    • Create a Dev Platform
    • API Gateway
    • Kubernetes
    • Service Mesh
Star
  • Terms•Privacy
© Kong Inc. 2023