This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
Releases: redhatcloudx/transformer
Releases · redhatcloudx/transformer
2.0.0
What's Changed
- V2 create basic structure #671 by @miyunari in #682
- Add staging release workflow by @FKolwa in #684
- V2 list provider by OS #590 by @miyunari in #686
- V2 list version by provider #592 by @miyunari in #687
- V2 list region by version #593 by @miyunari in #688
- Trivial typo fix by @major in #690
- Convert DataEntry to a dataclass by @major in #691
- transform: Fix type checks by @major in #692
- V2ListRegionByVersion: Try simplifying by @major in #694
- DataEntry: 💯 test coverage by @major in #697
- V2 list image by region #594 by @miyunari in #698
- Update dependency rich to ^13.5.0 by @renovate in #701
- Lock file maintenance by @renovate in #702
- Update dependency rich to ^13.5.1 by @renovate in #703
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.281 by @renovate in #704
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.282 by @renovate in #705
- Update dependency rich to ^13.5.2 by @renovate in #706
- More transformer v2 refactoring by @major in #696
- add v2 documentation by @miyunari in #707
- Lock file maintenance by @renovate in #708
- Update dependency tox to ^4.7.0 by @renovate in #709
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.283 by @renovate in #710
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.284 by @renovate in #711
- Update dependency mypy to ^1.5.0 by @renovate in #712
- Update dependency tox to ^4.8.0 by @renovate in #713
- Lock file maintenance by @renovate in #714
- Update dependency pytest-randomly to ^3.14.0 by @renovate in #715
- Update dependency pytest-randomly to ^3.15.0 by @renovate in #716
- Update dependency tox to ^4.9.0 by @renovate in #717
- Update dependency mypy to ^1.5.1 by @renovate in #718
- Update dependency click to ^8.1.7 by @renovate in #719
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.285 by @renovate in #720
- Lock file maintenance by @renovate in #721
- Update dependency tox to ^4.10.0 by @renovate in #722
- Update aws-actions/configure-aws-credentials action to v3 by @renovate in #723
- Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.286 by @renovate in #725
- Lock file maintenance by @renovate in #726
Full Changelog: 0.1.2...2.0.0
0.1.2
Pre-release as a fixture to enable production and staging workflows.
What's Changed
- Rename AWS cloud_access to hourly by @major in #1
- Add Google image lookup by @major in #2
- Update boto3 to latest by @major in #3
- Download all AWS images from all regions by @major in #4
- Add initial CLI and tests by @major in #5
- Move fixtures to shared conftest for re-use by @major in #10
- Make Azure functions call for access token by @major in #13
- Refactor AWS images for hourly/cloudaccess by @major in #11
- Add code release workflow by @FKolwa in #15
- Move hardcoded AWS OwnerId to config by @major in #16
- Update project deps for 20221007 by @major in #24
- Remove LRU cache for get_azure_access_token by @major in #26
- Disable live tests on PR from fork by @major in #27
- Basic functions for getting images from Azure by @major in #23
- Get a full list of Azure images by @major in #28
- Skip e2e tests on forks by @FKolwa in #30
- remove hardcoded project name by @miyunari in #20
- Fix missing azure images test coverage by @major in #32
- Update poetry lockfile for updates by @major in #33
- Add AWS image name parser by @major in #35
- Add docs about how to provide secrets by @major in #36
- Add CLI support for dumping Azure images by @major in #31
- add miyunari as author and mantainer by @miyunari in #38
- Filter out opt-in AWS regions temporarily by @major in #40
- Update dependencies by @major in #41
- Set Python 3.9 as minimum version by @major in #42
- Add e2e AWS test for opt-in region by @major in #44
- Add container release workflow by @FKolwa in #45
- Update poetry/pre-commit deps by @major in #46
- add gcp image list command to CLI by @miyunari in #37
- Add Azure image listing to workflow by @FKolwa in #49
- split update_images file by @miyunari in #51
- Add Google Auth to workflow by @FKolwa in #56
- Update dependencies by @major in #61
- Update dependencies for 2022-10-20 by @major in #69
- remove cloud provider name from accessor functions by @miyunari in #70
- Get more data from GCP about images by @major in #63
- Update dependencies for 2022-10-24 by @major in #74
- Allow pre-commit.ci to automatically fix PR by @major in #78
- Automatically format docstrings with docformatter by @major in #79
- Push cloud-image-locator container to quay by @FKolwa in #72
- pre-commit: Use defaults for isort by @major in #81
- Update dependencies 2022-10-28 by @major in #87
- Update dependencies 2022-10-31 🎃 by @major in #89
- Switch to 3.11 in CI by @major in #88
- Add Schema definition by @FKolwa in #90
- Ignore mypy error for lambda by @major in #98
- Update dependencies for 2022-11-03 by @major in #99
- Convert AWS image data to schema approved format by @FKolwa in #105
- Allow Google auth failure if secrets not present by @major in #100
- Bump boto3 from 1.26.1 to 1.26.2 by @dependabot in #103
- Add aws formatting to cli by @FKolwa in #107
- Update dependencies 20221109 by @major in #108
- Bump google-github-actions/auth from 0 to 1 by @dependabot in #109
- Bump boto3 from 1.26.5 to 1.26.7 by @dependabot in #113
- Extend Azure image details by @FKolwa in #114
- Format Azure image data according to schema by @FKolwa in #115
- 🚀 Update dependencies for 2022-11-14 by @major in #116
- Add Azure image formatting to CLI by @FKolwa in #118
- Bump boto3 from 1.26.8 to 1.26.9 by @dependabot in #120
- Convert google image data to json schema by @miyunari in #111
- test gcp filtering based on real data by @miyunari in #123
- Update dependencies for 2022-11-17 by @major in #124
- Add Google image formatting to CLI by @FKolwa in #122
- AWS read test response from json by @miyunari in #127
- Add REST API base implementation by @FKolwa in #132
- Add initial production environment to REST API server by @FKolwa in #133
- Configure Renovate by @renovate in #126
- Update dependency mypy to ^0.991 by @renovate in #146
- Update dependency flake8 to v6 by @renovate in #147
- periodically update cloud provider test data by @miyunari in #137
- add aws endpoint by @miyunari in #152
- Add Azure API endpoint by @FKolwa in #150
- [Update] cloud provider test data by @github-actions in #153
- Update dependency pytest-xdist to v3 by @renovate in #151
- Read azure test response from json by @miyunari in #154
- [Update] cloud provider test data by @github-actions in #159
- Add api server to container by @FKolwa in #156
- Update dependencies 2022-11-28 by @major in #161
- [Update] cloud provider test data by @github-actions in #163
- Revert "[Update] cloud provider test data" by @miyunari in #169
- [Update] cloud provider test data by @github-actions in #176
- Remove dependabot configuration by @major in #173
- Revert "[Update] cloud provider test data" by @miyunari in #179
- resolve name inconsistency by @miyunari in #168
- Make renovate update the lockfile by @major in #175
- Update dependency boto3 to v1.26.20 by @renovate in #180
- Update dependency jsonschema to v4.17.3 by @renovate in #181
- Update pre-commit hook asottile/pyupgrade to v3.2.3 by @renovate in #183
- Update dependency pylint to v2.15.7 by @renovate in #182
- [Update] cloud provider test data by @github-actions in #186
- Rename google cli call in container release workflow by @FKolwa in #190
- [Update] cloud provider test data by @github-actions in #188
- Extend amount of GCP images by @FKolwa in #192
- Update pre-commit hook asottile/pyupgrade...
0.1.1
change py target version