Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit269f25d

Browse files
authored
Release notes aug 25 (#1365)
* First draft of release notes + promotion changes* includ removing hookls* Fixed pats* fixed isc spelling* trying to build again* another go* testing changing to yellow* Added "promotion in development" to multiple pages* added namespace scope installation* fixed symlink and bash scripts* checking image enrichment note* Added early access for integrations in GitOps* fixed 0.24 > or later* updated release notes according to Laurent's feedback* Made some fine fixes
1 parent52d6037 commit269f25d

File tree

47 files changed

+419
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+419
-52
lines changed

‎_data/argohub-nav.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@
7272
-title:Install GitOps Runtime with existing Argo CD
7373
url:"/runtime-install-with-existing-argo-cd"
7474
-title:Install GitOps Runtime with new Argo CD
75-
url:"/runtime-install-with-new-argo-cd"
75+
url:"/runtime-install-with-new-argo-cd"
76+
-title:Install GitOps Runtime in namespace scope
77+
url:"/runtime-install-namespace-scope"
7678
-title:Configure GitOps Runtime
7779
url:"/runtime-configuration"
7880
-title:Troubleshoot installation

‎_data/nav.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,6 @@
439439
url:"/promotion-policy"
440440
-title:Promotion Workflows
441441
url:"/promotion-workflow"
442-
-title:Promotion hooks
443-
url:"/promotion-hooks"
444442
-title:Service accounts for Promotion Workflows
445443
url:"/service-accounts-promotion-workflows"
446444
-title:Promotion contexts in promotion hooks
@@ -621,6 +619,8 @@
621619
url:"/runtime-install-with-existing-argo-cd"
622620
-title:Install GitOps Runtime with new Argo CD
623621
url:"/runtime-install-with-new-argo-cd"
622+
-title:Install GitOps Runtime in namespace scope
623+
url:"/runtime-install-namespace-scope"
624624
-title:Troubleshoot installation
625625
url:"/runtime-troubleshooting"
626626
-title:On-premises GitOps Runtime

‎_docs/administration/user-self-management/manage-pats.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ max-width="70%"
154154
1. Define the following:
155155
* Token name
156156
* Expiration date
157-
* Select scope:`repo`
157+
* Select scopes:
158+
*`repo`
159+
*`admin:repo_hook`
158160

159161
{%
160162
include

‎_docs/gitops-integrations/ci-argument-reference.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ group: gitops-integrations
55
sub_group:ci-integrations
66
toc:true
77
---
8+
{% if page.collection == site.gitops_collection %}
9+
>**Early Access**
10+
This feature is available upon request through our Early Access Program. As it is still in development, you may encounter occasional bugs or limitations.
11+
{% endif %}
812

913
##CI integrations: Complete argument reference
1014
The table describes_all_ the arguments required for CI integrations in general. The actual arguments required, differs according to the specific CI integration tool.

‎_docs/gitops-integrations/ci-integrations.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ group: gitops-integrations
55
toc:true
66
---
77

8+
{% if page.collection == site.gitops_collection %}
9+
>**Early Access**
10+
This feature is available upon request through our Early Access Program. As it is still in development, you may encounter occasional bugs or limitations.
11+
{% endif %}
12+
813
##Codefresh GitOps with CI solutions
914

1015
With Codefresh GitOps, you can integrate not only with Codefresh CI but also with other popular Continuous Integration (CI) solutions.

‎_docs/gitops-integrations/ci-integrations/codefresh-classic.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ group: gitops-integrations
55
toc:true
66
---
77

8+
{% if page.collection == site.gitops_collection %}
9+
>**Early Access**
10+
This feature is available upon request through our Early Access Program. As it is still in development, you may encounter occasional bugs or limitations.
11+
{% endif %}
812

913
If Codefresh Pipelines is your CI tool, you can integrate it with GitOps for streamlined deployment, image enrichment, and reporting. This integration allows you to leverage Codefresh Pipelines for CI tasks—such as building, testing, and scanning code—while using GitOps for managing deployments and tracking enriched image metadata.
1014

‎_docs/gitops-integrations/ci-integrations/github-actions.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ sub_group: ci-integrations
66
toc:true
77
---
88

9+
{% if page.collection == site.gitops_collection %}
10+
>**Early Access**
11+
This feature is available upon request through our Early Access Program. As it is still in development, you may encounter occasional bugs or limitations.
12+
{% endif %}
13+
914
If GitHub Actions is your CI tool, you can integrate it with GitOps for streamlined deployment, image enrichment, and reporting. This integration allows you to leverage GitHub Actions for CI tasks—such as building, testing, and scanning code—while using GitOps for managing deployments and tracking enriched image metadata.
1015

1116
Connecting a GitHub Action, adds the CI information to images which are displayed in the Images dashboard, as in the example below.

‎_docs/gitops-integrations/ci-integrations/jenkins.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ sub_group: ci-integrations
66
toc:true
77
---
88

9+
{% if page.collection == site.gitops_collection %}
10+
>**Early Access**
11+
This feature is available upon request through our Early Access Program. As it is still in development, you may encounter occasional bugs or limitations.
12+
{% endif %}
913

1014
If Jenkins is your CI tool, you can integrate it with GitOps for streamlined deployment, image enrichment, and reporting. This integration allows you to leverage Jenkins for CI tasks—such as building, testing, and scanning code—while using GitOps for managing deployments and tracking enriched image metadata.
1115

‎_docs/gitops-integrations/container-registries.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ group: gitops-integrations
55
toc:true
66
---
77

8+
{% if page.collection == site.gitops_collection %}
9+
>**Early Access**
10+
This feature is available upon request through our Early Access Program. As it is still in development, you may encounter occasional bugs or limitations.
11+
{% endif %}
12+
813
Codefresh supports integration with popular container registries, including Docker Hub, JFrog Artifactory, and others, enabling seamless management of container images in GitOps workflows.
914

1015
By adding a container registry integration in Codefresh, you can reference it by name in third-party CI tools like GitHub Actions or Codefresh Pipelines, rather than using explicit credentials. This simplifies your workflow and enhances security.

‎_docs/gitops-integrations/container-registries/amazon-ecr.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ sub_group: container-registries
66
toc:true
77
---
88

9+
{% if page.collection == site.gitops_collection %}
10+
>**Early Access**
11+
This feature is available upon request through our Early Access Program. As it is still in development, you may encounter occasional bugs or limitations.
12+
{% endif %}
13+
914
Codefresh offers native support for interacting with Amazon ECR (Elastic Container Registry), enabling you to push, pull, and deploy container images seamlessly.
1015
For general information on container registry integrations for GitOps, see[Container registry GitOps integrations]({{site.baseurl}}/docs/gitops-integrations/container-registries/).
1116

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp