Skip to content

Commit

Permalink
v0.1.3 (#45)
Browse files Browse the repository at this point in the history
* change logs

* Update CHANGELOG.md

Co-authored-by: Mor Paz <1912.mor@gmail.com>

---------

Co-authored-by: Mor Paz <1912.mor@gmail.com>
  • Loading branch information
yairsimantov20 and MPTG94 authored Aug 2, 2023
1 parent 70416bd commit 77c3942
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
8 changes: 8 additions & 0 deletions 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.3 (2023-08-02)
==================

### Bug Fixes

- Fixed an issue preventing the setup of an integration with config values passed exclusively as environment variables. This fix also enables the option to deploy an integration to AWS ECS using Terraform (PORT-4379)


0.1.2 (2023-07-27)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog/PORT-4379.bugfix.md

This file was deleted.

2 changes: 1 addition & 1 deletion deployment/terraform/aws/ecs/examples/gitlab/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "ocean_integration" {
source = "../.."
source = "github.com/port-labs/Port-Ocean/deployment/terraform/aws/ecs"
cluster_name = "my-ecs-cluster"
vpc_id = "vpc-12345678"
subnets = [
Expand Down
3 changes: 0 additions & 3 deletions deployment/terraform/aws/ecs/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ terraform {
}
}
}

provider "env" {
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "port-ocean"
version = "0.1.2"
version = "0.1.3"
description = "Port Ocean is a CLI tool for managing your Port projects."
readme = "README.md"
homepage = "https://app.getport.io"
Expand Down

0 comments on commit 77c3942

Please sign in to comment.