Skip to content

DEVOPS-831 Update RE Build Scripts and Use Default Gunicorn Worker D->M#138

Merged
14 commits merged intomainfrom
develop
Jun 14, 2022
Merged

DEVOPS-831 Update RE Build Scripts and Use Default Gunicorn Worker D->M#138
14 commits merged intomainfrom
develop

Conversation

@bio-boris
Copy link
Copy Markdown
Contributor

@bio-boris bio-boris commented Jun 11, 2022

  • I updated the README.md docs to reflect this change.

For changes to the codebase:

  • I have written tests to cover this change.
  • This is not a breaking API change OR
  • This is a breaking API change and I have incremented the API version and added a summary to CHANGELOG.md.

[0.0.21] 2022-06-13

Added

  • Dependabot

Changed

  • Update Github Actions to use new format
  • Upgrades:
    • flask: 1.0.2 -> 2.1.2
    • gunicorn: 19.9.0 -> 20.1.0
    • requests: 2.20.0 -> 2.28.0
    • pyyaml: 5.4 -> 6.0
  • Use default instead of gevent for gunicorn

n1mus and others added 4 commits May 25, 2022 17:07
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4 to 6.0.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.4...6.0)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@bio-boris bio-boris changed the title D->M DEVOPS-831 Update RE Build Scripts D->M Jun 13, 2022
scanon and others added 6 commits June 13, 2022 14:18
Switch from gevent to default for gunicorn.  We seem to be hitting errors with gevent.
trigger build.. It didn't build on this first commit.
Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.28.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.20.0...v2.28.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@bio-boris bio-boris marked this pull request as ready for review June 13, 2022 21:41
@bio-boris bio-boris requested a review from ialarmedalien as a code owner June 13, 2022 21:41
@bio-boris bio-boris requested a review from a user June 13, 2022 21:41
@bio-boris
Copy link
Copy Markdown
Contributor Author

The changelogs are no longer correct. Once GHA is working correctly, will have to go back and update them.

dependabot Bot and others added 4 commits June 13, 2022 21:44
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 20.1.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@19.9.0...20.1.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [flask](https://github.com/pallets/flask) from 1.0.2 to 2.1.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@1.0.2...2.1.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@bio-boris bio-boris changed the title DEVOPS-831 Update RE Build Scripts D->M DEVOPS-831 Update RE Build Scripts and Use Default Gunicorn Worker D->M Jun 14, 2022
@ghost ghost merged commit d3edf07 into main Jun 14, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants