Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Troposphere library "AttributeError" fix and python3.9 runtime support #1030

Closed
wants to merge 27 commits into from

Commits on Aug 31, 2021

  1. Update core.py

    "add_description" in line 2417 doesn't exists for self.cf_template which is troposphere.Template(). There is "set_description" in troposphere.Template(). Every time while deploying or updating, it generates this error.
    ghostmaster-ai authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    8869c63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c52702c View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    support for python3.9 in local and aws
    ghostmaster-ai authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    d2e563c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Bump sqlparse from 0.4.1 to 0.4.2

    Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.1 to 0.4.2.
    - [Release notes](https://github.com/andialbrecht/sqlparse/releases)
    - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
    - [Commits](andialbrecht/sqlparse@0.4.1...0.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: sqlparse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    edf22ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ghostmaster-ai/dependabot/pip/sqlparse-0.4.2

    Bump sqlparse from 0.4.1 to 0.4.2
    ghostmaster-ai authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    961701b View commit details
    Browse the repository at this point in the history
  3. Bump django from 3.1.7 to 3.1.13

    Bumps [django](https://github.com/django/django) from 3.1.7 to 3.1.13.
    - [Release notes](https://github.com/django/django/releases)
    - [Commits](django/django@3.1.7...3.1.13)
    
    ---
    updated-dependencies:
    - dependency-name: django
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    f9351ec View commit details
    Browse the repository at this point in the history
  4. Bump urllib3 from 1.26.4 to 1.26.5

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@1.26.4...1.26.5)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    cf38d8d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from ghostmaster-ai/dependabot/pip/django-3.1.13

    Bump django from 3.1.7 to 3.1.13
    ghostmaster-ai authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    370bff3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from ghostmaster-ai/dependabot/pip/urllib3-1.26.5

    Bump urllib3 from 1.26.4 to 1.26.5
    ghostmaster-ai authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    86556c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    886c78e View commit details
    Browse the repository at this point in the history
  8. Change to Zappa2

    ghostmaster-ai committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    e659c83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68791a3 View commit details
    Browse the repository at this point in the history
  10. Create FUNDING.yml

    ghostmaster-ai authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    7f4f1b8 View commit details
    Browse the repository at this point in the history
  11. .

    ghostmaster-ai committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    f7db071 View commit details
    Browse the repository at this point in the history
  12. .

    ghostmaster-ai committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    9926a6f View commit details
    Browse the repository at this point in the history
  13. Update FUNDING.yml

    ghostmaster-ai authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    20518b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Update FUNDING.yml

    ghostmaster-ai authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    6e144ed View commit details
    Browse the repository at this point in the history
  2. Update README.md

    ghostmaster-ai authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    07fbacb View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ghostmaster-ai authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    bd67bec View commit details
    Browse the repository at this point in the history
  4. Update README.md

    ghostmaster-ai authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    52c75e6 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    ghostmaster-ai authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    9a10108 View commit details
    Browse the repository at this point in the history
  6. fix zappa#1039 prohibit public access to created lambda functions by…

    … setting SourceAccount when creating lambda resource policy.
    bruceduhamel committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    c7138ba View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5 from bruceduhamel/master

     fix zappa#1039 prohibit public access to created lambda functions by…
    ghostmaster-ai authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    d5314b8 View commit details
    Browse the repository at this point in the history
  8. 0.53.2

    ghostmaster-ai committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    f82f331 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    88f9707 View commit details
    Browse the repository at this point in the history
  2. .

    ghostmaster-ai committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    44a6108 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Configuration menu
    Copy the full SHA
    06f547b View commit details
    Browse the repository at this point in the history