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

Commit292422b

Browse files
committed
Add symlink to changelog
Testing with symlink to changelog
1 parent030ebef commit292422b

File tree

3 files changed

+23
-21
lines changed

3 files changed

+23
-21
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title:"Codefresh GitOps Cloud Release Notes"
3+
description:"New features, enhancements, bug fixes for GitOps Cloud"
4+
toc:true
5+
---
6+
7+
This page gives you the complete list of release notes for our GitOps Cloud releases.
8+
If you missed any of our previous online announcements, you can find the latest features, enhancements, and bug fixes, right here.
9+
10+
{% assign posts_by_year = site.posts-gitops | group_by_exp: "post", "post.date | date: '%Y'" %}
11+
{% for year in posts_by_year %}
12+
<h2>{{ year.name }}</h2>
13+
<ul>
14+
{% for post in year.items %}
15+
<li>
16+
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
17+
</li>
18+
{% endfor %}
19+
</ul>
20+
{% endfor %}

‎_gitops/whats-new/changelog.md‎

Lines changed: 0 additions & 20 deletions
This file was deleted.

‎_gitops/whats-new/changelog.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_docs/whats-new/changelog.md

‎assets/js/src/argohub-redirect-mapping.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,6 @@
118118
"/docs/installation/gitops/runtime-install-ingress-service-mesh-access-mode/":"/gitops/gitops-runtimes/runtime-install-ingress-service-mesh-access-mode/",
119119
"/docs/promotions/getting-started/":"/gitops/promotions/getting-started/",
120120
"/docs/installation/gitops/runtime-troubleshooting/":"/gitops/gitops-runtimes/runtime-troubleshooting/",
121-
"/docs/products/promotion-concurrency/":"/gitops/products/promotion-concurrency/"
121+
"/docs/products/promotion-concurrency/":"/gitops/products/promotion-concurrency/",
122+
"/docs/whats-new/changelog/":"/gitops/whats-new/changelog/"
122123
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp