From b971c52b370b72e78e7d531cea0602b62393aed2 Mon Sep 17 00:00:00 2001 From: Rucha Deshpande <deshruch@amazon.com> Date: Tue, 27 Feb 2024 14:51:15 +0000 Subject: [PATCH] update aws image --- NOTICE | 13 ++++++------- devops/aws/opa/values.yaml | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/NOTICE b/NOTICE index 33fd4c0c..53fe20f3 100644 --- a/NOTICE +++ b/NOTICE @@ -42,7 +42,7 @@ The following software have components provided under the terms of this license: - sniffio (from https://github.com/python-trio/sniffio) - tenacity (from https://github.com/jd/tenacity) - types-PyYAML (from https://github.com/python/typeshed) -- urllib3 (from https://pypi.org/project/urllib3/2.0.2/, https://pypi.org/project/urllib3/2.0.4/, https://pypi.org/project/urllib3/2.2.0/) +- urllib3 (from https://pypi.org/project/urllib3/2.0.2/, https://pypi.org/project/urllib3/2.0.4/, https://pypi.org/project/urllib3/2.2.1/) - websocket-client (from https://github.com/websocket-client/websocket-client.git) ======================================================================== @@ -64,8 +64,8 @@ The following software have components provided under the terms of this license: - MarkupSafe (from https://palletsprojects.com/p/markupsafe/) - click (from https://palletsprojects.com/p/click/) - cryptography (from https://github.com/pyca/cryptography) -- httpcore (from https://github.com/encode/httpcore, https://pypi.org/project/httpcore/0.18.0/, https://pypi.org/project/httpcore/1.0.2/) -- httpx (from https://pypi.org/project/httpx/0.23.1/, https://pypi.org/project/httpx/0.26.0/) +- httpcore (from https://github.com/encode/httpcore, https://pypi.org/project/httpcore/0.18.0/, https://pypi.org/project/httpcore/1.0.4/) +- httpx (from https://pypi.org/project/httpx/0.23.1/, https://pypi.org/project/httpx/0.27.0/) - idna (from https://pypi.org/project/idna/3.4/, https://pypi.org/project/idna/3.6/) - isodate (from http://cheeseshop.python.org/pypi/isodate, https://github.com/gweis/isodate/) - jinja2 @@ -97,9 +97,8 @@ The following software have components provided under the terms of this license: - PyJWT (from http://github.com/jpadilla/pyjwt, https://github.com/jpadilla/pyjwt) - PyYAML (from http://pyyaml.org/wiki/PyYAML) - annotated-types (from https://pypi.org/project/annotated-types/0.5.0/, https://pypi.org/project/annotated-types/0.6.0/) -- anyio (from https://pypi.org/project/anyio/3.3.0/, https://pypi.org/project/anyio/4.2.0/) +- anyio (from https://pypi.org/project/anyio/3.3.0/, https://pypi.org/project/anyio/4.3.0/) - attrs (from https://attrs.readthedocs.io/, https://pypi.org/project/attrs/23.2.0/, https://www.attrs.org/) -- azure-common (from https://github.com/Azure/azure-sdk-for-python) - azure-core (from https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core) - azure-identity (from https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity) - azure-keyvault-secrets (from https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-secrets) @@ -119,7 +118,7 @@ The following software have components provided under the terms of this license: - msal-extensions (from https://pypi.org/project/msal-extensions/1.0.0/) - munch (from http://github.com/Infinidat/munch, https://github.com/Infinidat/munch) - pluggy -- pydantic (from https://github.com/samuelcolvin/pydantic, https://pypi.org/project/pydantic/2.6.1/) +- pydantic (from https://github.com/samuelcolvin/pydantic, https://pypi.org/project/pydantic/2.6.2/) - pydantic-core (from https://github.com/pydantic/pydantic-core) - pyrsistent (from https://github.com/tobgu/pyrsistent/) - pytest (from http://pytest.org, https://docs.pytest.org/en/latest/) @@ -134,7 +133,7 @@ The following software have components provided under the terms of this license: - starlette-context (from https://github.com/tomwojcik/starlette-context) - tomli (from https://pypi.org/project/tomli/1.2.2/, https://pypi.org/project/tomli/2.0.0/, https://pypi.org/project/tomli/2.0.1/) - typer (from https://github.com/tiangolo/typer) -- urllib3 (from https://pypi.org/project/urllib3/2.0.2/, https://pypi.org/project/urllib3/2.0.4/, https://pypi.org/project/urllib3/2.2.0/) +- urllib3 (from https://pypi.org/project/urllib3/2.0.2/, https://pypi.org/project/urllib3/2.0.4/, https://pypi.org/project/urllib3/2.2.1/) - uuid7 (from https://github.com/stevesimmons/uuid7) ======================================================================== diff --git a/devops/aws/opa/values.yaml b/devops/aws/opa/values.yaml index eedc1e74..f47c4b07 100644 --- a/devops/aws/opa/values.yaml +++ b/devops/aws/opa/values.yaml @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -image: openpolicyagent/opa:0.57.0 \ No newline at end of file +image: openpolicyagent/opa:0.61.0 -- GitLab