Skip to content

Commit

Permalink
[Integration][Amplication] Add saas installation support (#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch authored Feb 24, 2025
1 parent d84a833 commit 6f64fe8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 2 additions & 0 deletions integrations/amplication/.port/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ features:
- kind: amplication_template
- kind: amplication_resource
- kind: amplication_alert
saas:
enabled: true
configurations:
- name: amplicationHost
required: false
Expand Down
16 changes: 7 additions & 9 deletions integrations/amplication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
## 0.1.1-beta (2025-02-24)


### Improvements

- Bumped ocean version to ^0.20.3


# Changelog - Ocean - amplication

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.0-beta (2025-01-26)
## 0.1.1 (2025-02-24)

### Features

- Add saas configuration to the integration

## 0.1.0-beta (2025-02-24)

### Features

Expand Down
2 changes: 1 addition & 1 deletion integrations/amplication/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "amplication"
version = "0.1.1-beta"
version = "0.1.1"
description = "Allowing Amplication users to integrate with Port"
authors = ["Itai Nathaniel <itai@amplication.com>"]

Expand Down

0 comments on commit 6f64fe8

Please sign in to comment.