Skip to content

Commit 5604f7e

Browse files
authored
🐙 source-okta: run up-to-date pipeline [2024-08-31] (#44977)
1 parent 5fc74a5 commit 5604f7e

File tree

4 files changed

+25
-18
lines changed

4 files changed

+25
-18
lines changed

airbyte-integrations/connectors/source-okta/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ data:
1919
connectorSubtype: api
2020
connectorType: source
2121
definitionId: 1d4fdb25-64fc-4569-92da-fcdca79a8372
22-
dockerImageTag: 0.3.2
22+
dockerImageTag: 0.3.3
2323
dockerRepository: airbyte/source-okta
2424
githubIssueLabel: source-okta
2525
icon: icon.svg

airbyte-integrations/connectors/source-okta/poetry.lock

+22-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-okta/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.3.2"
6+
version = "0.3.3"
77
name = "source-okta"
88
description = "Source implementation for okta."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/okta.md

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ The connector is restricted by normal Okta [requests limitation](https://develop
8686

8787
| Version | Date | Pull Request | Subject |
8888
|:--------|:-----------|:---------------------------------------------------------|:-------------------------------------------------------------------------------|
89+
| 0.3.3 | 2024-08-31 | [44977](https://github.com/airbytehq/airbyte/pull/44977) | Update dependencies |
8990
| 0.3.2 | 2024-08-24 | [44741](https://github.com/airbytehq/airbyte/pull/44741) | Update dependencies |
9091
| 0.3.1 | 2024-08-17 | [44332](https://github.com/airbytehq/airbyte/pull/44332) | Update dependencies |
9192
| 0.3.0 | 2024-08-13 | [43382](https://github.com/airbytehq/airbyte/pull/43382) | Support OAuth 2.0 with private key |

0 commit comments

Comments
 (0)