Skip to content

Commit 78a4352

Browse files
authored
Merge pull request #45 from podtato-head/release-please--branches--main
chore(main): release 0.3.2
2 parents c1f1cfd + aaee84a commit 78a4352

6 files changed

Lines changed: 44 additions & 16 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.3.1"}
1+
{".":"0.3.2"}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [0.3.2](https://github.com/podtato-head/podtato-head-app/compare/v0.3.1...v0.3.2) (2023-04-12)
4+
5+
6+
### Features
7+
8+
* add NetworkPolicy to helm chart ([1afea86](https://github.com/podtato-head/podtato-head-app/commit/1afea86990db5edd5463ce1806288a6f381142e0))
9+
* add NetworkPolicy to manifest ([04b7cf1](https://github.com/podtato-head/podtato-head-app/commit/04b7cf16ecd5533cb8427a1c95434862615f6c9c))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** update module github.com/pterm/pterm to v0.12.56 ([04948ec](https://github.com/podtato-head/podtato-head-app/commit/04948ec072bc185f5dbe5ae00597c776d0a6fc6f))
15+
* **deps:** update module github.com/pterm/pterm to v0.12.57 ([0aca5d8](https://github.com/podtato-head/podtato-head-app/commit/0aca5d872bc718adf17d33d41f70dbcfd090478b))
16+
* **deps:** update module github.com/pterm/pterm to v0.12.58 ([6d7e20e](https://github.com/podtato-head/podtato-head-app/commit/6d7e20e698108b091db827f26521071c35857d8e))
17+
* description of right leg ([6f55df0](https://github.com/podtato-head/podtato-head-app/commit/6f55df0ba89fe179ea60a3867614ca74bd7238b8))
18+
* renovate config ([f4feb8d](https://github.com/podtato-head/podtato-head-app/commit/f4feb8d73e3bbf7fdf98eb7b00bdebc770c33cdd))
19+
* semantic pr scopes ([e59c3e3](https://github.com/podtato-head/podtato-head-app/commit/e59c3e3644a47ff3a02fa3f9a778944a8410f3e6))
20+
21+
22+
### Other
23+
24+
* **deps:** update amannn/action-semantic-pull-request action to v5.2.0 ([43a3dae](https://github.com/podtato-head/podtato-head-app/commit/43a3daeb302d86c01991dce101e9181d424a2c22))
25+
* **deps:** update anchore/sbom-action action to v0.13.4 ([84fe25c](https://github.com/podtato-head/podtato-head-app/commit/84fe25c8899093eb45a63db153cf8afa581949ca))
26+
* **deps:** update anchore/sbom-action action to v0.14.1 ([1869182](https://github.com/podtato-head/podtato-head-app/commit/18691825890c798bc84260e9cccd0826922df0e9))
27+
* **deps:** update golang docker tag to v1.20.3 ([99084d4](https://github.com/podtato-head/podtato-head-app/commit/99084d4e6dc111f588622c6e7028ce8f8679b4b1))
28+
* fix helm chart NOTES.txt ([31398e5](https://github.com/podtato-head/podtato-head-app/commit/31398e5bb2b665d337b3f26342ede8f072d3d4e6))
29+
* fix renaming of entry --> frontend ([58f1d0b](https://github.com/podtato-head/podtato-head-app/commit/58f1d0b8812a03ef63d61fe93d34ee446bba46a5))
30+
331
## [0.3.1](https://github.com/podtato-head/podtato-head-app/compare/v0.3.1...v0.3.1) (2023-03-16)
432

533

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Podtato-head is a cloud-native application built to colorfully demonstrate deliv
77
The Kubernetes manifest is located in the `deploy` folder. It can be deployed using `kubectl` or `kustomize`.
88

99
<!---x-release-please-start-version-->
10-
> ```kubectl apply -f https://github.com/podtato-head/podtato-head-app/releases/download/v0.3.1/manifest.yaml```
10+
> ```kubectl apply -f https://github.com/podtato-head/podtato-head-app/releases/download/v0.3.2/manifest.yaml```
1111
<!---x-release-please-end-->
1212
1313
### Helm Chart

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
name: podtato-head
33
description: Deploys the podtato-head app
4-
version: 0.3.1 # x-release-please-version
5-
appVersion: 0.3.1 # x-release-please-version
4+
version: 0.3.2 # x-release-please-version
5+
appVersion: 0.3.2 # x-release-please-version

chart/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,47 +11,47 @@ images:
1111

1212
# keep ports in sync with podtato-services/main/pkg/provider.go
1313
frontend:
14-
tag: "v0.3.1" #x-release-please-version
14+
tag: "v0.3.2" #x-release-please-version
1515
serviceType: ClusterIP
1616
servicePort: 8080
1717
replicaCount: 1
1818
env: []
1919
# - name: PODTATO_PART_NUMBER
2020
# value: "01"
2121
hat:
22-
tag: "v0.3.1" #x-release-please-version
22+
tag: "v0.3.2" #x-release-please-version
2323
serviceType: ClusterIP
2424
servicePort: 8080
2525
replicaCount: 1
2626
env: []
2727
# - name: PODTATO_PART_NUMBER
2828
# value: "01"
2929
leftLeg:
30-
tag: "v0.3.1" #x-release-please-version
30+
tag: "v0.3.2" #x-release-please-version
3131
serviceType: ClusterIP
3232
servicePort: 8080
3333
replicaCount: 1
3434
env: []
3535
# - name: PODTATO_PART_NUMBER
3636
# value: "01"
3737
leftArm:
38-
tag: "v0.3.1" #x-release-please-version
38+
tag: "v0.3.2" #x-release-please-version
3939
serviceType: ClusterIP
4040
servicePort: 8080
4141
replicaCount: 1
4242
env: []
4343
# - name: PODTATO_PART_NUMBER
4444
# value: "01"
4545
rightLeg:
46-
tag: "v0.3.1" #x-release-please-version
46+
tag: "v0.3.2" #x-release-please-version
4747
serviceType: ClusterIP
4848
servicePort: 8080
4949
replicaCount: 1
5050
env: []
5151
# - name: PODTATO_PART_NUMBER
5252
# value: "01"
5353
rightArm:
54-
tag: "v0.3.1" #x-release-please-version
54+
tag: "v0.3.2" #x-release-please-version
5555
serviceType: ClusterIP
5656
servicePort: 8080
5757
replicaCount: 1

deploy/manifest.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
spec:
2323
containers:
2424
- name: podtato-head-frontend
25-
image: ghcr.io/podtato-head/podtato-server:v0.3.1 #x-release-please-version
25+
image: ghcr.io/podtato-head/podtato-server:v0.3.2 #x-release-please-version
2626
resources:
2727
requests:
2828
memory: "32Mi"
@@ -77,7 +77,7 @@ spec:
7777
spec:
7878
containers:
7979
- name: podtato-head-left-arm
80-
image: ghcr.io/podtato-head/podtato-server:v0.3.1 #x-release-please-version
80+
image: ghcr.io/podtato-head/podtato-server:v0.3.2 #x-release-please-version
8181
resources:
8282
requests:
8383
memory: "32Mi"
@@ -123,7 +123,7 @@ spec:
123123
spec:
124124
containers:
125125
- name: podtato-head-right-arm
126-
image: ghcr.io/podtato-head/podtato-server:v0.3.1 #x-release-please-version
126+
image: ghcr.io/podtato-head/podtato-server:v0.3.2 #x-release-please-version
127127
resources:
128128
requests:
129129
memory: "32Mi"
@@ -169,7 +169,7 @@ spec:
169169
spec:
170170
containers:
171171
- name: podtato-head-left-leg
172-
image: ghcr.io/podtato-head/podtato-server:v0.3.1 #x-release-please-version
172+
image: ghcr.io/podtato-head/podtato-server:v0.3.2 #x-release-please-version
173173
resources:
174174
requests:
175175
memory: "32Mi"
@@ -215,7 +215,7 @@ spec:
215215
spec:
216216
containers:
217217
- name: podtato-head-right-leg
218-
image: ghcr.io/podtato-head/podtato-server:v0.3.1 #x-release-please-version
218+
image: ghcr.io/podtato-head/podtato-server:v0.3.2 #x-release-please-version
219219
resources:
220220
requests:
221221
memory: "32Mi"
@@ -261,7 +261,7 @@ spec:
261261
spec:
262262
containers:
263263
- name: podtato-head-hat
264-
image: ghcr.io/podtato-head/podtato-server:v0.3.1 #x-release-please-version
264+
image: ghcr.io/podtato-head/podtato-server:v0.3.2 #x-release-please-version
265265
resources:
266266
requests:
267267
memory: "32Mi"

0 commit comments

Comments
 (0)