Skip to content

Release 0.7.2 #214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6a24518
bump version to 0.7.2
kim-codefresh May 30, 2024
7ec0743
update app-proxy to 1.2852.2
kim-codefresh May 30, 2024
12ce72b
generated docs
kim-codefresh May 30, 2024
6c6f9de
app-proxy with new query promotablePropertiesPreview
oleksandr-codefresh Jun 4, 2024
704d10c
Merge pull request #215 from codefresh-io/CR-23690-promotable-propert…
oleksandr-codefresh Jun 4, 2024
4ce9c14
removed promotion-related notifications from argocd-notifications-con…
ATGardner Jun 5, 2024
f27f10e
Updated gitops-operator chart to 1.0.19
ATGardner Jun 6, 2024
2710d2c
updated app-proxy to `1.2875.0`
ATGardner Jun 6, 2024
48ac23e
Merge pull request #217 from codefresh-io/bump-gitops-operator
ATGardner Jun 6, 2024
15137e9
Switch gitops operator to library mode and set ArgoCD image and work…
ilia-medvedev-codefresh Jun 6, 2024
1e39c3d
resolve conflicts in tests
ilia-medvedev-codefresh Jun 6, 2024
a60ba30
update tunnel client (#221)
ilia-medvedev-codefresh Jun 8, 2024
327737a
bump operator: fix infinite loop in case of suspend when getting a re…
kim-codefresh Jun 10, 2024
c309e26
update desc
kim-codefresh Jun 10, 2024
230e59b
Merge pull request #222 from codefresh-io/bump-operator-1.0.22
kim-codefresh Jun 10, 2024
9695102
upd
oleksandr-codefresh Jun 12, 2024
cc1389f
upgrade codefresh-gitops-operator to 1.0.23
eti-codefresh Jun 16, 2024
dfd473d
Merge pull request #224 from codefresh-io/fix-wrapper-workflow
eti-codefresh Jun 16, 2024
c3beed6
feat: upgrade codefresh-gitops-operator to 1.0.24
danielm-codefresh Jun 17, 2024
184806e
Merge pull request #225 from codefresh-io/danielm-codefresh-patch-1
danielm-codefresh Jun 17, 2024
01a0651
Merge branch 'release-0.7.2' of github.com:codefresh-io/gitops-runtim…
oleksandr-codefresh Jun 17, 2024
659f198
feat: update argo-cd to 6.7.18-4-cap-2.10-2024.6.17-77e06d0f6 with v2…
oleksandr-codefresh Jun 17, 2024
df2cd1b
Merge pull request #223 from codefresh-io/CR-test-cert-changes
oleksandr-codefresh Jun 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ annotations:
- kind: changed
description: "update codefresh-gitops-operator chart to 1.0.17 to allow missing promotion flow label"
- kind: changed
description: "updated cap-app-proxy to 1.2852.2, including skipping PAT scopes permissions validations for git providers: BitBucket, BitBucket Server and GitLab"
description: "updated cap-app-proxy to 1.2867.0, including skipping PAT scopes permissions validations for git providers: BitBucket, BitBucket Server and GitLab; new query promotablePropertiesPreview"
- kind: added
description: garage as optional dependency for Argo workflows artifact and log storage
- kind: fixed
Expand Down
4 changes: 2 additions & 2 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -494,15 +494,15 @@ app-proxy:
tag: 1.1.10-main
image:
repository: quay.io/codefresh/cap-app-proxy
tag: 1.2852.2
tag: 1.2867.0
pullPolicy: IfNotPresent
# -- Extra volume mounts for main container
extraVolumeMounts: []

initContainer:
image:
repository: quay.io/codefresh/cap-app-proxy-init
tag: 1.2852.2
tag: 1.2867.0
pullPolicy: IfNotPresent
command:
- ./init.sh
Expand Down