- Notifications
You must be signed in to change notification settings - Fork165
Nov saas release notes#1113
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
5 commits Select commitHold shift + click to select a range
File 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,98 @@ | ||
| --- | ||
| title: "Release Notes: November 2024" | ||
| description: "Release Notes for Codefresh Pipelines and GitOps" | ||
| --- | ||
| ## Features & enhancements | ||
| ### General: Annotate image by name via CLI | ||
| Now using the CLI, you can annotate your images also by their names, instead of only the image SHA. | ||
| You can easily find and copy the image name from the Images dashboard. | ||
| {% include | ||
| image.html | ||
| lightbox="true" | ||
| file="/images/whats-new/nov24/image-name-images-dashboard.png" | ||
| url="/images/whats-new/nov24/image-name-images-dashboard.png" | ||
| alt="Copy image name from Images dashboard" | ||
| caption="Copy image name from Images dashboard" | ||
| max-width="60%" | ||
| %} | ||
| Here's an example of the CLI command: | ||
| `codefresh annotate image docker.io/codefresh-io/cli:latest -l coverage=75% -l tests_passed=true` | ||
| To use this feature, make sure to upgrade to the latest CLI version. | ||
| ### Pipelines: Octopus Deploy integration | ||
| We're excited to announce the first set of official Codefresh steps for Octopus Deploy! | ||
| With these steps, you can streamline your pipeline and integrate your Codefresh builds with deployments in Octopus Deploy. | ||
| Explore these steps in the [Codefresh steps marketplace](https://codefresh.io/steps){:target="\_blank"}: | ||
| * Log in to Octopus Deploy | ||
| * Push packages to Octopus Deploy | ||
| * Create releases in Octopus Deploy | ||
| * Deploy a release in Octopus Deploy | ||
| * Deploy a tenanted release in Octopus Deploy | ||
| * Run a runbook in Octopus Deploy | ||
| * Push build information to Octopus Deploy | ||
| For details, see [Octopus Deploy pipeline integration]({{site.baseurl}}/docs/integrations/octopus-deploy/). | ||
| ### GitOps: Reporting for multi-architecture images | ||
| Image reporting is now available for multi-architecture images. | ||
| On drill down into the image from the Images dashboard, the OS/Arch column displays digests for each OS architecture. | ||
| {% include | ||
| image.html | ||
| lightbox="true" | ||
| file="/images/whats-new/oct24/rel-notes-oct-24-multi-arch-image.png" | ||
| url="/images/whats-new/oct24/rel-notes-oct-24-multi-arch-image.png" | ||
| alt="Multi-arch image in Images dashboard" | ||
| caption="Multi-arch image in Images dashboard" | ||
| max-width="80%" | ||
| %} | ||
| <!--- | ||
| ### GitOps: Display full name for applications | ||
| Here's a usability enhancement that's sure to resonate: display full name of applications in the Current State tab of the GitOps Apps dashboard. | ||
| If you have naming conventions that result in long application names, easily toggle between displaying the full/truncated application name with a handy button in the | ||
| {% include | ||
| image.html | ||
| lightbox="true" | ||
| file="/images/whats-new/oct24/rel-notes-oct-24-show-full-app-name.png" | ||
| url="/images/whats-new/oct24/rel-notes-oct-24-show-full-app-name.png" | ||
| alt="Show Full Name toggle in Current State tab" | ||
| caption="Show Full Name toggle in Current State tab" | ||
| max-width="80%" | ||
| %} | ||
| --> | ||
| ## Bug fixes | ||
| ##### General | ||
| * Active user gets logged out from account due to inactivity even when session is active. | ||
| ##### Pipelines | ||
| * Engine pod logs display values of secret variables. | ||
| * Pipelines in debug mode terminated even when there is no active debug session. | ||
| * Container file system changes owner when cached using composition. | ||
| ##### GitOps | ||
| * Multi-arch images not reported in Images dashboard. | ||
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.