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

Commitb07556c

Browse files
committed
Update navbar page with what's new
Added what's new entry to navbar
1 parent4d53d22 commitb07556c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

‎_includes/argohub-docs-navbar.html‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
<liclass="nav-item">
2828
<aclass="nav-link"href="https://gitops-graphql-docs.codefresh.io/introduction/welcome"onclick="ga('send', 'event', 'Navbar', 'Docs links', 'Open API Swagger');"target="_blank"rel="noopener">API</a>
2929
</li>
30-
30+
<liclass="nav-item">
31+
<aclass="nav-link"href="{{ site.baseurl }}/docs/whats-new/changelog/"onclick="ga('send', 'event', 'Navbar', 'Docs links', 'Open Changelog');">What's New</a>
32+
</li>
3133

3234

3335
</ul>

‎_posts/2025-03-31-march-release-notes.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: "Release Notes for Codefresh Pipelines and GitOps"
44
---
55
##Features & enhancements
66

7+
8+
{% if page.collection == site.gitops_collection %}
79
###GitOps: Bring your own Argo CD
810

911
We’ve made it easy to connect existing Argo CD infrastructure with GitOps Cloud.
@@ -59,9 +61,9 @@ Configuration steps are clearly defined, making the set up process easy to compl
5961
***Define Git credentials**, with the option to use the same token for both the Runtime and user authentication. Required scopes are detailed to ensure the correct permissions.
6062
***Configure as an Argo CD Application** to take full advantage of GitOps.
6163
***Add a Git source** to the Runtime so you’re ready to create applications.
64+
{% endif %}
6265

63-
{% if page.collection == "posts" %}
64-
66+
{% if page.collection != site.gitops_collection %}
6567
###Pipelines: Easily add secret variables
6668

6769
We've introduced a simpler and more secure way to add secret variables in your pipelines, making it faster and safer to manage sensitive data. Before this update, adding a secret required creating a standard variable, temporarily exposing the value, and manually encrypting it, increasing the risk of accidental exposure.
@@ -101,7 +103,7 @@ For details, see [Order of precedence for user-defined variables]({{site.baseurl
101103

102104
##Bug fixes
103105

104-
{% if page.collection== "posts" %}
106+
{% if page.collection!= site.gitops_collection %}
105107

106108
#####Pipelines
107109

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp