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

Commitc9c9c18

Browse files
Change Log Updates With RSS Feed (#685)
* Updated chnagelogs to use RRS Feed* updating config* updated paths to check* Revert "updated paths to check"This reverts commit9814598.* update validations* updated chnage log items from master* update navbar* updated links in changelog to include baseurl* updated redirects* change feed to be .xml instead of .atom* Consolidate legacy classic changelogsConsolidated changelogs for classic into three topics: 2017 & 2018, 2019, 2020* Consolidate 2021 classic changelogConsolidated 2021 changelogs for classic into single topic* Added placeholder post for mayRenamed consolidated posts with date format* Changed what's new link to may postAdded post for May 2023 release notes and changed what's new link to point to it* change date of may post* Update post for may release notesChanged to earlier date for may release notes* Update may 2023 release notes postAdded content and new screenshots* Update 2023-05-29-may-release-notes.mdRemoved extra " in image tag* Update 2023-05-29-may-release-notes.md* Update changelog.md* Update 2023-05-29-may-release-notes.mdMinor content edits---------Co-authored-by: NimRegev <nima.regev@codefresh.io>
1 parentcc3e0f3 commitc9c9c18

File tree

40 files changed

+2823
-2879
lines changed

40 files changed

+2823
-2879
lines changed

‎_config.yml‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ exclude:
6767
plugins:
6868
-jekyll-redirect-from
6969
-jekyll-sitemap
70+
-jekyll-feed
7071
-jekyll-github-metadata
7172
-jemoji
7273

@@ -91,7 +92,9 @@ defaults:
9192
path:"_posts"
9293
type:posts
9394
values:
94-
layout:simple
95+
layout:docs
96+
toc:true
97+
wide:true
9598
# _pages
9699
-scope:
97100
path:"_pages"
@@ -107,6 +110,10 @@ defaults:
107110
toc:true
108111
wide:true
109112

113+
# #RSS Feed Location
114+
feed:
115+
path:/changelog/feed.xml
116+
110117
# Custom variables
111118
repo:"https://github.com/codefresh-io/docs.codefresh.io"
112119
features:"https://codefresh.io/features/"

‎_data/nav.yml‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -592,16 +592,6 @@
592592
-title:Shared configuration repo
593593
url:"/shared-configuration"
594594

595-
-title:What's new
596-
url:"/whats-new"
597-
pages:
598-
-title:Release notes
599-
url:"/release-notes/"
600-
-title:Changelog
601-
url:"/changelog"
602-
-title:GitOps what's new
603-
url:"/gitops-whats-new"
604-
605595
-title:New Codefresh
606596
url:"/new-codefresh"
607597
pages:

‎_docs/whats-new/changelog.md‎

Lines changed: 14 additions & 593 deletions
Large diffs are not rendered by default.

‎_docs/whats-new/gitops-whats-new.md‎

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

‎_docs/whats-new/release-notes.md‎

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

‎_docs/whats-new/whats-new.md‎

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

‎_includes/docs-navbar.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
<aclass="nav-link"href="{{ site.link_api }}"onclick="ga('send', 'event', 'Navbar', 'Docs links', 'Open API Swagger');"target="_blank"rel="noopener">API</a>
4343
</li>
4444
<liclass="nav-item">
45-
<aclass="nav-link"href="{{ site.baseurl }}/docs/kb/"">Knowledge Base</a>
45+
<aclass="nav-link"href="{{ site.baseurl }}/docs/kb/"onclick="ga('send', 'event', 'Navbar', 'Docs links', 'Open Knowledge Base');">Knowledge Base</a>
4646
</li>
4747
<liclass="nav-item">
48-
<aclass="nav-link"href="{{ site.baseurl }}/docs/whats-new/release-notes/"onclick="ga('send', 'event', 'Navbar', 'Docs links', 'Open Changelog');">What's New</a>
48+
<aclass="nav-link"href="{{ site.baseurl }}/docs/whats-new/changelog/"onclick="ga('send', 'event', 'Navbar', 'Docs links', 'Open Changelog');">What's New</a>
4949
</li>
5050

5151
{% comment %}

‎_posts/2017-12-25-classic.md‎

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
---
2+
title:"Pipelines Changelog: October 2017 - December 2018"
3+
description:"Changelog for Pipelines 2017 & 2018 (Classic)"
4+
---
5+
6+
7+
##December 2018
8+
- Restart pipeline from failed steps -[documentation]({{site.baseurl}}/docs/pipelines/monitoring-pipelines/#restarting-the-pipeline)
9+
- New variable for labels of a pull request -[documentation]({{site.baseurl}}/docs/pipelines/variables/#system-provided-variables)
10+
- YAML validation without the GUI -[documentation]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/#yaml-validation)
11+
- Run builds from external forks -[documentation]({{site.baseurl}}/docs/pipelines/triggers/git-triggers/#support-for-building-pull-requests-from-forks)
12+
- Google Marketplace Integration -[documentation]({{site.baseurl}}/docs/integrations/google-marketplace/)
13+
- Added OneLogin SSO support -[documentation]({{site.baseurl}}/docs/single-sign-on/oidc/oidc-onelogin/)
14+
- Multiple test reports from a single pipeline -[documentation]({{site.baseurl}}/docs/testing/test-reports/#creating-multiple-reports)
15+
- Historical data in Allure test reports are now available
16+
- Inline YAML editor can now expand/collapse code blocks -[documentation]({{site.baseurl}}/docs/pipelines/pipelines/)
17+
18+
##November 2018
19+
- Integrated test reports -[documentation]({{site.baseurl}}/docs/testing/test-reports/)
20+
- Retry individual pipeline steps -[documentation]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/#retrying-a-step)
21+
- Trigger integration with Azure Events -[documentation]({{site.baseurl}}/docs/pipelines/triggers/azure-triggers/)
22+
23+
##October 2018
24+
- Parallel steps and advanced pipeline workflows -[documentation]({{site.baseurl}}/docs/pipelines/advanced-workflows/)
25+
- New integration for Azure Helm repositories -[documentation]({{site.baseurl}}/docs/deployments/helm/helm-charts-and-repositories/)
26+
- Trigger integration with Quay Events -[documentation]({{site.baseurl}}/docs/pipelines/triggers/quay-triggers/)
27+
- Trigger integration with Artifactory Events -[documentation]({{site.baseurl}}/docs/pipelines/triggers/jfrog-triggers/)
28+
- Public build logs for open source projects -[documentation]({{site.baseurl}}/docs/pipelines/configuration/build-status/#public-build-logs)
29+
30+
##September 2018
31+
- New ability to group steps into pipeline steps -[documentation]({{site.baseurl}}/docs/pipelines/stages/)
32+
- New dedicated*Pipelines* view for pipelines not linked to GIT repositories -[documentation]({{site.baseurl}}/docs/pipelines/pipelines/#pipeline-creation-modes)
33+
- New redesigned Logs view with persistent header and icons for steps
34+
- ARM build support (alpha) -[documentation]({{site.baseurl}}/docs/incubation/arm-support/)
35+
- New pipeline variables for GitHub releases -[documentation]({{site.baseurl}}/docs/pipelines/variables/#github-release-variables)
36+
37+
##August 2018
38+
39+
- Native Integration with Azure Kubernetes Service -[documentation]({{site.baseurl}}/docs/integrations/kubernetes/#adding-an-aks-cluster)
40+
- Ability to configure SSO both in the customer and the account level (Enterprise)
41+
- Azure SSO integration (Enterprise) -[documentation]({{site.baseurl}}/docs/single-sign-on/oidc/oidc-azure/)
42+
- OKTA SSO integration (Enterprise)
43+
- Added Azure and Google as login/sign-up options
44+
- You can now invite a collaborator who had signed up with a different GIT provider than yours
45+
- Codefresh will now automatically merge accounts with the same email address
46+
- Favorite Repositories are now persistent across sessions
47+
48+
##July 2018
49+
- Can use any GIT provider (github, gitlab, bitbucket, stash) with the same Codefresh account
50+
- Completely redesigned left sidebar with categories build/deploy/artifacts/configuration
51+
- Build status for Pull requests are now per pipeline giving better feedback
52+
- Added new variable`CF_BUILD_INITIATOR` for the person that started a build
53+
- Improved retrying of push/pull actions after failures with timeouts and general connectivity issues.
54+
55+
##June 2018
56+
57+
- Ability to trigger builds only if a specific folder/file on a repository changes
58+
- Ability to use the GUI for filtering specific Pull request events for triggers
59+
- Ability to select if a manual trigger of a pipeline will change the git status of a pull request or not
60+
- Ability to define a trigger based on the target branch of a pull request
61+
- Ability to filter builds by the person that was the respective committer
62+
63+
##May 2018
64+
- Integrated Helm repositories for each Codefresh account
65+
- Ability to specify custom triggers for each pipeline
66+
- Ability to specify cron-like triggers
67+
- Advanced Docker caching for faster builds
68+
- Support for Enterprise Single Sign On
69+
- Enterprise account management support
70+
- Added Social Onboarding widget
71+
72+
##March 2018
73+
- Ability to specify`entry_point` in freestyle steps
74+
- Ability to specify`CMD` commands to work with images with entry points
75+
- Ability to skip git clone step in pipelines
76+
- Ability to specify Docker build option`target` for multi-stage builds
77+
- Support for building containers for ARM processors (contact us)
78+
- Pipeline initialization optimizations
79+
80+
81+
82+
##February 2018
83+
- Chart install:
84+
- Can now see default values for the chart, and override them
85+
- Can now specify tiller namespace
86+
- Can now connect to private authenticated chart repositories hosted in S3 or GCS bucket.
87+
- Helm release badge.
88+
- We can now integrate with Kubernetes clusters behind firewalls.
89+
- Can now provide context (shared configuration) to pipelines from the CLI.
90+
91+
##January 2018
92+
- Chart install:
93+
- can now specify release name (useful for installing same chart multiple times)
94+
- can now add values file that is reusable for next installs
95+
- can now override individual values
96+
- You can now add your own Helm repositories to the Helm Charts page
97+
- Release details:
98+
- can now delete a release, with advanced options
99+
- can now test a release
100+
- can rollback to previous release
101+
- can visually see differences between releases
102+
- Misc:
103+
- UI and bug fixes.
104+
- reorganized Helm docs, including samples on how package charts and push to registry:[Create Helm artifacts using Codefresh pipeline]({{site.baseurl}}/docs/deployments/helm/using-helm-in-codefresh-pipeline/)
105+
- Pre-release of our brand new CLI at[https://github.com/codefresh-io/cli](https://github.com/codefresh-io/cli)
106+
- Using our new cli, you can now execute many pipelines in parallel with different configurations for each.
107+
108+
##December 2017
109+
110+
- Manage your configurations in a centralized place and inject them into pipelines as needed. supports secrets as well.
111+
- Real time dashboard of the Helm releases in your connected Kubernetes cluster. Supports rollback to a previous release.
112+
- Connect to helm charts repositories, and install them on your connected Kubernetes cluster.
113+
114+
115+
##October 2017
116+
- Apply changes to your pipeline and test it without committing to the source code for each change.
117+
- Share your Codefresh YAML across pipelines. If you are using the same YAML file for multiple pipelines, use this option to update it in single place when needed to be applied for all pipelines.
118+
- Enrich your images with custom metadata which perfectly fits your flow and image management process.
119+
- Easily manage your cluster configuration using Codefresh by creating, importing and sharing Config maps between your Kubernetes namespaces and clusters.
120+
- If you want to trigger Codefresh pipelines from other tool, use our pipeline hook to build, test and deploy from any command line / script / 3rd party.
121+
- Test your cluster Credentials and connectivity in one click.
122+
- We added integration with main self-hosted GIT providers to our PRO plan. You can now use Codefresh with your repositories from:
123+
- GitHub enterprise
124+
- Bitbucket Enterprise
125+
- GitLab enterprise
126+
127+
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
---
2+
title:"Pipelines Changelog: January to December 2019"
3+
description:"Changelog for Pipelines 2019 (Classic)"
4+
---
5+
6+
##December 2019
7+
- Output parameters in plugins -[documentation]({{site.baseurl}}/docs/pipelines/steps/#example-with-output-parameters)
8+
- Preload a DB with test data before integration tests -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/populate-a-database-with-existing-data/)
9+
- Using templates in custom pipeline steps -[documentation]({{site.baseurl}}/docs/pipelines/steps/#example-with-step-templating)
10+
11+
##November 2019
12+
- Digital Ocean cluster integration -[documentation]({{site.baseurl}}/docs/integrations/kubernetes/#adding-a-digital-ocean-cluster)
13+
- Build caching guide -[documentation]({{site.baseurl}}/docs/pipelines/pipeline-caching/)
14+
- Versioning for plugins -[documentation]({{site.baseurl}}/docs/pipelines/steps/#versioning-of-typed-steps)
15+
- Step example with input parameters -[documentation]({{site.baseurl}}/docs/pipelines/steps/#example-with-input-parameters)
16+
- Example with C and make -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/c-make/)
17+
- Example with C++ and cmake -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/cpp-cmake/)
18+
- Example with C# and .NET core -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/dotnet/)
19+
20+
##October 2019
21+
- Debugging pipelines with breakpoints -[documentation]({{site.baseurl}}/docs/pipelines/debugging-pipelines/)
22+
- Matrix builds and implicit parallel steps -[documentation]({{site.baseurl}}/docs/pipelines/advanced-workflows/#implicit-parallel-steps)
23+
- New Build view filters -[documentation]({{site.baseurl}}/docs/pipelines/monitoring-pipelines/#creating-build-views)
24+
- Deployments with Packer -[documentation]({{site.baseurl}}/docs/example-catalog/cd-examples/packer-gcloud/)
25+
- Calling child pipelines -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/call-child-pipelines/)
26+
27+
##September 2019
28+
- Unit testing guide -[documentation]({{site.baseurl}}/docs/testing/unit-tests)
29+
- Unit test example -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/run-unit-tests/)
30+
- Integration testing guide -[documentation]({{site.baseurl}}/docs/testing/integration-tests/)
31+
- Integration test example -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/run-integration-tests/)
32+
- Redis Integration test example -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-redis/)
33+
- MongoDB Integration test example -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-mongo/)
34+
- MySQL Integration test example -[documentation]({{site.baseurl}}/docs/yaml-examples/examples/integration-tests-with-mysql/)
35+
- PostgreSQL Integration test example -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-postgres/)
36+
- Explicit External Resources -[documentation]({{site.baseurl}}/docs/pipelines/pipelines/#external-resources)
37+
- Kubernetes connection issues -[documentation]({{site.baseurl}}/docs/kb/articles/forbidden-cluster-resources/)
38+
<!-- - Codefresh F.A.Q. - [documentation]({{site.baseurl}}/docs/getting-started/faq/)-->
39+
40+
##August 2019
41+
- Sidecar services in pipelines -[documentation]({{site.baseurl}}/docs/pipelines/service-containers/)
42+
- Personal Git providers are deprecated -[documentation]({{site.baseurl}}/docs/kb/articles/personal-git-deprecation/)
43+
- Migrate from Jenkins to Codefresh -[documentation]({{site.baseurl}}/docs/integrations/jenkins-integration/#migrating-from-jenkins-to-codefresh)
44+
- macOS and iOS builds closed Alpha -[documentation]({{site.baseurl}}/docs/incubation/osx-ios-builds/)
45+
46+
##July 2019
47+
- New custom step creation process -[documentation]({{site.baseurl}}/docs/pipelines/steps/#creating-your-own-step)
48+
- Approval steps now have timeouts -[documentation]({{site.baseurl}}/docs/pipelines/steps/approval/#automatic-approvalsrejections)
49+
- Approval steps now have access control -[documentation]({{site.baseurl}}/docs/pipelines/steps/approval/#approval-restrictions)
50+
- Concurrency limits on pipelines -[documentation]({{site.baseurl}}/docs/pipelines/pipelines/#pipeline-settings)
51+
- Termination settings on pipelines -[documentation]({{site.baseurl}}/docs/pipelines/pipelines/#pipeline-settings)
52+
- API keys now have different access scopes -[documentation]({{site.baseurl}}/docs/integrations/codefresh-api/#access-scopes)
53+
54+
##June 2019
55+
- Added`CI=true` environment variable -[documentation]({{site.baseurl}}/docs/pipelines/variables/#system-provided-variables)
56+
- Buildkit support -[documentation]({{site.baseurl}}/docs/pipelines/steps/build/#buildkit-support)
57+
- Security scanning -[documentation]({{site.baseurl}}/docs/testing/security-scanning/)
58+
- Root pipeline anchors -[documentation]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/#using-yaml-anchors-to-avoid-repetition)
59+
- Building Android Apps -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/android/)
60+
- Deployment to Nomad clusters -[documentation]({{site.baseurl}}/docs/example-catalog/cd-examples/nomad/)
61+
- Editing of annotations -[documentation]({{site.baseurl}}/docs/pipelines/annotations/#viewingediting-annotations)
62+
63+
64+
##May 2019
65+
- Triggers can now be enabled/disabled -[documentation]({{site.baseurl}}/docs/pipelines/triggers/#disabling-triggers)
66+
- New GitHub PR variables -[documentation]({{site.baseurl}}/docs/pipelines/variables/#github-pull-request-variables)
67+
- Inline Dockerfiles in build steps -[documentation]({{site.baseurl}}/docs/pipelines/steps/build/#inline-dockerfile)
68+
- LDAP SSO support (Enterprise) -[documentation]({{site.baseurl}}/docs/single-sign-on/ldap/)
69+
- SAML SSO support (Enterprise) -[documentation]({{site.baseurl}}/docs/single-sign-on/saml/)
70+
- Audit logs (Enterprise) -[documentation]({{site.baseurl}}/docs/administration/account-user-management/audit/)
71+
- Checking out code with Subversion, HG, Perforce etc. -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/non-git-checkout/)
72+
- Migrating to explicit git clone steps -[documentation]({{site.baseurl}}docs/pipelines/steps/git-clone/)
73+
- Custom annotations on projects, pipelines, builds -[documentation]({{site.baseurl}}/docs/pipelines/annotations/)
74+
- Deployments with Pulumi -[documentation]({{site.baseurl}}/docs/example-catalog/cd-examples/pulumi/)
75+
- Deployments with Terraform -[documentation]({{site.baseurl}}/docs/example-catalog/cd-examples/terraform/)
76+
- Codefresh Runner installation -[documentation]({{site.baseurl}}/docs/installation/codefresh-runner/)
77+
- Multiple Dockerhub integrations -[documentation]({{site.baseurl}}/docs/integrations/docker-registries/)
78+
79+
##April 2019
80+
- New project/pipeline view -[documentation]({{site.baseurl}}/docs/pipelines/pipelines/)
81+
- Git clone steps are now required -[documentation]({{site.baseurl}}/docs/pipelines/steps/git-clone/)
82+
- Simple Kubernetes templates -[documentation]({{site.baseurl}}/docs/ci-cd-guides/kubernetes-templating/)
83+
84+
##March 2019
85+
- Helm best practices -[documentation]({{site.baseurl}}/docs/ci-cd-guides/helm-best-practices/)
86+
- Pushing images in parallel with multiple tags -[documentation]({{site.baseurl}}/docs/pipelines/steps/push/#examples)
87+
- Integration with Azure DevOps Repositories -[documentation]({{site.baseurl}}/docs/integrations/git-providers/#azure-devops)
88+
- OAuth2 Connections for supported git providers -[documentation]({{site.baseurl}}/docs/integrations/git-providers/#adding-more-git-providers-to-your-codefresh-account)
89+
- Pipeline ABAC (Enterprise) -[documentation]({{site.baseurl}}/docs/administration/account-user-management/access-control/)
90+
91+
##February 2019
92+
93+
- Access Control (Enterprise) -[documentation]({{site.baseurl}}/docs/administration/account-user-management/access-control/)
94+
- Accessing the shared volume in compositions -[documentation]({{site.baseurl}}/docs/pipelines/steps/composition/#accesing-your-project-folder-from-a-composition)
95+
- Reuse Git integration in custom clone step -[documentation]({{site.baseurl}}/docs/pipelines/steps/git-clone/#reuse-a-git-token-from-codefresh-integrations)
96+
- Run custom Kubectl commands -[documentation]({{site.baseurl}}/docs/deployments/kubernetes/custom-kubectl-commands/)
97+
- Reading Image metadata -[documentation]({{site.baseurl}}/docs/pipelines/docker-image-metadata/)
98+
- Codefresh build agent -[documentation]({{site.baseurl}}/docs/installation/behind-the-firewall/)
99+
100+
##January 2019
101+
- Manual approval step -[documentation]({{site.baseurl}}/docs/pipelines/steps/approval/)
102+
- Shared configuration -[documentation]({{site.baseurl}}/docs/pipelines/configuration/shared-configuration/)
103+
- Running pipelines locally -[documentation]({{site.baseurl}}/docs/pipelines/running-pipelines-locally/)
104+
- Installation options (Enterprise) -[documentation]({{site.baseurl}}/docs/installation/installation-options/)
105+
- Custom volumes for freestyle steps -[documentation]({{site.baseurl}}/docs/pipelines/steps/freestyle/#custom-volumes)
106+
- Helm Environment Promotion boards (Enterprise) -[documentation]({{site.baseurl}}/docs/deployments/helm/helm-environment-promotion/)
107+
- Pipeline resource metrics -[documentation]({{site.baseurl}}/docs/pipelines/monitoring-pipelines/#viewing-pipeline-metrics)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp