John Westcott IV
3a6040e0cd
Adding GitHub check to ensure PRs have the proper X/Y/Z flags
0.26.0
2022-08-01 14:09:56 -04:00
John Westcott IV
24f3f440f1
Adding GitHub check to ensure PRs have the proper X/Y/Z flags
2022-08-01 13:04:38 -04:00
Christian Adams
87b0511997
Use new postgres pod label when migrating from old instance ( #1005 )
2022-07-29 16:38:04 -04:00
Christian Adams
fde4a47a14
Bump dependencies stream ( #841 )
...
* Bump Postgresql, Nginx and Redis versions
* pg12 --> pg13 upgrade path
* Set supported pg version as a variable to remain DRY
* Make deleting the old db data pvc after upgrade configurable
* Use labels to find the postgres pod
* backup/restore: fix postgres label selector value
We need to use the deployment_name variable for the postgres instance
name.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com >
* backup/restore: add missing default supported_pg_version variable
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com >
* restore: update database_host fact with pg suffix
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com >
Co-authored-by: Dimitri Savineau <dsavinea@redhat.com >
2022-07-29 13:21:51 -04:00
John Westcott IV
af2e681f1e
Please backup before attempting an upgrade ( #1002 )
2022-07-28 16:19:57 -04:00
lutskevich
82ffa3d348
Restore not managed external postgresql ( #877 )
...
* Restore not managed external postgresql
Update postgres.yml for restore from backup not managed external postgresql db.
* Update postgres.yml
* rm trailing spaces #48
Co-authored-by: Viktor Lutskevich <lutskevich.v@mail366.com >
2022-07-27 16:23:51 -04:00
Ming Quah
db6a5b53ed
Move custom resource definitions into a CRDs folder ( #994 )
...
* Add missing quote for port parameter
* Add step to move CRDs into the correct folder
2022-07-26 18:48:20 -04:00
Shane McDonald
0be17476cd
Merge pull request #979 from stanislav-zaprudskiy/allow_skipping_labels_patching_on_awx_resource
...
Introduce `set_self_labels` in CRDs
2022-07-20 12:41:20 -04:00
Shane McDonald
f4a781ccc5
Merge pull request #984 from bewing/makefile-logic
...
fix helm-chart Makefile issue
2022-07-20 12:40:20 -04:00
John Westcott IV
fcd2c4c023
Merge pull request #982 from john-westcott-iv/pr_template
...
Adding PR template
2022-07-19 04:22:41 -04:00
John Westcott IV
8e30a17a77
Adding PR template
2022-07-19 04:12:38 -04:00
Christian Adams
b3037c1067
Deprecate the backup_pvc_namespace field ( #988 )
...
- Removes backup_pvc_namespace field from OLM forms
- This field has created confusion for users and there is no strong
case for needing this functionality
- Users will still be able to add it to the yaml for the CR if they
want to use it with the cluster-scoped AWX operator
- Remove unneeded advanced descriptors to avoid empty Advanced
configuration expander
fixes AAP-1176
2022-07-18 17:35:11 -04:00
Brandon Ewing
f7ff132a2e
fix helm-chart Makefile issue
...
GNU make resolves the $(wildcard ) macro when starting a block, and
caches it for the duration of the run. In order to correctly remove
namespace references from the generated helm charts, we have to split
the generation and editing into two makefile targets.
2022-07-14 14:38:09 -05:00
Shane McDonald
5f06e90906
Merge pull request #963 from miles-w-3/helm-values
...
Added helm values, templates, and readme
0.25.0
2022-07-12 13:50:27 -04:00
Stanislav Zaprudskiy
36355b6a15
Introduce set_self_labels in CRDs
...
To allow skipping labels maintenance on CRs processed by the operator.
Resolves https://github.com/ansible/awx-operator/issues/756
2022-07-12 10:48:16 +02:00
Miles Wilson
bc08c4bbbe
Added helm values, templates, and readme
2022-07-11 19:59:03 -04:00
Shane McDonald
7697825944
Merge pull request #983 from shanemcd/ingress_path-test
...
Add tests around ingress_path feature
0.24.0
2022-07-11 19:55:28 -04:00
Shane McDonald
8a325293b1
Add tests around ingress_path feature
2022-07-11 19:45:11 -04:00
Shane McDonald
dd53a1d415
Merge pull request #980 from sdktr/958_pgdump_command_customization
...
Fix 958: allow pg_dump backup command customization
2022-07-11 19:30:30 -04:00
Shane McDonald
c5db0e7104
Merge pull request #954 from bewing/helm-namespace
...
remove namespace from helm chart
2022-07-11 19:18:08 -04:00
Stefan de Kooter
59036fc373
Add free format pg_dump backup parameter
2022-07-10 19:03:32 +00:00
Christian Adams
c45a7bd4d7
Add Docs notes for custom secret keys ( #969 )
2022-06-28 11:05:49 -04:00
Shane McDonald
34b6354001
Merge pull request #956 from Cl0udius/add_auto_upgrade_parameter
...
added auto_upgrade flag
2022-06-27 13:39:11 -04:00
Shane McDonald
801f392447
Merge pull request #964 from taishen/devel
...
Add an example of the nodeport_port in readme
2022-06-27 13:38:24 -04:00
Shane McDonald
779572e8ff
Merge pull request #944 from viv-dev/backup-cleanup
...
Option to delete backup dir on PV when AWXBackup object is deleted
2022-06-27 13:35:57 -04:00
Shane McDonald
e7e48f92a0
Merge pull request #962 from rooftopcellist/operator-resource-defaults
...
Add default resource requests for operator container
2022-06-27 13:33:32 -04:00
Brandon Ewing
3cd9ddd8c6
remove namespace from helm chart
...
Helm should be able to set the namespace for the operator at deploy time
via the --namespace option. Use yq to remove all references to
namespaces in the helm chart prior to publishing.
Update CI process to create namespace during install.
Resolves #907
2022-06-27 12:26:14 -05:00
taishen
4e6be0a82c
Add an example of the nodeport_port in readme
2022-06-27 22:02:42 +08:00
Viviana Capote
05943687fe
Added option to also delete backup directory on PVC when AWXBackup CRD object is deleted
2022-06-27 15:45:33 +10:00
Shane McDonald
9676ebc008
Merge pull request #955 from doanminhtu/tudoan/fix-ldap-password-secret-usage
...
Fix ldap bind password secret usage: ldap_password_secret
2022-06-26 10:45:26 -04:00
Christian M. Adams
8352237260
Add default resource requests for operator container
2022-06-24 16:40:45 -04:00
Alexander Stock
35d4954027
added auto_update flag
2022-06-23 15:05:05 +02:00
Shane McDonald
4d6a491766
Merge pull request #959 from mac-chaffee/no-latest
...
Use specific version of redis image
2022-06-23 08:16:21 -04:00
Shane McDonald
fa9eb53f92
Merge pull request #950 from basecom/feature/nginx-ipv6-support
...
Enable ipv6 listening in nginx config
2022-06-23 07:51:41 -04:00
Tu Doan
00c9f5fbd1
Fix ldap secret to secret file
2022-06-23 10:49:27 +07:00
Mac Chaffee
fe82e9259e
Use specific version of redis image
...
Signed-off-by: Mac Chaffee <machaffe@renci.org >
2022-06-22 16:14:39 -04:00
Tu Doan
635d530dc9
Fix ldap bind password secret usage
2022-06-20 17:03:38 +07:00
David Luong
e966e9299f
Resolves #918 to make no_log configurable ( #923 )
0.23.0
2022-06-16 01:03:13 -04:00
John Westcott IV
683d23dbea
Adding feature requests issue type ( #951 )
2022-06-15 17:30:00 -04:00
Roger Sikorski
8b3a297086
enable ipv6 on nginx
2022-06-15 17:37:02 +02:00
John Westcott IV
15830e3536
Merge pull request #947 from john-westcott-iv/github_folder_maintainance
...
.github folder maintainance
2022-06-13 12:20:00 -04:00
John Westcott IV
ef46d7f49c
Changes from PR review
2022-06-13 11:15:52 -04:00
John Westcott IV
a5328b1a09
.github folder maintainance
...
Changing bug_report from markdown to yaml
Adding config.yml for new issues
Adding Code of Conduct and support to the README (along with tags at the
top of the readme)
Adding SECURITY.md
Adding CODE_OF_CONDUCT.md
2022-06-13 08:22:40 -04:00
Christian Adams
0983220fba
Use awx web launch script to pick up the correct supervisor config ( #935 )
...
- reduce resource requests so that CI passes in resource constrained
environments
0.22.0
2022-06-01 19:11:25 -04:00
Paul Verhoeven
3ac0232e89
Updated the Readme ( #906 )
...
* defaults in Deploying a specific version of AWX added
* Update README.md
updated the README clarified the defaults of Deploying a specific version of AWX
2022-05-09 17:24:43 -04:00
Christian Adams
75c7231afd
Remove unneeded olm-parameter template file ( #901 )
2022-05-04 16:45:18 -04:00
Christian Adams
363aa3642b
added capability to set the redis container resources ( #899 )
...
* added capability to set the redis container resources
* Reduce resource requests so that it can be scheduled on GitHub workflows
Co-authored-by: Cedric Morin <cedric.morin_ext@michelin.com >
2022-05-03 08:53:45 -04:00
Shane McDonald
bf74d5cc34
Merge pull request #799 from mamercad/helm
...
Add Helm functionality
0.21.0
2022-05-02 14:38:24 -04:00
Shane McDonald
46586bd7b6
Rework helm release process
...
This was mostly me working around a limitation in chart-releaser where it does not allow for uploading a chart to an existing release.
2022-05-02 14:12:59 -04:00
Shane McDonald
191be7bf3c
Run test helm install in CI
2022-05-02 14:12:59 -04:00