Skip to content

Commit 42056f4

Browse files
onprem: 2.3.0 rc.2 release (#1238)
1 parent 4113913 commit 42056f4

File tree

7 files changed

+42
-43
lines changed

7 files changed

+42
-43
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## Notes
66

7-
## CI
7+
## PR Comments
88

9-
To trigger `onprem-ci` pipeline add `/test` comment in your PR
9+
Add the following comments to the PR:
10+
11+
`/test` - to trigger Onprem CI Build

.github/pr-branch-labeler.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,2 @@
1-
production:
2-
base: "production*"
3-
41
onprem:
52
base: "onprem*"
6-
7-
pre-prod:
8-
base: "non-prod-ue1-pre-prod*"
9-
10-
test-1:
11-
base: "non-prod-ue1-test-1*"
12-
13-
sandbox-1:
14-
base: "non-prod-ue1-sandbox-1*"
15-
16-
sandbox-2:
17-
base: "non-prod-ue1-sandbox-2*"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## Reference: https://github.com/amannn/action-semantic-pull-request
2+
name: PR title
3+
4+
on:
5+
pull_request:
6+
types:
7+
- opened
8+
- reopened
9+
- edited
10+
- synchronize
11+
branches:
12+
- onprem*
13+
14+
15+
jobs:
16+
validate-pr-title:
17+
runs-on: ubuntu-latest
18+
steps:
19+
20+
- uses: amannn/[email protected]
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
with:
24+
requireScope: false
25+
types: |
26+
onprem

codefresh/Chart.lock

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies:
4949
version: 1.16.11
5050
- name: cfsign
5151
repository: oci://quay.io/codefresh/charts
52-
version: 1.7.0
52+
version: 1.8.0
5353
- name: tasker-kubernetes
5454
repository: oci://quay.io/codefresh/charts
5555
version: 1.26.2
@@ -127,7 +127,7 @@ dependencies:
127127
version: 1.12.9
128128
- name: helm-repo-manager
129129
repository: oci://quay.io/codefresh/charts
130-
version: 0.13.4
130+
version: 0.14.0
131131
- name: hermes
132132
repository: oci://quay.io/codefresh/charts
133133
version: 0.21.8
@@ -139,21 +139,18 @@ dependencies:
139139
version: 0.8.5
140140
- name: cf-platform-analytics
141141
repository: oci://quay.io/codefresh/charts
142-
version: 0.49.32
142+
version: 0.49.33
143143
- name: cf-platform-analytics
144144
repository: oci://quay.io/codefresh/charts
145-
version: 0.49.32
145+
version: 0.49.33
146146
- name: argo-platform
147147
repository: oci://quay.io/codefresh/charts
148-
version: 1.2693.0
148+
version: 1.2699.0
149149
- name: argo-hub-platform
150150
repository: oci://quay.io/codefresh/charts
151151
version: 0.1.11
152-
- name: codefresh-tunnel-server
153-
repository: oci://quay.io/codefresh/charts
154-
version: 0.1.16
155152
- name: cf-oidc-provider
156153
repository: oci://quay.io/codefresh/charts
157154
version: 0.0.14
158-
digest: sha256:63c7d17e7e238fc3a7229308a3c51252828cd5aff7047eac1abd8327a931dda2
159-
generated: "2024-03-13T11:36:16.068083886+03:00"
155+
digest: sha256:838c5ac5f30d0e4112ed51e7f09dd54642ec0a2691a3086803a26ffa98f351c6
156+
generated: "2024-03-13T20:45:09.460454743+03:00"

codefresh/Chart.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: Helm Chart for Codefresh On-Prem
33
name: codefresh
4-
version: 2.3.0-rc.1
4+
version: 2.3.0-rc.2
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -17,7 +17,7 @@ annotations:
1717
artifacthub.io/prerelease: "true"
1818
artifacthub.io/changes: |
1919
- kind: changed
20-
description: Initial 2.3.0-rc.1 pre-release
20+
description: Initial 2.3.0-rc.2 pre-release. Security updates
2121
dependencies:
2222
- name: cf-common
2323
repository: oci://quay.io/codefresh/charts
@@ -237,10 +237,6 @@ dependencies:
237237
version: "*"
238238
repository: oci://quay.io/codefresh/charts
239239
condition: argo-platform.enabled
240-
- name: codefresh-tunnel-server
241-
version: "*"
242-
repository: oci://quay.io/codefresh/charts
243-
condition: codefresh-tunnel-server.enabled
244240
- name: cf-oidc-provider
245241
repository: oci://quay.io/codefresh/charts
246242
version: "*"

codefresh/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh On-Premises
22

3-
![Version: 2.3.0-rc.1](https://img.shields.io/badge/Version-2.3.0--rc.1-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square)
3+
![Version: 2.3.0-rc.2](https://img.shields.io/badge/Version-2.3.0--rc.2-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square)
44

55
Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.
66

@@ -2008,7 +2008,6 @@ kubectl -n $NAMESPACE delete secret codefresh-certs-server
20082008
| charts-manager | object | See below | charts-manager |
20092009
| ci.enabled | bool | `false` | |
20102010
| cluster-providers | object | See below | cluster-providers |
2011-
| codefresh-tunnel-server | object | See below | codefresh-tunnel-server Don't enable! Not supported at the moment. |
20122011
| consul | object | See below | consul Ref: https://github.com/bitnami/charts/blob/main/bitnami/consul/values.yaml |
20132012
| context-manager | object | See below | context-manager |
20142013
| cronus | object | See below | cronus |

codefresh/values.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gencerts:
1414
image:
1515
registry: quay.io
1616
repository: codefresh/kubectl
17-
tag: 1.28.4
17+
tag: 1.29.2
1818
rbac:
1919
enabled: true
2020
ttlSecondsAfterFinished: 300
@@ -762,7 +762,7 @@ cfsign:
762762
image:
763763
registry: quay.io
764764
repository: codefresh/curl
765-
tag: 8.4.0
765+
tag: 8.5.0
766766
affinity: {}
767767
nodeSelector: {}
768768
podSecurityContext: {}
@@ -1812,12 +1812,6 @@ cf-oidc-provider:
18121812
- path: /
18131813
tls: []
18141814

1815-
# -- codefresh-tunnel-server
1816-
# @default -- See below
1817-
# Don't enable! Not supported at the moment.
1818-
codefresh-tunnel-server:
1819-
enabled: false
1820-
18211815
# -- DEPRECATED - Use `.imageCredentials` instead
18221816
# dockerconfig (for `kcfi` tool backward compatibility) for Image Pull Secret. Obtain GCR Service Account JSON (sa.json) at [email protected]
18231817
# ```shell

0 commit comments

Comments
 (0)