From 59b6379dcd2039c18f32e6216e0acc4c17363d6d Mon Sep 17 00:00:00 2001 From: Yair Siman Tov <63305203+yairsimantov20@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:38:15 +0300 Subject: [PATCH] Gitlab 0.1.4 (#40) upgraded gitlab --- integrations/gitlab/.port/spec.yaml | 2 +- integrations/gitlab/CHANGELOG.md | 8 ++++++++ .../gitlab/changelog/update-config-ocean-0-1-2.bump.md | 1 - integrations/gitlab/poetry.lock | 8 ++++---- integrations/gitlab/pyproject.toml | 4 ++-- 5 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 integrations/gitlab/changelog/update-config-ocean-0-1-2.bump.md diff --git a/integrations/gitlab/.port/spec.yaml b/integrations/gitlab/.port/spec.yaml index 23ce459048..a9d03280bf 100644 --- a/integrations/gitlab/.port/spec.yaml +++ b/integrations/gitlab/.port/spec.yaml @@ -1,4 +1,4 @@ -version: v0.1.3 +version: v0.1.4 type: gitlab description: Gitlab integration for Port Ocean icon: GitLab diff --git a/integrations/gitlab/CHANGELOG.md b/integrations/gitlab/CHANGELOG.md index 043dca58e2..8a1cd8568e 100644 --- a/integrations/gitlab/CHANGELOG.md +++ b/integrations/gitlab/CHANGELOG.md @@ -7,6 +7,14 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +0.1.4 (2023-07-27) +================== + +### Package Version Bump + +- Changed the usage of the config according to ocean 0.1.2 + + 0.1.3 (2023-07-26) ================== diff --git a/integrations/gitlab/changelog/update-config-ocean-0-1-2.bump.md b/integrations/gitlab/changelog/update-config-ocean-0-1-2.bump.md deleted file mode 100644 index 7d314e4235..0000000000 --- a/integrations/gitlab/changelog/update-config-ocean-0-1-2.bump.md +++ /dev/null @@ -1 +0,0 @@ -changed the usage of the config according to ocean 0.1.2 \ No newline at end of file diff --git a/integrations/gitlab/poetry.lock b/integrations/gitlab/poetry.lock index 872450506d..b5c9f87565 100644 --- a/integrations/gitlab/poetry.lock +++ b/integrations/gitlab/poetry.lock @@ -742,13 +742,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.1.2rc3" +version = "0.1.2" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = ">=3.11,<4.0" files = [ - {file = "port_ocean-0.1.2rc3-py3-none-any.whl", hash = "sha256:e82937512697f612cfd1a77e2b51857c432b64d0c7373b81bb5d3e18294e03b6"}, - {file = "port_ocean-0.1.2rc3.tar.gz", hash = "sha256:bf80e878b47ab7f3b6365685b006988172975269a7866ba2424e90e128dfb127"}, + {file = "port_ocean-0.1.2-py3-none-any.whl", hash = "sha256:1fa323db88f64cf97afe34baa0b498f02c75d79ae9d7e82487258c81c65ecd79"}, + {file = "port_ocean-0.1.2.tar.gz", hash = "sha256:d1b94607b958e9fe027d55c8175d198172ebe2199aa66fce7f6886f67115fc1b"}, ] [package.dependencies] @@ -1339,4 +1339,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c9c687a85515a46912ae358df0b731530d431c8326167dda6c4286f1efa4faa1" +content-hash = "e5ae96e5d7a99b54f1fcad9b7d8fd5398c43068013094690a680a4f05f2041fa" diff --git a/integrations/gitlab/pyproject.toml b/integrations/gitlab/pyproject.toml index 16f806020e..f680280592 100644 --- a/integrations/gitlab/pyproject.toml +++ b/integrations/gitlab/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitlab" -version = "0.1.3" +version = "0.1.4" description = "Gitlab integration for Port using Port-Ocean Framework" authors = ["Yair Siman-Tov "] @@ -10,7 +10,7 @@ aiofiles = "^0.6.0" python-gitlab = "^3.14.0" pathlib = "^1.0.1" jsonschema = "^4.17.3" -port-ocean = {version = "0.1.2rc3", extras = ["cli"]} +port-ocean = {version = "0.1.2", extras = ["cli"]} [tool.poetry.group.dev.dependencies] pytest = "^7.2"