Skip to content

Commit

Permalink
Add Foundry Product Type (#1703)
Browse files Browse the repository at this point in the history
* Add Foundry Product

* Add generated changelog entries

* Update pr-1703.v2.yml

---------

Co-authored-by: svc-changelog <svc-changelog@palantir.com>
  • Loading branch information
jakobjuelich and svc-changelog authored Sep 26, 2024
1 parent d368793 commit d4e3538
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/@unreleased/pr-1703.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: improvement
improvement:
description: Added the `FOUNDRY_PRODUCT_V1` `ProductType`.
links:
- https://github.com/palantir/sls-packaging/pull/1703
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ public enum ProductType {

@JsonProperty("helm-chart.v1")
HELM_CHART_V1,

@JsonProperty("foundry-product.v1")
FOUNDRY_PRODUCT_V1,
}

0 comments on commit d4e3538

Please sign in to comment.