diff --git a/integrations/gitlab/CHANGELOG.md b/integrations/gitlab/CHANGELOG.md index 92283a66f9..0d309514c1 100644 --- a/integrations/gitlab/CHANGELOG.md +++ b/integrations/gitlab/CHANGELOG.md @@ -7,6 +7,13 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +0.2.10 (2024-12-26) +================== + +### Improvements + +- Add support for GitLab OAuth2.0 installation specification for Port + 0.2.9 (2024-12-26) ================== diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index b50f1bbfaf..0177e164d7 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.2.9" +version = "0.2.10" description = "Gitlab integration for Port using Port-Ocean Framework" authors = ["Yair Siman-Tov "] diff --git a/integrations/jira/.port/spec.yaml b/integrations/jira/.port/spec.yaml index b211fd01a6..c0168b976e 100644 --- a/integrations/jira/.port/spec.yaml +++ b/integrations/jira/.port/spec.yaml @@ -40,3 +40,5 @@ saas: valuesOverride: integrationSpec: jiraHost: '"https://api.atlassian.com/ex/jira/" + .oauthData.profile.accessibleResources[0].id' + appSpec: + minimumScheduledResyncInterval: '2h'