diff --git a/docs/docsite/rst/release_notes/relnotes.rst b/docs/docsite/rst/release_notes/relnotes.rst index a3d802ba43ec..29a555baf6ae 100644 --- a/docs/docsite/rst/release_notes/relnotes.rst +++ b/docs/docsite/rst/release_notes/relnotes.rst @@ -5,12 +5,40 @@ Release Notes ************** .. index:: - pair: release notes; v23.00 + pair: release notes; v23.0.0 + pair: release notes; v23.1.0 For versions older than 23.0.0, refer to `AWX Release Notes `_. -.. Removed relnotes_current from common/. +23.1.0 +------- + +- Re-ran the updater script after upstream removal of Python `future` dependency (@AlanCoding #14265) +- Fixed approval node documentation in ``workflow_job_template collection`` module (@sean-m-sullivan #14359) +- Cleaned up old auto-cleanup host metrics data (@slemrmartin #14255) +- Added instructions for solving database-related issues during initial startup (@Andersson007 #14225) +- Fixed undefined property error when a task was skipped and taskAction is debug or yum (@ivanilsonaraujojr #14372) +- Updated runner to provide ``job_explanation`` more detail when reporting errors (@AlanCoding #13482) +- Updated CI ``actions/checkout`` and ``actions/setup-python`` to latest versions to eliminate node warnings (@relrod #14398) +- Allowed ``saml_admin_attr`` to work in conjunction with SAML Org Map (@john-westcott-iv #14285) +- Removed unnecessary scheduler state save (@AlanCoding #14396) +- Created AWX docsite with RST content (@oraNod and @tvo318 #14328) +- Corrected reporting for task container resource limits set (in K8s), revising the handling of execution nodes specifically. (@djyasin #14315) +- Added check for building the AWX docsite (@AlanCoding #14406) +- Added readthedocs configuration for AWX docs (@oraNod #14413) +- Added release notes for AWX version 23.0.0 (@tvo318 #14409) +- Enabled collection integration tests on GHA (@relrod #14397) +- Updated missing inventory error messages (@marshmalien #14416) +- Fixed collection metadata license to match intent (@AlanCoding #14404) +- Updated activity stream to prevent it from logging entries when instances go offline (@AlanCoding #14385) +- Corrected the information about the default behavior described in the the docker-compose instructions (@AlanCoding #14418) +- Bumped babel dependencies (@keithjgrant #14370) +- Added example secrets in the docs to an allow list so it will be ignored in security scans (@oraNod #14408) +- Rebuilt ``package-lock`` file (@keithjgrant #14423) +- Implemented a base64 encoding check on the JSON Web Token (JWT) returned from a Conjur Enterprise authentication (@infamousjoeg #14386) +- Added a check that detects jobs already in progress to prevent users from launching multiple jobs by rapidly clicking on buttons (@mabashian #14407) + 23.0.0 -------