Skip to content

Commit

Permalink
Added kubecost & opencost icons (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 authored Oct 29, 2023
1 parent 68fae01 commit 4f469bd
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 7 deletions.
4 changes: 2 additions & 2 deletions integrations/kubecost/.port/resources/blueprints.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"identifier": "kubecostResourceAllocation",
"description": "This blueprint represents an Kubecost resource allocation in our software catalog",
"title": "Kubecost Resource Allocation",
"icon": "Cluster",
"icon": "Kubecost",
"schema": {
"properties": {
"cluster": {
Expand Down Expand Up @@ -99,7 +99,7 @@
"identifier": "kubecostCloudAllocation",
"description": "This blueprint represents an Kubecost cloud resource allocation in our software catalog",
"title": "Kubecost Cloud Allocation",
"icon": "Cluster",
"icon": "Kubecost",
"schema": {
"properties": {
"provider": {
Expand Down
2 changes: 1 addition & 1 deletion integrations/kubecost/.port/spec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type: kubecost
description: kubecost integration for Port Ocean
icon: Cluster
icon: Kubecost
features:
- type: exporter
section: Cloud Cost
Expand Down
7 changes: 7 additions & 0 deletions integrations/kubecost/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

# Port_Ocean 0.1.2 (2023-10-29)

### Improvements

- Updated integration & blueprint icons to Kubecost icon (PORT-5063)


# Port_Ocean 0.1.1 (2023-10-26)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/kubecost/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kubecost"
version = "0.1.1"
version = "0.1.2"
description = "Kubecost integration powered by Ocean"
authors = ["Isaac Coffie <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion integrations/opencost/.port/resources/blueprints.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"identifier": "openCostResourceAllocation",
"description": "This blueprint represents an OpenCost resource allocation in our software catalog",
"title": "OpenCost Resource Allocation",
"icon": "Cluster",
"icon": "Opencost",
"schema": {
"properties": {
"cluster": {
Expand Down
2 changes: 1 addition & 1 deletion integrations/opencost/.port/spec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type: opencost
description: OpenCost integration for Port Ocean
icon: Cluster
icon: Opencost
features:
- type: exporter
section: Cloud Cost
Expand Down
6 changes: 6 additions & 0 deletions integrations/opencost/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

# Port_Ocean 0.1.2 (2023-10-29)

### Improvements

- Updated integration & blueprint icons to Opencost icon (PORT-5063)

# OpenCost 0.1.1 (2023-10-11)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion integrations/opencost/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opencost"
version = "0.1.1"
version = "0.1.2"
description = "Ocean integration for OpenCost"
authors = ["Isaac Coffie <[email protected]>"]

Expand Down

0 comments on commit 4f469bd

Please sign in to comment.