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

Change Log Updates With RSS Feed#685

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
NimRegev merged 25 commits intomasterfromchangelog-rss-feed
Jun 1, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
25 commits
Select commitHold shift + click to select a range
4996477
Updated chnagelogs to use RRS Feed
ThatAmatoGuyMay 5, 2023
5cf5ecc
updating config
ThatAmatoGuyMay 5, 2023
9814598
updated paths to check
ThatAmatoGuyMay 5, 2023
1085cb0
Revert "updated paths to check"
ThatAmatoGuyMay 5, 2023
9d1a2a1
Merge branch 'master' into changelog-rss-feed
ThatAmatoGuyMay 5, 2023
caeba5c
update validations
ThatAmatoGuyMay 5, 2023
d21473e
Merge branch 'master' into changelog-rss-feed
ThatAmatoGuyMay 8, 2023
6db7d0c
updated chnage log items from master
ThatAmatoGuyMay 8, 2023
e188ca8
update navbar
ThatAmatoGuyMay 8, 2023
290ad39
updated links in changelog to include baseurl
ThatAmatoGuyMay 8, 2023
149e18c
updated redirects
ThatAmatoGuyMay 8, 2023
0618ef5
change feed to be .xml instead of .atom
ThatAmatoGuyMay 8, 2023
f7d2404
Merge branch 'master' into changelog-rss-feed
ThatAmatoGuyMay 9, 2023
e1c385e
Merge branch 'master' into changelog-rss-feed
ThatAmatoGuyMay 15, 2023
3ae1f8e
Consolidate legacy classic changelogs
NimRegevMay 30, 2023
27217ab
Consolidate 2021 classic changelog
NimRegevMay 30, 2023
69bc574
Added placeholder post for may
NimRegevMay 30, 2023
d6797f9
Changed what's new link to may post
NimRegevMay 30, 2023
2cddc09
change date of may post
NimRegevMay 30, 2023
6538e80
Update post for may release notes
NimRegevMay 31, 2023
0f200b5
Update may 2023 release notes post
NimRegevMay 31, 2023
6526ef4
Update 2023-05-29-may-release-notes.md
NimRegevMay 31, 2023
a138232
Update 2023-05-29-may-release-notes.md
NimRegevMay 31, 2023
5c60ccb
Update changelog.md
NimRegevMay 31, 2023
f22dc72
Update 2023-05-29-may-release-notes.md
NimRegevJun 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion_config.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -67,6 +67,7 @@ exclude:
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-feed
- jekyll-github-metadata
- jemoji

Expand All@@ -91,7 +92,9 @@ defaults:
path: "_posts"
type: posts
values:
layout: simple
layout: docs
toc: true
wide: true
# _pages
- scope:
path: "_pages"
Expand All@@ -107,6 +110,10 @@ defaults:
toc: true
wide: true

# #RSS Feed Location
feed:
path: /changelog/feed.xml

# Custom variables
repo: "https://github.com/codefresh-io/docs.codefresh.io"
features: "https://codefresh.io/features/"
Expand Down
10 changes: 0 additions & 10 deletions_data/nav.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -590,16 +590,6 @@
- title: Shared configuration repo
url: "/shared-configuration"

- title: What's new
url: "/whats-new"
pages:
- title: Release notes
url: "/release-notes/"
- title: Changelog
url: "/changelog"
- title: GitOps what's new
url: "/gitops-whats-new"

- title: New Codefresh
url: "/new-codefresh"
pages:
Expand Down
607 changes: 14 additions & 593 deletions_docs/whats-new/changelog.md
View file
Open in desktop

Large diffs are not rendered by default.

1,749 changes: 0 additions & 1,749 deletions_docs/whats-new/gitops-whats-new.md
View file
Open in desktop

This file was deleted.

506 changes: 0 additions & 506 deletions_docs/whats-new/release-notes.md
View file
Open in desktop

This file was deleted.

17 changes: 0 additions & 17 deletions_docs/whats-new/whats-new.md
View file
Open in desktop

This file was deleted.

4 changes: 2 additions & 2 deletions_includes/docs-navbar.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,10 +42,10 @@
<a class="nav-link" href="{{ site.link_api }}" onclick="ga('send', 'event', 'Navbar', 'Docs links', 'Open API Swagger');" target="_blank" rel="noopener">API</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{ site.baseurl }}/docs/kb/"" onclick="ga('send', 'event', 'Navbar', 'Docs links', 'Open Knowledge Base');">Knowledge Base</a>
<a class="nav-link" href="{{ site.baseurl }}/docs/kb/" onclick="ga('send', 'event', 'Navbar', 'Docs links', 'Open Knowledge Base');">Knowledge Base</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{ site.baseurl }}/docs/whats-new/release-notes/" onclick="ga('send', 'event', 'Navbar', 'Docs links', 'Open Changelog');" >What's New</a>
<a class="nav-link" href="{{ site.baseurl }}/docs/whats-new/changelog/" onclick="ga('send', 'event', 'Navbar', 'Docs links', 'Open Changelog');" >What's New</a>
</li>

{% comment %}
Expand Down
127 changes: 127 additions & 0 deletions_posts/2017-12-25-classic.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
---
title: "Pipelines Changelog: October 2017 - December 2018"
description: "Changelog for Pipelines 2017 & 2018 (Classic)"
---


## December 2018
- Restart pipeline from failed steps - [documentation]({{site.baseurl}}/docs/pipelines/monitoring-pipelines/#restarting-the-pipeline)
- New variable for labels of a pull request - [documentation]({{site.baseurl}}/docs/pipelines/variables/#system-provided-variables)
- YAML validation without the GUI - [documentation]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/#yaml-validation)
- Run builds from external forks - [documentation]({{site.baseurl}}/docs/pipelines/triggers/git-triggers/#support-for-building-pull-requests-from-forks)
- Google Marketplace Integration - [documentation]({{site.baseurl}}/docs/integrations/google-marketplace/)
- Added OneLogin SSO support - [documentation]({{site.baseurl}}/docs/single-sign-on/oidc/oidc-onelogin/)
- Multiple test reports from a single pipeline - [documentation]({{site.baseurl}}/docs/testing/test-reports/#creating-multiple-reports)
- Historical data in Allure test reports are now available
- Inline YAML editor can now expand/collapse code blocks - [documentation]({{site.baseurl}}/docs/pipelines/pipelines/)

## November 2018
- Integrated test reports - [documentation]({{site.baseurl}}/docs/testing/test-reports/)
- Retry individual pipeline steps - [documentation]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/#retrying-a-step)
- Trigger integration with Azure Events - [documentation]({{site.baseurl}}/docs/pipelines/triggers/azure-triggers/)

## October 2018
- Parallel steps and advanced pipeline workflows - [documentation]({{site.baseurl}}/docs/pipelines/advanced-workflows/)
- New integration for Azure Helm repositories - [documentation]({{site.baseurl}}/docs/deployments/helm/helm-charts-and-repositories/)
- Trigger integration with Quay Events - [documentation]({{site.baseurl}}/docs/pipelines/triggers/quay-triggers/)
- Trigger integration with Artifactory Events - [documentation]({{site.baseurl}}/docs/pipelines/triggers/jfrog-triggers/)
- Public build logs for open source projects - [documentation]({{site.baseurl}}/docs/pipelines/configuration/build-status/#public-build-logs)

## September 2018
- New ability to group steps into pipeline steps - [documentation]({{site.baseurl}}/docs/pipelines/stages/)
- New dedicated *Pipelines* view for pipelines not linked to GIT repositories - [documentation]({{site.baseurl}}/docs/pipelines/pipelines/#pipeline-creation-modes)
- New redesigned Logs view with persistent header and icons for steps
- ARM build support (alpha) - [documentation]({{site.baseurl}}/docs/incubation/arm-support/)
- New pipeline variables for GitHub releases - [documentation]({{site.baseurl}}/docs/pipelines/variables/#github-release-variables)

## August 2018

- Native Integration with Azure Kubernetes Service - [documentation]({{site.baseurl}}/docs/integrations/kubernetes/#adding-an-aks-cluster)
- Ability to configure SSO both in the customer and the account level (Enterprise)
- Azure SSO integration (Enterprise) - [documentation]({{site.baseurl}}/docs/single-sign-on/oidc/oidc-azure/)
- OKTA SSO integration (Enterprise)
- Added Azure and Google as login/sign-up options
- You can now invite a collaborator who had signed up with a different GIT provider than yours
- Codefresh will now automatically merge accounts with the same email address
- Favorite Repositories are now persistent across sessions

## July 2018
- Can use any GIT provider (github, gitlab, bitbucket, stash) with the same Codefresh account
- Completely redesigned left sidebar with categories build/deploy/artifacts/configuration
- Build status for Pull requests are now per pipeline giving better feedback
- Added new variable `CF_BUILD_INITIATOR` for the person that started a build
- Improved retrying of push/pull actions after failures with timeouts and general connectivity issues.

## June 2018

- Ability to trigger builds only if a specific folder/file on a repository changes
- Ability to use the GUI for filtering specific Pull request events for triggers
- Ability to select if a manual trigger of a pipeline will change the git status of a pull request or not
- Ability to define a trigger based on the target branch of a pull request
- Ability to filter builds by the person that was the respective committer

## May 2018
- Integrated Helm repositories for each Codefresh account
- Ability to specify custom triggers for each pipeline
- Ability to specify cron-like triggers
- Advanced Docker caching for faster builds
- Support for Enterprise Single Sign On
- Enterprise account management support
- Added Social Onboarding widget

## March 2018
- Ability to specify `entry_point` in freestyle steps
- Ability to specify `CMD` commands to work with images with entry points
- Ability to skip git clone step in pipelines
- Ability to specify Docker build option `target` for multi-stage builds
- Support for building containers for ARM processors (contact us)
- Pipeline initialization optimizations



## February 2018
- Chart install:
- Can now see default values for the chart, and override them
- Can now specify tiller namespace
- Can now connect to private authenticated chart repositories hosted in S3 or GCS bucket.
- Helm release badge.
- We can now integrate with Kubernetes clusters behind firewalls.
- Can now provide context (shared configuration) to pipelines from the CLI.

## January 2018
- Chart install:
- can now specify release name (useful for installing same chart multiple times)
- can now add values file that is reusable for next installs
- can now override individual values
- You can now add your own Helm repositories to the Helm Charts page
- Release details:
- can now delete a release, with advanced options
- can now test a release
- can rollback to previous release
- can visually see differences between releases
- Misc:
- UI and bug fixes.
- 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/)
- Pre-release of our brand new CLI at [https://github.com/codefresh-io/cli](https://github.com/codefresh-io/cli)
- Using our new cli, you can now execute many pipelines in parallel with different configurations for each.

## December 2017

- Manage your configurations in a centralized place and inject them into pipelines as needed. supports secrets as well.
- Real time dashboard of the Helm releases in your connected Kubernetes cluster. Supports rollback to a previous release.
- Connect to helm charts repositories, and install them on your connected Kubernetes cluster.


## October 2017
- Apply changes to your pipeline and test it without committing to the source code for each change.
- 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.
- Enrich your images with custom metadata which perfectly fits your flow and image management process.
- Easily manage your cluster configuration using Codefresh by creating, importing and sharing Config maps between your Kubernetes namespaces and clusters.
- 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.
- Test your cluster Credentials and connectivity in one click.
- We added integration with main self-hosted GIT providers to our PRO plan. You can now use Codefresh with your repositories from:
- GitHub enterprise
- Bitbucket Enterprise
- GitLab enterprise


107 changes: 107 additions & 0 deletions_posts/2019-12-31-january-december-classic.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
---
title: "Pipelines Changelog: January to December 2019"
description: "Changelog for Pipelines 2019 (Classic)"
---

## December 2019
- Output parameters in plugins - [documentation]({{site.baseurl}}/docs/pipelines/steps/#example-with-output-parameters)
- Preload a DB with test data before integration tests - [documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/populate-a-database-with-existing-data/)
- Using templates in custom pipeline steps - [documentation]({{site.baseurl}}/docs/pipelines/steps/#example-with-step-templating)

## November 2019
- Digital Ocean cluster integration - [documentation]({{site.baseurl}}/docs/integrations/kubernetes/#adding-a-digital-ocean-cluster)
- Build caching guide - [documentation]({{site.baseurl}}/docs/pipelines/pipeline-caching/)
- Versioning for plugins - [documentation]({{site.baseurl}}/docs/pipelines/steps/#versioning-of-typed-steps)
- Step example with input parameters - [documentation]({{site.baseurl}}/docs/pipelines/steps/#example-with-input-parameters)
- Example with C and make - [documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/c-make/)
- Example with C++ and cmake - [documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/cpp-cmake/)
- Example with C# and .NET core - [documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/dotnet/)

## October 2019
- Debugging pipelines with breakpoints - [documentation]({{site.baseurl}}/docs/pipelines/debugging-pipelines/)
- Matrix builds and implicit parallel steps - [documentation]({{site.baseurl}}/docs/pipelines/advanced-workflows/#implicit-parallel-steps)
- New Build view filters - [documentation]({{site.baseurl}}/docs/pipelines/monitoring-pipelines/#creating-build-views)
- Deployments with Packer - [documentation]({{site.baseurl}}/docs/example-catalog/cd-examples/packer-gcloud/)
- Calling child pipelines - [documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/call-child-pipelines/)

## September 2019
- Unit testing guide - [documentation]({{site.baseurl}}/docs/testing/unit-tests)
- Unit test example - [documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/run-unit-tests/)
- Integration testing guide - [documentation]({{site.baseurl}}/docs/testing/integration-tests/)
- Integration test example - [documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/run-integration-tests/)
- Redis Integration test example - [documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-redis/)
- MongoDB Integration test example - [documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-mongo/)
- MySQL Integration test example - [documentation]({{site.baseurl}}/docs/yaml-examples/examples/integration-tests-with-mysql/)
- PostgreSQL Integration test example - [documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-postgres/)
- Explicit External Resources - [documentation]({{site.baseurl}}/docs/pipelines/pipelines/#external-resources)
- Kubernetes connection issues - [documentation]({{site.baseurl}}/docs/kb/articles/forbidden-cluster-resources/)
<!-- - Codefresh F.A.Q. - [documentation]({{site.baseurl}}/docs/getting-started/faq/) -->

## August 2019
- Sidecar services in pipelines - [documentation]({{site.baseurl}}/docs/pipelines/service-containers/)
- Personal Git providers are deprecated - [documentation]({{site.baseurl}}/docs/kb/articles/personal-git-deprecation/)
- Migrate from Jenkins to Codefresh - [documentation]({{site.baseurl}}/docs/integrations/jenkins-integration/#migrating-from-jenkins-to-codefresh)
- macOS and iOS builds closed Alpha - [documentation]({{site.baseurl}}/docs/incubation/osx-ios-builds/)

## July 2019
- New custom step creation process - [documentation]({{site.baseurl}}/docs/pipelines/steps/#creating-your-own-step)
- Approval steps now have timeouts - [documentation]({{site.baseurl}}/docs/pipelines/steps/approval/#automatic-approvalsrejections)
- Approval steps now have access control - [documentation]({{site.baseurl}}/docs/pipelines/steps/approval/#approval-restrictions)
- Concurrency limits on pipelines - [documentation]({{site.baseurl}}/docs/pipelines/pipelines/#pipeline-settings)
- Termination settings on pipelines - [documentation]({{site.baseurl}}/docs/pipelines/pipelines/#pipeline-settings)
- API keys now have different access scopes - [documentation]({{site.baseurl}}/docs/integrations/codefresh-api/#access-scopes)

## June 2019
- Added `CI=true` environment variable - [documentation]({{site.baseurl}}/docs/pipelines/variables/#system-provided-variables)
- Buildkit support - [documentation]({{site.baseurl}}/docs/pipelines/steps/build/#buildkit-support)
- Security scanning - [documentation]({{site.baseurl}}/docs/testing/security-scanning/)
- Root pipeline anchors - [documentation]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/#using-yaml-anchors-to-avoid-repetition)
- Building Android Apps - [documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/android/)
- Deployment to Nomad clusters - [documentation]({{site.baseurl}}/docs/example-catalog/cd-examples/nomad/)
- Editing of annotations - [documentation]({{site.baseurl}}/docs/pipelines/annotations/#viewingediting-annotations)


## May 2019
- Triggers can now be enabled/disabled - [documentation]({{site.baseurl}}/docs/pipelines/triggers/#disabling-triggers)
- New GitHub PR variables - [documentation]({{site.baseurl}}/docs/pipelines/variables/#github-pull-request-variables)
- Inline Dockerfiles in build steps - [documentation]({{site.baseurl}}/docs/pipelines/steps/build/#inline-dockerfile)
- LDAP SSO support (Enterprise) - [documentation]({{site.baseurl}}/docs/single-sign-on/ldap/)
- SAML SSO support (Enterprise) - [documentation]({{site.baseurl}}/docs/single-sign-on/saml/)
- Audit logs (Enterprise) - [documentation]({{site.baseurl}}/docs/administration/account-user-management/audit/)
- Checking out code with Subversion, HG, Perforce etc. - [documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/non-git-checkout/)
- Migrating to explicit git clone steps - [documentation]({{site.baseurl}}docs/pipelines/steps/git-clone/)
- Custom annotations on projects, pipelines, builds - [documentation]({{site.baseurl}}/docs/pipelines/annotations/)
- Deployments with Pulumi - [documentation]({{site.baseurl}}/docs/example-catalog/cd-examples/pulumi/)
- Deployments with Terraform - [documentation]({{site.baseurl}}/docs/example-catalog/cd-examples/terraform/)
- Codefresh Runner installation - [documentation]({{site.baseurl}}/docs/installation/codefresh-runner/)
- Multiple Dockerhub integrations - [documentation]({{site.baseurl}}/docs/integrations/docker-registries/)

## April 2019
- New project/pipeline view - [documentation]({{site.baseurl}}/docs/pipelines/pipelines/)
- Git clone steps are now required - [documentation]({{site.baseurl}}/docs/pipelines/steps/git-clone/)
- Simple Kubernetes templates - [documentation]({{site.baseurl}}/docs/ci-cd-guides/kubernetes-templating/)

## March 2019
- Helm best practices - [documentation]({{site.baseurl}}/docs/ci-cd-guides/helm-best-practices/)
- Pushing images in parallel with multiple tags - [documentation]({{site.baseurl}}/docs/pipelines/steps/push/#examples)
- Integration with Azure DevOps Repositories - [documentation]({{site.baseurl}}/docs/integrations/git-providers/#azure-devops)
- OAuth2 Connections for supported git providers - [documentation]({{site.baseurl}}/docs/integrations/git-providers/#adding-more-git-providers-to-your-codefresh-account)
- Pipeline ABAC (Enterprise) - [documentation]({{site.baseurl}}/docs/administration/account-user-management/access-control/)

## February 2019

- Access Control (Enterprise) - [documentation]({{site.baseurl}}/docs/administration/account-user-management/access-control/)
- Accessing the shared volume in compositions - [documentation]({{site.baseurl}}/docs/pipelines/steps/composition/#accesing-your-project-folder-from-a-composition)
- Reuse Git integration in custom clone step - [documentation]({{site.baseurl}}/docs/pipelines/steps/git-clone/#reuse-a-git-token-from-codefresh-integrations)
- Run custom Kubectl commands - [documentation]({{site.baseurl}}/docs/deployments/kubernetes/custom-kubectl-commands/)
- Reading Image metadata - [documentation]({{site.baseurl}}/docs/pipelines/docker-image-metadata/)
- Codefresh build agent - [documentation]({{site.baseurl}}/docs/installation/behind-the-firewall/)

## January 2019
- Manual approval step - [documentation]({{site.baseurl}}/docs/pipelines/steps/approval/)
- Shared configuration - [documentation]({{site.baseurl}}/docs/pipelines/configuration/shared-configuration/)
- Running pipelines locally - [documentation]({{site.baseurl}}/docs/pipelines/running-pipelines-locally/)
- Installation options (Enterprise) - [documentation]({{site.baseurl}}/docs/installation/installation-options/)
- Custom volumes for freestyle steps - [documentation]({{site.baseurl}}/docs/pipelines/steps/freestyle/#custom-volumes)
- Helm Environment Promotion boards (Enterprise) - [documentation]({{site.baseurl}}/docs/deployments/helm/helm-environment-promotion/)
- Pipeline resource metrics - [documentation]({{site.baseurl}}/docs/pipelines/monitoring-pipelines/#viewing-pipeline-metrics)
Loading

[8]ページ先頭

©2009-2025 Movatter.jp