Skip to content

Commit

Permalink
Release v3.80.0 (#3666)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Josh Kofsky <[email protected]>
Co-authored-by: David Reed <[email protected]>
  • Loading branch information
4 people authored Sep 29, 2023
1 parent 7e2068c commit e2e5c4d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cumulusci/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.79.0"
__version__ = "3.80.0"
40 changes: 37 additions & 3 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@

<!-- latest-start -->

## v3.80.0 (2023-09-29)

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed

### Changes 🎉

- Allow setting Major and Minor Version in upload_production task by [@jain-naman-sf](https://github.com/jain-naman-sf) in [#3651](https://github.com/SFDO-Tooling/CumulusCI/pull/3651)
- Add better error handling for empty or invalid org and service env vars by [@prescod](https://github.com/prescod) in [#3365](https://github.com/SFDO-Tooling/CumulusCI/pull/3365)
- Query with install_key in promote_package_version (via @zenibako) by [@davidmreed](https://github.com/davidmreed) in [#3654](https://github.com/SFDO-Tooling/CumulusCI/pull/3654)
- Trim whitespaces during service data entry by [@aditya-balachander](https://github.com/aditya-balachander) in [#3661](https://github.com/SFDO-Tooling/CumulusCI/pull/3661)
- Display namespace in output of `cci org info` by [@jain-naman-sf](https://github.com/jain-naman-sf) in [#3662](https://github.com/SFDO-Tooling/CumulusCI/pull/3662)
- Extend `deploy` task to support REST API deployment by [@aditya-balachander](https://github.com/aditya-balachander) in [#3650](https://github.com/SFDO-Tooling/CumulusCI/pull/3650)
- Add `ApexTestSuite` support in the `run_tests` task by [@mjawadtp](https://github.com/mjawadtp) in [#3660](https://github.com/SFDO-Tooling/CumulusCI/pull/3660)
- Implement variable substitution for nested structures in cumulusci.yml by [@aditya-balachander](https://github.com/aditya-balachander) in [#3665](https://github.com/SFDO-Tooling/CumulusCI/pull/3665)
- Add XPath-based 'find_replace' functionality to `deploy` by [@aditya-balachander](https://github.com/aditya-balachander) in [#3655](https://github.com/SFDO-Tooling/CumulusCI/pull/3655)
- Improve message description handling for scratch org cli `not_found` error by [@lakshmi2506](https://github.com/lakshmi2506) in [#3659](https://github.com/SFDO-Tooling/CumulusCI/pull/3659)
- Add `deactivate_flows` task by [@lakshmi2506](https://github.com/lakshmi2506) in [#3664](https://github.com/SFDO-Tooling/CumulusCI/pull/3664)

### Issues Fixed 🩴

- Add guard for empty body to github_release_report by [@jstvz](https://github.com/jstvz) in [#3645](https://github.com/SFDO-Tooling/CumulusCI/pull/3645)

## New Contributors

- @zenibako made their first contribution in [#3654](https://github.com/SFDO-Tooling/CumulusCI/pull/3654)

* @jain-naman-sf made their first contribution in [#3651](https://github.com/SFDO-Tooling/CumulusCI/pull/3651)
* @aditya-balachander made their first contribution in [#3661](https://github.com/SFDO-Tooling/CumulusCI/pull/3661)
* @mjawadtp made their first contribution in [#3660](https://github.com/SFDO-Tooling/CumulusCI/pull/3660)
* @lakshmi2506 made their first contribution in [#3659](https://github.com/SFDO-Tooling/CumulusCI/pull/3659)

**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.79.0...v3.80.0

<!-- latest-stop -->

## v3.79.0 (2023-09-07)

<!-- Release notes generated using configuration in .github/release.yml at main -->
Expand All @@ -14,8 +51,6 @@

**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.78.0...v3.79.0

<!-- latest-stop -->

## v3.78.0 (2023-08-10)

<!-- Release notes generated using configuration in .github/release.yml at main -->
Expand Down Expand Up @@ -4218,7 +4253,6 @@ the original set of flows was designed.
> - **dependencies** Runs the pre-package deployment dependency
> tasks **update_dependencies** and **deploy_pre** This flow is
> called by almost all the main flows.
>
> - **config\_**\* flows provide a place to customize the package
> configuration for different environments. These flows are
> called by the main flows after the package metadata is
Expand Down

0 comments on commit e2e5c4d

Please sign in to comment.