Skip to content

Commit

Permalink
Gitlab 0.1.4 (#40)
Browse files Browse the repository at this point in the history
upgraded gitlab
  • Loading branch information
yairsimantov20 authored Jul 27, 2023
1 parent d33a662 commit 59b6379
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion integrations/gitlab/.port/spec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: v0.1.3
version: v0.1.4
type: gitlab
description: Gitlab integration for Port Ocean
icon: GitLab
Expand Down
8 changes: 8 additions & 0 deletions integrations/gitlab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

<!-- towncrier release notes start -->

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)
==================

Expand Down

This file was deleted.

8 changes: 4 additions & 4 deletions integrations/gitlab/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions integrations/gitlab/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <yair@getport.io>"]

Expand All @@ -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"
Expand Down

0 comments on commit 59b6379

Please sign in to comment.