Skip to content

Commit

Permalink
Added release notes for version 23.1.0 (#14471)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvo318 committed Sep 21, 2023
1 parent a290b08 commit c9d1a4d
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions docs/docsite/rst/release_notes/relnotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/ansible/awx/releases>`_.

.. 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
-------
Expand Down

0 comments on commit c9d1a4d

Please sign in to comment.