Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions docs/_data/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,36 @@
breaking_changes:
- text: Changed recommended Kubernetes version to 1.33.x and `signpathio/kubectl` image tag to 1.33.7.
issues: [SIGN-8203]
azure_devops_connector:
version: 0.8.0
improvements:
- text: Improved performance.
issues: [SIGN-8157]
- text: Reduced number of required network routes for Azure DevOps Server deployments.
issues: [SIGN-8227]
github_connector:
version: 1.120.0
improvements:
- text: Improved performance.
issues: [SIGN-8157]
- text: Reduced number of required network routes for GitHub Enterprise Server deployments.
issues: [SIGN-8227]
bug_fixes:
- text: Fixes wrong values in the repository field for SLSA attestations.
issues: [SIGN-8153]
teamcity_connector:
version: 0.8.0
improvements:
- text: Improved performance.
issues: [SIGN-8157]
bug_fixes:
- text: In case of failed artifact uploads, the integration now aborts immediately instead of running into timeouts.
issues: [SIGN-8284]
teamcity_plugin:
version: 0.4.1
bug_fixes:
- text: Fixes broken documentation links.
issues: [SIGN-8263]
- date: '2026-01-13'
updates:
application:
Expand Down
4 changes: 2 additions & 2 deletions docs/trusted-build-systems/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ description: GitHub
* Required for [source code and build policies](#define-policies-for-source-code-and-builds): Install the [SignPath GitHub App](https://github.com/apps/signpath) and allow access to the code repositories.

{:.panel.info}
> **GitHub Enterprise**
> **GitHub Enterprise Server**
>
> SignPath hosts an instance of the GitHub connector which is linked to GitHub.com For integrating self-hosted GitHub Enterprise instances, contact our [support](https://signpath.io/support) team.
> SignPath hosts an instance of the GitHub connector which is linked to GitHub.com For integrating self-hosted GitHub Enterprise Server instances, contact our [support](https://signpath.io/support) team.

## Checks performed by SignPath

Expand Down