Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply Ocean version 0.12.1 to all integrations #1060

Merged
merged 28 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
fae27c1
Bumped ocean version to ^0.12.1 for argocd
actions-user Oct 1, 2024
ecef521
Bumped ocean version to ^0.12.1 for aws
actions-user Oct 1, 2024
554c2e0
Bumped ocean version to ^0.12.1 for azure
actions-user Oct 1, 2024
e5b3d9e
Bumped ocean version to ^0.12.1 for azure-devops
actions-user Oct 1, 2024
fd8c34d
Bumped ocean version to ^0.12.1 for datadog
actions-user Oct 1, 2024
21eb406
Bumped ocean version to ^0.12.1 for dynatrace
actions-user Oct 1, 2024
b2e8360
Bumped ocean version to ^0.12.1 for fake-integration
actions-user Oct 1, 2024
00df659
Bumped ocean version to ^0.12.1 for firehydrant
actions-user Oct 1, 2024
8140f7e
Bumped ocean version to ^0.12.1 for gcp
actions-user Oct 1, 2024
f144f15
Bumped ocean version to ^0.12.1 for gitlab
actions-user Oct 1, 2024
78dd265
Bumped ocean version to ^0.12.1 for jenkins
actions-user Oct 1, 2024
f808e14
Bumped ocean version to ^0.12.1 for jira
actions-user Oct 1, 2024
fc5807b
Bumped ocean version to ^0.12.1 for kafka
actions-user Oct 1, 2024
87046ab
Bumped ocean version to ^0.12.1 for kubecost
actions-user Oct 1, 2024
6e3c573
Bumped ocean version to ^0.12.1 for launchdarkly
actions-user Oct 1, 2024
c1ec9ab
Bumped ocean version to ^0.12.1 for linear
actions-user Oct 1, 2024
5b68ad9
Bumped ocean version to ^0.12.1 for newrelic
actions-user Oct 1, 2024
36f77ed
Bumped ocean version to ^0.12.1 for octopus
actions-user Oct 1, 2024
8de38f2
Bumped ocean version to ^0.12.1 for opencost
actions-user Oct 1, 2024
05ec81e
Bumped ocean version to ^0.12.1 for opsgenie
actions-user Oct 1, 2024
ebd5e04
Bumped ocean version to ^0.12.1 for pagerduty
actions-user Oct 1, 2024
a63437e
Bumped ocean version to ^0.12.1 for sentry
actions-user Oct 1, 2024
6fd554d
Bumped ocean version to ^0.12.1 for servicenow
actions-user Oct 1, 2024
4a37b00
Bumped ocean version to ^0.12.1 for snyk
actions-user Oct 1, 2024
696c769
Bumped ocean version to ^0.12.1 for sonarqube
actions-user Oct 1, 2024
4182355
Bumped ocean version to ^0.12.1 for statuspage
actions-user Oct 1, 2024
a852261
Bumped ocean version to ^0.12.1 for terraform-cloud
actions-user Oct 1, 2024
4a9cf1c
Bumped ocean version to ^0.12.1 for wiz
actions-user Oct 1, 2024
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
Prev Previous commit
Next Next commit
Bumped ocean version to ^0.12.1 for azure-devops
  • Loading branch information
actions-user committed Oct 1, 2024
commit e5b3d9e10e0b407c6bf900c1a5e219d3545a4bb8
8 changes: 8 additions & 0 deletions integrations/azure-devops/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## 0.1.71 (2024-10-01)


### Improvements

- Bumped ocean version to ^0.12.1


## 0.1.70 (2024-09-29)


Expand Down
8 changes: 4 additions & 4 deletions integrations/azure-devops/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/azure-devops/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "azure-devops"
version = "0.1.70"
version = "0.1.71"
description = "An Azure Devops Ocean integration"
authors = ["Matan Geva <matang@getport.io>"]

[tool.poetry.dependencies]
python = "^3.11"
port_ocean = {version = "^0.11.0", extras = ["cli"]}
port_ocean = {version = "^0.12.1", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# Uncomment this if you want to debug the ocean core together with your integration
Expand Down