|
| 1 | +--- |
| 2 | +title:"Release Notes: November 2024" |
| 3 | +description:"Release Notes for Codefresh Pipelines and GitOps" |
| 4 | +--- |
| 5 | +##Features & enhancements |
| 6 | + |
| 7 | +###General: Annotate image by name via CLI |
| 8 | +Now using the CLI, you can annotate your images also by their names, instead of only the image SHA. |
| 9 | + |
| 10 | + |
| 11 | +You can easily find and copy the image name from the Images dashboard. |
| 12 | + |
| 13 | +{% include |
| 14 | + image.html |
| 15 | + lightbox="true" |
| 16 | + file="/images/whats-new/nov24/image-name-images-dashboard.png" |
| 17 | + url="/images/whats-new/nov24/image-name-images-dashboard.png" |
| 18 | + alt="Copy image name from Images dashboard" |
| 19 | + caption="Copy image name from Images dashboard" |
| 20 | + max-width="60%" |
| 21 | + %} |
| 22 | + |
| 23 | + |
| 24 | +Here's an example of the CLI command: |
| 25 | +`codefresh annotate image docker.io/codefresh-io/cli:latest -l coverage=75% -l tests_passed=true` |
| 26 | + |
| 27 | +To use this feature, make sure to upgrade to the latest CLI version. |
| 28 | + |
| 29 | + |
| 30 | +###Pipelines: Octopus Deploy integration |
| 31 | +We're excited to announce the first set of official Codefresh steps for Octopus Deploy! |
| 32 | +With these steps, you can streamline your pipeline and integrate your Codefresh builds with deployments in Octopus Deploy. |
| 33 | + |
| 34 | +Explore these steps in the[Codefresh steps marketplace](https://codefresh.io/steps){:target="\_blank"}: |
| 35 | +* Log in to Octopus Deploy |
| 36 | +* Push packages to Octopus Deploy |
| 37 | +* Create releases in Octopus Deploy |
| 38 | +* Deploy a release in Octopus Deploy |
| 39 | +* Deploy a tenanted release in Octopus Deploy |
| 40 | +* Run a runbook in Octopus Deploy |
| 41 | +* Push build information to Octopus Deploy |
| 42 | + |
| 43 | +For details, see[Octopus Deploy pipeline integration]({{site.baseurl}}/docs/integrations/octopus-deploy/). |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | +###GitOps: Reporting for multi-architecture images |
| 49 | +Image reporting is now available for multi-architecture images. |
| 50 | +On drill down into the image from the Images dashboard, the OS/Arch column displays digests for each OS architecture. |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | +{% include |
| 56 | + image.html |
| 57 | + lightbox="true" |
| 58 | + file="/images/whats-new/oct24/rel-notes-oct-24-multi-arch-image.png" |
| 59 | + url="/images/whats-new/oct24/rel-notes-oct-24-multi-arch-image.png" |
| 60 | + alt="Multi-arch image in Images dashboard" |
| 61 | + caption="Multi-arch image in Images dashboard" |
| 62 | + max-width="80%" |
| 63 | + %} |
| 64 | + |
| 65 | + |
| 66 | +<!--- |
| 67 | +### GitOps: Display full name for applications |
| 68 | +
|
| 69 | +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. |
| 70 | +
|
| 71 | +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 |
| 72 | +
|
| 73 | +{% include |
| 74 | + image.html |
| 75 | + lightbox="true" |
| 76 | + file="/images/whats-new/oct24/rel-notes-oct-24-show-full-app-name.png" |
| 77 | + url="/images/whats-new/oct24/rel-notes-oct-24-show-full-app-name.png" |
| 78 | + alt="Show Full Name toggle in Current State tab" |
| 79 | + caption="Show Full Name toggle in Current State tab" |
| 80 | + max-width="80%" |
| 81 | + %} |
| 82 | +--> |
| 83 | + |
| 84 | +##Bug fixes |
| 85 | + |
| 86 | +#####General |
| 87 | +* Active user gets logged out from account due to inactivity even when session is active. |
| 88 | + |
| 89 | + |
| 90 | +#####Pipelines |
| 91 | +* Engine pod logs display values of secret variables. |
| 92 | +* Pipelines in debug mode terminated even when there is no active debug session. |
| 93 | +* Container file system changes owner when cached using composition. |
| 94 | + |
| 95 | +#####GitOps |
| 96 | +* Multi-arch images not reported in Images dashboard. |
| 97 | + |
| 98 | + |