diff --git a/integrations/gitlab/.port/resources/port-app-config.yaml b/integrations/gitlab/.port/resources/port-app-config.yaml index c2b5817b83..2018b10d8b 100644 --- a/integrations/gitlab/.port/resources/port-app-config.yaml +++ b/integrations/gitlab/.port/resources/port-app-config.yaml @@ -14,6 +14,5 @@ resources: properties: url: .web_url readme: file://README.md - description: .description language: .__languages | to_entries | max_by(.value) | .key labels: .__labels diff --git a/integrations/gitlab/CHANGELOG.md b/integrations/gitlab/CHANGELOG.md index 2a2243d22d..9696fb62eb 100644 --- a/integrations/gitlab/CHANGELOG.md +++ b/integrations/gitlab/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +0.2.23 (2025-01-19) +=================== + +### Bug Fixes + +- Deleted `description` from the default mapping 0.2.22 (2025-01-19) =================== diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 042bab760d..64778dd525 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.2.22" +version = "0.2.23" description = "Gitlab integration for Port using Port-Ocean Framework" authors = ["Yair Siman-Tov "]