- Notifications
You must be signed in to change notification settings - Fork165
GitOps Change Log with RSS Feed#1294
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
17 commits Select commitHold shift + click to select a range
208de45 first test of new feed
ThatAmatoGuydbffaa8 Add what's new to argohub nav
NimRegev2276c7d Update changelog.md
NimRegev73f2044 Filtered content based on collection
ThatAmatoGuy4d53d22 updated URLs for posts
ThatAmatoGuyb07556c Update navbar page with what's new
NimRegev030ebef Update argohub-docs-navbar.html
NimRegev292422b Add symlink to changelog
NimRegev78aa8e0 remove new changelog file
NimRegevfb65e51 add link to RSS Feed for gitops
ThatAmatoGuyee2bcc9 updated layout and posts
ThatAmatoGuyfd05e79 Update 2025-03-31-march-release-notes.md
NimRegev40d8b92 Delete 2025-03-31-march-release-notes.md
NimRegev5e6a687 Merge branch 'master' into gitops-changelog
NimRegevb2b180d Create 2025-04-30-april-release-notes.md
NimRegev311f051 Update changelog.md
NimRegev4ce1d83 Archive legacy release notes
NimRegevFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| --- | ||
| title: "Codefresh GitOps Cloud Release Notes" | ||
| description: "New features, enhancements, bug fixes for GitOps Cloud" | ||
| toc: true | ||
| --- | ||
| This page gives you the complete list of release notes for our GitOps Cloud releases. | ||
| If you missed any of our previous online announcements, you can find the latest features, enhancements, and bug fixes, right here. | ||
| > To subscribe to an RSS / Atom feed for our SaaS release notes, please [click here]({{ site.baseurl }}/changelog/gitops.xml). | ||
| {% assign posts_by_year = site.posts-gitops | group_by_exp: "post", "post.date | date: '%Y'" %} | ||
| {% for year in posts_by_year %} | ||
| <h2>{{ year.name }}</h2> | ||
| <ul> | ||
| {% for post in year.items %} | ||
| <li> | ||
| <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a> | ||
| </li> | ||
| {% endfor %} | ||
| </ul> | ||
| {% endfor %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../_posts/2025-04-30-april-release-notes.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,104 +1,114 @@ | ||
| --- | ||
| title: "Release Notes: March 2025" | ||
| description: "" | ||
| --- | ||
| ## Features & enhancements | ||
| ### GitOps: Bring your own Argo CD | ||
| We’ve made it easy to connect existing Argo CD infrastructure with GitOps Cloud. | ||
| The agent lets you bring your own Argo CD instance, which works in plug-and-play mode. You install it in minutes, and if you change your mind you can also remove it without affecting your existing Argo CD instance. | ||
| {% include | ||
| image.html | ||
| lightbox="true" | ||
| file="/images/whats-new/mar25/runtime-install-wizard-existing-argo-cd.png" | ||
| url="/images/whats-new/mar25/runtime-install-wizard-existing-argo-cd.png" | ||
| alt="Installing GitOps Runtime connecting to existing Argo CD" | ||
| caption="Installing GitOps Runtime connecting to existing Argo CD" | ||
| max-width="60%" | ||
| %} | ||
| If you don’t want to bring your own Argo CD instance, that’s no problem. You can still choose the GitOps Runtime to manage all Argo services in one bundle with our easy installation process. | ||
| For details, see [Installing Runtime with existing Argo CD]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-existing-argo-cd/). | ||
| ### GitOps: Simplified Runtime installation with the installation wizard | ||
| Our new installation wizard, designed for ease of use and maximum visibility into every step, makes installing a GitOps Runtime simple, intuitive, and quick. | ||
| {% include | ||
| image.html | ||
| lightbox="true" | ||
| file="/images/whats-new/mar25/runtime-install-wizard-new-argo-cd.png" | ||
| url="/images/whats-new/mar25/runtime-install-wizard-new-argo-cd.png" | ||
| alt="New Runtime installation wizard" | ||
| caption="New Runtime installation wizard" | ||
| max-width="60%" | ||
| %} | ||
| ##### Key features | ||
| * **Installation and configuration** steps are clearly defined, so you can complete the entire setup from the same location. | ||
| * **Guided experience** that walks you through each step. | ||
| * **Inline parameter descriptions** so you always know what to define. | ||
| * **Automatic progress saving** so you can stop anytime and resume exactly where you left off. | ||
| ##### Installation | ||
| Install a Runtime in three simple steps: | ||
| * Define a repository in your Git provider account to store shared configuration settings. | ||
| * Review and define installation parameters, which are automatically populated in the install command. | ||
| * Run the install command in your terminal. | ||
| ##### Configuration | ||
| Configuration steps are clearly defined, making the setup process easy to complete. | ||
| * **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. | ||
| * **Configure as an Argo CD Application** to take full advantage of GitOps. | ||
| * **Add a Git source** to the Runtime so you’re ready to create applications. | ||
| {% if page.collection == "posts" %} | ||
| ### Pipelines: Easily add secret variables | ||
| 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. | ||
| With this update, you can define a secret variable upfront, so it's automatically encrypted from the start. Now, when clicking "Add", you can create a regular variable or secret variable directly in the UI. | ||
| {% include | ||
| image.html | ||
| lightbox="true" | ||
| file="/images/whats-new/mar25/variable-secret.png" | ||
| url="/images/whats-new/mar25/variable-secret.png" | ||
| alt="Adding secret variables" | ||
| caption="Adding secret variables" | ||
| max-width="60%" | ||
| %} | ||
| This update brings: | ||
| * One-step secret creation: No need to manually encrypt after adding a variable. | ||
| * Improved security: Secrets are encrypted automatically, reducing exposure risks. | ||
| * More intuitive workflow: Easily distinguish between regular and secret variables | ||
| For details, see [User-defined variables]({{site.baseurl}}/docs/pipelines/variables/#user-defined-variables). | ||
| ### Pipelines: Prevent conflicts from overridden variables | ||
| We’ve introduced a smarter way to manage variables across shared configurations, projects, pipelines, and triggers. | ||
| Previously, it was easy to unintentionally override a project-level variable at the pipeline level—without realizing it. Now, you get a warning when creating a variable that already exists at a higher level, helping you make safer, more informed decisions. | ||
| * Smart conflict detection: See a warning when you try to define a variable that already exists at a higher scope. | ||
| * Safer collaboration: Reduce accidental overrides and keep pipelines in sync with shared variables. | ||
| * Better visibility: Understand when you're about to break the connection to a higher-level variable. | ||
| For details, see [Order of precedence for user-defined variables]({{site.baseurl}}/docs/pipelines/variables/#order-of-precedence-for-user-defined-variables). | ||
| {% endif %} | ||
| ## Bug fixes | ||
| {% if page.collection == "posts" %} | ||
| ##### Pipelines | ||
| * Helm step does not use latest Helm version 3.14. | ||
| {% endif %} | ||
| ##### GitOps | ||
| * Typo in parameter name in the `values.yaml` file of the `gitops-runtime chart`. |
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.