Skip to content

Commit e43c328

Browse files
authored
Bump to v0.3.2 (#192)
* Bumped ocean version to 0.3.2 * Bumped ocean version to 0.3.2 * Bumped ocean version to 0.3.2 * Bumped ocean version to 0.3.2 * Bumped ocean version to 0.3.2 * Bumped ocean version to 0.3.2 * Bumped ocean version to 0.3.2 * Bumped ocean version to 0.3.2 * Bumped ocean version to 0.3.2 * Bumped ocean version to 0.3.2 * Bumped ocean version to 0.3.2 * Bumped ocean version to 0.3.2 * Bumped ocean version to 0.3.2 * Bumped version for all integration to use 0.3.2 * Bumped ocean version to 0.3.2 * Bumped ocean version to 0.3.2 * Added to makefile * Remove unused fragments * Remove unused fragments * CR fixes
1 parent 4150f5b commit e43c328

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+210
-344
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,8 @@ clean:
114114
rm -rf htmlcov
115115
rm -rf .tox/
116116
rm -rf docs/_build
117-
rm -rf dist/
117+
rm -rf dist/
118+
119+
# make bump/integrations VERSION=0.3.2
120+
bump/integrations:
121+
./scripts/bump-all.sh $(VERSION)

integrations/azure/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
<!-- towncrier release notes start -->
8+
0.1.8 (2023-10-29)
9+
10+
### Improvements
11+
12+
- Bumped ocean version to 0.3.2 (#1)
13+
914

1015
0.1.7 (2023-09-27)
1116

integrations/azure/poetry.lock

Lines changed: 6 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/azure/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "azure"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "Azure integration"
55
authors = ["Tom Tankilevitch <[email protected]>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.11"
9-
port_ocean = {version = "0.3.1", extras = ["cli"]}
9+
port_ocean = {version = "^0.3.2", extras = ["cli"]}
1010
# due to patching the azure-mgmt-resource package, we need to use a specific version
1111
azure-mgmt-resource = "23.0.1"
1212
azure-identity = "^1.13.0"

integrations/firehydrant/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- towncrier release notes start -->
99

10+
# Port_Ocean 0.1.2 (2023-10-29)
11+
12+
### Improvements
13+
14+
- Bumped ocean version to 0.3.2 (#1)
15+
16+
1017
# Port_Ocean 0.1.1 (2023-09-27)
1118

1219
### Improvements

0 commit comments

Comments
 (0)