chore(deps): update dependency ansible/awx-operator to v2 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
ansible/awx-operator | Kustomization | major |
1.4.0 -> 2.10.0
|
Release Notes
ansible/awx-operator (ansible/awx-operator)
v2.10.0
What's Changed
- Fix PG Restore Force Drop DB flag by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1665
- Fix link for Assigning AWX pods to specific nodes by @akira6592 in https://github.com/ansible/awx-operator/pull/1656
- Remove unnessary chmod and chown for db dump by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1667
- add 'extraDeploy' value to Helm Chart to allow deploying additional r… by @justsomescripts in https://github.com/ansible/awx-operator/pull/1640
- Refactor to resolve the linter warnings on MRs by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1668
New Contributors
- @akira6592 made their first contribution in https://github.com/ansible/awx-operator/pull/1656
Full Changelog: https://github.com/ansible/awx-operator/compare/2.9.0...2.10.0
AWX
Released with AWX v23.6.0
v2.9.0
What's Changed
- awx-operator-controller-manager reduce limit to 30 times as much as request by @klml in https://github.com/ansible/awx-operator/pull/1575
- Update service.yaml.j2 by @gtomilko in https://github.com/ansible/awx-operator/pull/1641
- Remove reference to cluster.local by @imedaouidene in https://github.com/ansible/awx-operator/pull/1566
- Add option to force drop database before restore by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1639
- Enhance documentation for basic install by @laurent-indermuehle in https://github.com/ansible/awx-operator/pull/1621
- Bump Ansible Operator SDK version to 1.32.0 for OS updates by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1651
- Adding in Kind specific install docs by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1643
- Always check and wait for a restore pg_restore to finish by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1652
- Update upgrading.md by @daynebenn in https://github.com/ansible/awx-operator/pull/1660
- update deprecated collections path variable by @justsomescripts in https://github.com/ansible/awx-operator/pull/1648
New Contributors
- @klml made their first contribution in https://github.com/ansible/awx-operator/pull/1575
- @laurent-indermuehle made their first contribution in https://github.com/ansible/awx-operator/pull/1621
- @daynebenn made their first contribution in https://github.com/ansible/awx-operator/pull/1660
Full Changelog: https://github.com/ansible/awx-operator/compare/2.8.0...2.9.0
AWX Also released with version 23.5.1
v2.8.0
What's Changed
- Fix operator-hub release CI when triggering from release by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1623
- Fix PRE_VERSION in Makefile by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1625
- Fix PREV_VERSION variable in Makefile - again by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1628
- Add ability to mount custom volumes in the postgres pod by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1626
- Fix operator-hub publishing automation by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1630
- 1586: awx-operator restore from PVC is not working by @romankuzmik in https://github.com/ansible/awx-operator/pull/1603
- Omit storage resource limit if empty by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1637
- Remove TOC and add link to published docs by @samccann in https://github.com/ansible/awx-operator/pull/1526
New Contributors
- @romankuzmik made their first contribution in https://github.com/ansible/awx-operator/pull/1603
Full Changelog: https://github.com/ansible/awx-operator/compare/2.7.2...2.8.0
AWX
Released with AWX v23.5.0
v2.7.2
What's Changed
- Revert "Stage and promote operator catalog and bundle (#1598)" by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1611
- Add workflow_dispatch to promote workflow by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1612
- Fix promote workflow by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1613
- Bump pillow from 9.5.0 to 10.0.1 in /docs by @dependabot in https://github.com/ansible/awx-operator/pull/1608
- Bump kube-rbac-proxy image to v0.15.0 by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1615
- Fix supported_pg_version by @fosterseth in https://github.com/ansible/awx-operator/pull/1614
- Automate publishing to automation hub by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1616
- Add sample AWX CR with resource limits for environments with Resource… by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1554
New Contributors
- @dependabot made their first contribution in https://github.com/ansible/awx-operator/pull/1608
Full Changelog: https://github.com/ansible/awx-operator/compare/2.7.1...2.7.2
AWX
Released with AWX v23.4.0
v2.7.1
What's Changed
- docfix - Secret Key Configuration by @coolhome in https://github.com/ansible/awx-operator/pull/1585
- Add background keepalive to awx-manage migrate by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1589
- Remove mailing list from getting involved by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1592
- Change supported OCP range when publishing to OperatorHub by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1599
- Install operator-sdk if needed by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1600
- Fix task deployment indention (#1596) by @intdel in https://github.com/ansible/awx-operator/pull/1597
- Fix spacing for csv file by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1601
- Fix operator-hub publish script on mac by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1584
- Hardcode the link for the operatorhub publish script by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1609
- Stage and promote operator catalog and bundle by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1598
New Contributors
- @coolhome made their first contribution in https://github.com/ansible/awx-operator/pull/1585
- @intdel made their first contribution in https://github.com/ansible/awx-operator/pull/1597
Full Changelog: https://github.com/ansible/awx-operator/compare/2.7.0...2.7.1
AWX Operator
Released with AWX v23.3.1
v2.7.0
What's Changed
- Bump ansible-operator to v1.31.0 by @ToxicGLaDOS in https://github.com/ansible/awx-operator/pull/1550
- Allow ability to set security context for postgres deployment by @rakesh561 in https://github.com/ansible/awx-operator/pull/1517
- fix: change type for precreate_partition_hours from string to integer by @kurokobo in https://github.com/ansible/awx-operator/pull/1571
- fix: correct label selector to find task pod by @kurokobo in https://github.com/ansible/awx-operator/pull/1573
- Adding keepalive while doing pg_dump by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1580
Full Changelog: https://github.com/ansible/awx-operator/compare/2.6.0...2.7.0
AWX Operator
Released with AWX: v23.3.0
v2.6.0
What's Changed
- Add docs for publishing new operator versions to OperatorHub by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1557
- Added pattern and max-length to secret names by @imedaouidene in https://github.com/ansible/awx-operator/pull/1549
- Update how to get involved by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1564
- Pre-create event table partitions before db backup in operator by @jessicamack in https://github.com/ansible/awx-operator/pull/1443
Full Changelog: https://github.com/ansible/awx-operator/compare/2.5.3...2.6.0
AWX
Released with AWX v23.2.0
v2.5.3
What's Changed
- Deployment name should be referenced, not the restore object name by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1543
- Timeout stream keep alive for Upgrades and Restores by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1542
- Fix minikube link location by @fosterseth in https://github.com/ansible/awx-operator/pull/1546
- Fix CI warnings (yamllint and GitHub Actions) by @relrod in https://github.com/ansible/awx-operator/pull/1547
- fix no-log.md link location by @imedaouidene in https://github.com/ansible/awx-operator/pull/1548
- Ensure that web and task deployments scale down for upgrades by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1522
##AWX Version Released with AWX v23.1.0
New Contributors
- @imedaouidene made their first contribution in https://github.com/ansible/awx-operator/pull/1548
Full Changelog: https://github.com/ansible/awx-operator/compare/2.5.2...2.5.3
v2.5.2
What's Changed
- Remove broken installation link by @fosterseth in https://github.com/ansible/awx-operator/pull/1523
- Add readthe docs scaffolding by @samccann in https://github.com/ansible/awx-operator/pull/1515
- Switch to using the sclorg redis image for consistency by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1531
- Add script to publish awx-operator to operator hub by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1528
- Changed replica from string to int for default by @rh-dluong in https://github.com/ansible/awx-operator/pull/1534
- Fixes #1039, naming of clusterscoped resources by @chillTschill in https://github.com/ansible/awx-operator/pull/1159
- Revert "Switch to using the sclorg redis image for consistency (#1531)" by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1536
- Wait for termination grace period when scaling down the deployments by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1537
- Add keepalive to migrate data script by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1538
- Modify how pg password is set in postgres pod by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1540
New Contributors
- @chillTschill made their first contribution in https://github.com/ansible/awx-operator/pull/1159
Full Changelog: https://github.com/ansible/awx-operator/compare/2.5.1...2.5.2
AWX
Released with AWX v23.0.0
v2.5.1
What's Changed
- update readme TOC by @samccann in https://github.com/ansible/awx-operator/pull/1504
- Add Table of Contents for nested doc files by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1508
- Add Table of Contents for nested doc files by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1509
- Add new docs files to mkdocs by @samccann in https://github.com/ansible/awx-operator/pull/1507
- Add note about how to find docs after building the doc site by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1512
- Add UI Params for db_management_pod_node_selector and labels by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1465
New Contributors
- @samccann made their first contribution in https://github.com/ansible/awx-operator/pull/1504
Full Changelog: https://github.com/ansible/awx-operator/compare/2.5.0...2.5.1
AWX
Released with AWX v22.7.0
v2.5.0
What's Changed
- Update README.md to use make deploy by @kdelee in https://github.com/ansible/awx-operator/pull/1488
- Pin Cython for tests, currently PyYAML cannot build by @relrod in https://github.com/ansible/awx-operator/pull/1492
- Drop docker install workaround by @relrod in https://github.com/ansible/awx-operator/pull/1463
- Add uwsgi config as configmap with vars by @kdelee in https://github.com/ansible/awx-operator/pull/1487
- Allow {web_,task_,}replicas to be 0 and split out molecule tests by @relrod in https://github.com/ansible/awx-operator/pull/1468
- Moved introduction from readme to docs folder by @DesmondSanctity in https://github.com/ansible/awx-operator/pull/1477
- Moved installation from readme to docs folder by @DesmondSanctity in https://github.com/ansible/awx-operator/pull/1478
- Moved user guide segment from readme by @LuluNwenyi in https://github.com/ansible/awx-operator/pull/1480
- Set a default container for web & task deployments by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1500
- Moved upgrade segment from readme by @LuluNwenyi in https://github.com/ansible/awx-operator/pull/1481
- Moved uninstall segment from readme by @LuluNwenyi in https://github.com/ansible/awx-operator/pull/1482
- Moved added contributing segment to docs by @LuluNwenyi in https://github.com/ansible/awx-operator/pull/1483
New Contributors
- @LuluNwenyi made their first contribution in https://github.com/ansible/awx-operator/pull/1480
Full Changelog: https://github.com/ansible/awx-operator/compare/2.4.0...2.5.0
AWX
Released with AWX v22.6.0
v2.4.0
What's Changed
- Add mkdocs scaffolding by @BhattacharjeeSutapa in https://github.com/ansible/awx-operator/pull/1363
- Enable configuration of rsyslog environmental variables, volume mounts, and entrypoints by @ubajze in https://github.com/ansible/awx-operator/pull/1467
- Allow ability to define requests and limits for ephemeral storage. by @rakesh561 in https://github.com/ansible/awx-operator/pull/1466
- Fix wsrelay still using port 443 even BROADCAST_WEBSOCKET_PORT=8052 by @chicuongha in https://github.com/ansible/awx-operator/pull/1475
- Updated image pull policy for backup and restore policy as variable by @rakesh561 in https://github.com/ansible/awx-operator/pull/1473
- There was a typo in the CRD for the ephemeral storage which was ephemeral_storage instead of ephemeral-storage by @rakesh561 in https://github.com/ansible/awx-operator/pull/1476
- Add receptor_log_level by @fosterseth in https://github.com/ansible/awx-operator/pull/1444
New Contributors
- @BhattacharjeeSutapa made their first contribution in https://github.com/ansible/awx-operator/pull/1363
- @chicuongha made their first contribution in https://github.com/ansible/awx-operator/pull/1475
Full Changelog: https://github.com/ansible/awx-operator/compare/2.3.0...2.4.0
AWX
Released with AWX v22.5.0
v2.3.0
What's Changed
- Changing helm-release url setting from global to local by @john-westcott-iv in https://github.com/ansible/awx-operator/pull/1420
- Fix rsyslog container resources in task deployment template by @dale-mittleman in https://github.com/ansible/awx-operator/pull/1426
- Relocate receptor cert and key file location by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1442
- Updated task.yaml.j2 rsyslog container to have preStop hook by @rakesh561 in https://github.com/ansible/awx-operator/pull/1422
- Updated backup and restore roles so that node selector can be passed through spec by @rakesh561 in https://github.com/ansible/awx-operator/pull/1434
- Update manager_auth_proxy_patch.yaml by @soumyadeep-paul-ibm in https://github.com/ansible/awx-operator/pull/1438
- Fix failure in CI while creating kind cluster by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1462
- Do not cause web deployment restart on pre-stop scripts changes by @stanislav-zaprudskiy in https://github.com/ansible/awx-operator/pull/1458
- Update code with capability to set the init container resources instead of using web or task container resources by @rakesh561 in https://github.com/ansible/awx-operator/pull/1439
- Update README.md by @mahoutukaisali in https://github.com/ansible/awx-operator/pull/1430
New Contributors
- @soumyadeep-paul-ibm made their first contribution in https://github.com/ansible/awx-operator/pull/1438
- @mahoutukaisali made their first contribution in https://github.com/ansible/awx-operator/pull/1430
Full Changelog: https://github.com/ansible/awx-operator/compare/2.2.1...2.3.0
AWX
Released with AWX v22.4.0
v2.2.1
What's Changed
- Remove redundant slash in path to template by @laiminhtrung1997 in https://github.com/ansible/awx-operator/pull/1416
- Add GHA for re-publishing helm chart when necessary & for debugging by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1417
- Fix templating error when bundle_ca_crt is present by @fosterseth in https://github.com/ansible/awx-operator/pull/1418
- Debug statements for helm release by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1419
New Contributors
- @laiminhtrung1997 made their first contribution in https://github.com/ansible/awx-operator/pull/1416
Full Changelog: https://github.com/ansible/awx-operator/compare/2.2.0...2.2.1
v2.2.0
What's Changed
- Fix so that the index.yaml changes are pushed by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1402
- Host aliases by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1373
- Add docs for customizing the favicon for AWX by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1406
- Add ability to configure Postgres keepalive settings by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1393
- Bump ansible-operator to v1.28.1 by @ToxicGLaDOS in https://github.com/ansible/awx-operator/pull/1408
- Added capability to set the rsyslog container resources by @rakesh561 in https://github.com/ansible/awx-operator/pull/1410
New Contributors
- @ToxicGLaDOS made their first contribution in https://github.com/ansible/awx-operator/pull/1408
Full Changelog: https://github.com/ansible/awx-operator/compare/2.1.0...2.2.0
AWX
Released with AWX v22.3.0
v2.1.0
What's Changed
- Update README.md by @sdx23 in https://github.com/ansible/awx-operator/pull/1369
- Fix chart package path on helm-release playbook by @tanganellilore in https://github.com/ansible/awx-operator/pull/1368
- Fix linter warnings on MRs by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1372
- Changing helm-release again by @john-westcott-iv in https://github.com/ansible/awx-operator/pull/1371
- Fixes #1370 - slash at variable end by @lumarel in https://github.com/ansible/awx-operator/pull/1374
- Add docs for how to run molecule tests with kind by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1375
- Bump kustomize v4.5.7 to v5.0.1 by @fosterseth in https://github.com/ansible/awx-operator/pull/1357
- Fix typo in rsyslog var by @jrgoldfinemiddleton in https://github.com/ansible/awx-operator/pull/1384
- Web: Use sha1 filter instead of md5 by @dsavineau in https://github.com/ansible/awx-operator/pull/1386
- [CI] Fix failing AWX checks by pinning molecule dependency ansible-compat by @relrod in https://github.com/ansible/awx-operator/pull/1387
- Update Makefile by @patrickdappollonio in https://github.com/ansible/awx-operator/pull/1389
- Fix variable name for loadbalancerip in template. by @cilq in https://github.com/ansible/awx-operator/pull/1388
- Allow configuration of resource requirements for init containers by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1392
- Fix molecule test by pinning community.docker for requests issue by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1396
- Add postgres_storage_class to UI form & fix PG Storage requirements by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1395
- Change storage class display type to dropdown by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1398
- Set receptor log level to info by @fosterseth in https://github.com/ansible/awx-operator/pull/1399
- Update README.md by @wiltonsr in https://github.com/ansible/awx-operator/pull/1397
- Create doc-proposal.md to capture the new doc proposal for AWX-Operator by @DesmondSanctity in https://github.com/ansible/awx-operator/pull/1379
- Unpin ubuntu version for feature branch CI build (#1400) by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1401
New Contributors
- @sdx23 made their first contribution in https://github.com/ansible/awx-operator/pull/1369
- @tanganellilore made their first contribution in https://github.com/ansible/awx-operator/pull/1368
- @jrgoldfinemiddleton made their first contribution in https://github.com/ansible/awx-operator/pull/1384
- @relrod made their first contribution in https://github.com/ansible/awx-operator/pull/1387
- @patrickdappollonio made their first contribution in https://github.com/ansible/awx-operator/pull/1389
- @cilq made their first contribution in https://github.com/ansible/awx-operator/pull/1388
- @wiltonsr made their first contribution in https://github.com/ansible/awx-operator/pull/1397
- @DesmondSanctity made their first contribution in https://github.com/ansible/awx-operator/pull/1379
Full Changelog: https://github.com/ansible/awx-operator/compare/2.0.1...2.1.0
AWX
Released with AWX v22.2.0
v2.0.1
What's Changed
- Fix supervisor conf file inconsistancy by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1324
- Specify sslrootcert in database options conditionally (fixes #1215) by @manfuin in https://github.com/ansible/awx-operator/pull/1229
- Updating awx_test.yml to respect both web and task deployments. by @djyasin in https://github.com/ansible/awx-operator/pull/1327
- Update CI test and fix awx-operator CI failure in awx repo by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1342
- Add back project persistence so Manual projects SCM type have path by @thedoubl3j in https://github.com/ansible/awx-operator/pull/1328
- Add CA cert volume mount to rsyslog sidecar by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1333
- Fix task deployment tolerations by @thedoubl3j in https://github.com/ansible/awx-operator/pull/1349
- Fix helm release problem (attempt 3) by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1350
- Fix minor (but annoying) lint error by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1352
- Add websocket configuration for contour ingress by @lumarel in https://github.com/ansible/awx-operator/pull/1320
- Set securityContext.capabilities for kube-rbac-proxy container by @rooftopcellist in https://github.com/ansible/awx-operator/pull/1354
- Fix development mode by @fosterseth in https://github.com/ansible/awx-operator/pull/1358
- Add support to specify different annotation for the task and web deployments in AWX operator by @djyasin in https://github.com/ansible/awx-operator/pull/1351
New Contributors
- @manfuin made their first contribution in https://github.com/ansible/awx-operator/pull/1229
- @lumarel made their first contribution in https://github.com/ansible/awx-operator/pull/1320
Full Changelog: https://github.com/ansible/awx-operator/compare/2.0.0...2.0.1
AWX
Released with AWX v22.1.0
v2.0.0
What's Changed
- Change ansible k8s_info tasks api_version for Deployment kind to apps/v1 by @guillaumelfv in https://github.com/ansible/awx-operator/pull/1299
- Allow TLS 1.2 for Receptor connections by @fosterseth in https://github.com/ansible/awx-operator/pull/1300
- Deploy web and task component in independent deployment by @TheRealHaoLiu in https://github.com/ansible/awx-operator/pull/1218
New Contributors
- @guillaumelfv made their first contribution in https://github.com/ansible/awx-operator/pull/1299
Full Changelog: https://github.com/ansible/awx-operator/compare/1.4.0...2.0.0
AWX
Released with AWX Operator v22.0.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.