Skip to content

Commit

Permalink
Merge branch 'main' into feature/profile_addition
Browse files Browse the repository at this point in the history
  • Loading branch information
jain-naman-sf authored Dec 5, 2023
2 parents 178c415 + 9b11bb8 commit 678e8a3
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 31 deletions.
2 changes: 1 addition & 1 deletion cumulusci/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.81.0"
__version__ = "3.82.0"
32 changes: 30 additions & 2 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

<!-- latest-start -->

## v3.82.0 (2023-12-01)

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

## What's Changed

### Critical Changes 🛠

- Remove `robot_lint` task and dependencies by [@jstvz](https://github.com/jstvz) in [#3697](https://github.com/SFDO-Tooling/CumulusCI/pull/3697)

### Changes 🎉

- Show an error message when no `origin` remote is present by [@lakshmi2506](https://github.com/lakshmi2506) in [#3679](https://github.com/SFDO-Tooling/CumulusCI/pull/3679)
- Improve task `return_values` documentation by [@lakshmi2506](https://github.com/lakshmi2506) in [#3689](https://github.com/SFDO-Tooling/CumulusCI/pull/3689)
- Task to retrieve a complete Profile from an org by [@aditya-balachander](https://github.com/aditya-balachander) in [#3672](https://github.com/SFDO-Tooling/CumulusCI/pull/3672)
- Support Python 3.12 by [@jstvz](https://github.com/jstvz) in [#3691](https://github.com/SFDO-Tooling/CumulusCI/pull/3691)
- Make task `options` read only when using Pydantic option validation by [@aditya-balachander](https://github.com/aditya-balachander) in [#3695](https://github.com/SFDO-Tooling/CumulusCI/pull/3695)

### Issues Fixed 🩴

- Fix Github url parse error for some scenarios by [@mgrandhi](https://github.com/mgrandhi) in [#3683](https://github.com/SFDO-Tooling/CumulusCI/pull/3683)

## New Contributors

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

**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.81.0...v3.82.0

<!-- latest-stop -->

## v3.81.0 (2023-11-03)

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

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

<!-- latest-stop -->

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

<!-- Release notes generated using configuration in .github/release.yml at main -->
Expand Down
51 changes: 29 additions & 22 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ attrs==23.1.0
# referencing
authlib==1.2.1
# via simple-salesforce
babel==2.13.0
babel==2.13.1
# via sphinx
beautifulsoup4==4.12.2
# via furo
black==23.10.0
black==23.11.0
# via cumulusci (pyproject.toml)
cachetools==5.3.1
cachetools==5.3.2
# via tox
certifi==2023.7.22
# via
Expand All @@ -48,11 +48,12 @@ coverage[toml]==7.3.2
# via
# cumulusci (pyproject.toml)
# pytest-cov
cryptography==41.0.4
cryptography==41.0.7
# via
# authlib
# cumulusci (pyproject.toml)
# pyjwt
# secretstorage
defusedxml==0.7.1
# via cumulusci (pyproject.toml)
distlib==0.3.7
Expand All @@ -75,7 +76,7 @@ faker-edu==1.0.0
# via snowfakery
faker-nonprofit==1.0.0
# via snowfakery
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand All @@ -87,11 +88,11 @@ furo==2023.3.27
# via cumulusci (pyproject.toml)
github3-py==4.0.1
# via cumulusci (pyproject.toml)
greenlet==3.0.0
greenlet==3.0.1
# via sqlalchemy
gvgen==1.0
# via snowfakery
identify==2.5.30
identify==2.5.32
# via pre-commit
idna==3.4
# via
Expand All @@ -104,23 +105,27 @@ importlib-metadata==6.8.0
# via
# keyring
# sphinx
importlib-resources==6.1.0
importlib-resources==6.1.1
# via
# jsonschema
# jsonschema-specifications
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via cumulusci (pyproject.toml)
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# cumulusci (pyproject.toml)
# myst-parser
# snowfakery
# sphinx
jsonschema==4.19.1
jsonschema==4.20.0
# via cumulusci (pyproject.toml)
jsonschema-specifications==2023.7.1
jsonschema-specifications==2023.11.2
# via jsonschema
keyring==23.0.1
# via cumulusci (pyproject.toml)
Expand Down Expand Up @@ -164,7 +169,7 @@ pathspec==0.11.2
# via black
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==3.11.0
platformdirs==4.0.0
# via
# black
# tox
Expand All @@ -189,7 +194,7 @@ pydantic==1.10.12
# snowfakery
pyflakes==2.3.1
# via flake8
pygments==2.16.1
pygments==2.17.2
# via
# furo
# rich
Expand Down Expand Up @@ -232,7 +237,7 @@ pyyaml==6.0.1
# responses
# snowfakery
# vcrpy
referencing==0.30.2
referencing==0.31.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -251,7 +256,7 @@ requests-futures==1.0.1
# via cumulusci (pyproject.toml)
responses==0.23.1
# via cumulusci (pyproject.toml)
rich==13.6.0
rich==13.7.0
# via cumulusci (pyproject.toml)
robotframework==6.1.1
# via
Expand All @@ -262,15 +267,15 @@ robotframework==6.1.1
# robotframework-stacktrace
robotframework-pabot==2.16.0
# via cumulusci (pyproject.toml)
robotframework-pythonlibcore==4.2.0
robotframework-pythonlibcore==4.3.0
# via robotframework-seleniumlibrary
robotframework-requests==0.9.5
robotframework-requests==0.9.6
# via cumulusci (pyproject.toml)
robotframework-seleniumlibrary==5.1.3
# via cumulusci (pyproject.toml)
robotframework-stacktrace==0.4.1
# via robotframework-pabot
rpds-py==0.10.6
rpds-py==0.13.2
# via
# jsonschema
# referencing
Expand All @@ -280,6 +285,8 @@ salesforce-bulk==2.2.0
# via cumulusci (pyproject.toml)
sarge==0.1.7.post1
# via cumulusci (pyproject.toml)
secretstorage==3.3.3
# via keyring
selenium==3.141.0
# via
# cumulusci (pyproject.toml)
Expand Down Expand Up @@ -324,7 +331,7 @@ sqlalchemy==1.4.49
# via
# cumulusci (pyproject.toml)
# snowfakery
testfixtures==7.2.0
testfixtures==7.2.2
# via cumulusci (pyproject.toml)
tomli==2.0.1
# via
Expand All @@ -333,7 +340,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.11.3
tox==4.11.4
# via cumulusci (pyproject.toml)
typeguard==2.13.3
# via cumulusci (pyproject.toml)
Expand Down Expand Up @@ -361,15 +368,15 @@ vcrpy==5.1.0
# via
# cumulusci (pyproject.toml)
# pytest-vcr
virtualenv==20.24.5
virtualenv==20.24.7
# via
# pre-commit
# tox
wrapt==1.15.0
wrapt==1.16.0
# via vcrpy
xmltodict==0.13.0
# via cumulusci (pyproject.toml)
yarl==1.9.2
yarl==1.9.3
# via vcrpy
zipp==3.17.0
# via
Expand Down
19 changes: 13 additions & 6 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ click==8.1.6
# via
# cumulusci (pyproject.toml)
# snowfakery
cryptography==41.0.4
cryptography==41.0.7
# via
# authlib
# cumulusci (pyproject.toml)
# pyjwt
# secretstorage
defusedxml==0.7.1
# via cumulusci (pyproject.toml)
docutils==0.16
Expand All @@ -45,7 +46,7 @@ fs==2.4.16
# via cumulusci (pyproject.toml)
github3-py==4.0.1
# via cumulusci (pyproject.toml)
greenlet==3.0.0
greenlet==3.0.1
# via sqlalchemy
gvgen==1.0
# via snowfakery
Expand All @@ -55,6 +56,10 @@ idna==3.4
# snowfakery
importlib-metadata==6.8.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# cumulusci (pyproject.toml)
Expand Down Expand Up @@ -84,7 +89,7 @@ pydantic==1.10.12
# via
# cumulusci (pyproject.toml)
# snowfakery
pygments==2.16.1
pygments==2.17.2
# via rich
pyjwt[crypto]==2.8.0
# via
Expand Down Expand Up @@ -115,7 +120,7 @@ requests==2.29.0
# snowfakery
requests-futures==1.0.1
# via cumulusci (pyproject.toml)
rich==13.6.0
rich==13.7.0
# via cumulusci (pyproject.toml)
robotframework==6.1.1
# via
Expand All @@ -126,9 +131,9 @@ robotframework==6.1.1
# robotframework-stacktrace
robotframework-pabot==2.16.0
# via cumulusci (pyproject.toml)
robotframework-pythonlibcore==4.2.0
robotframework-pythonlibcore==4.3.0
# via robotframework-seleniumlibrary
robotframework-requests==0.9.5
robotframework-requests==0.9.6
# via cumulusci (pyproject.toml)
robotframework-seleniumlibrary==5.1.3
# via cumulusci (pyproject.toml)
Expand All @@ -140,6 +145,8 @@ salesforce-bulk==2.2.0
# via cumulusci (pyproject.toml)
sarge==0.1.7.post1
# via cumulusci (pyproject.toml)
secretstorage==3.3.3
# via keyring
selenium==3.141.0
# via
# cumulusci (pyproject.toml)
Expand Down

0 comments on commit 678e8a3

Please sign in to comment.