Skip to content

Commit

Permalink
feat: update version number in docs and defaults (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
fitbeard authored Dec 29, 2024
1 parent fe1e434 commit ffa1301
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [24.6.2](https://github.com/fitbeard/awx-without-k8s/compare/v24.6.1...v24.6.2) (2024-12-29)

### Features

* Code cleanup and dependency update

## [24.6.1](https://github.com/fitbeard/awx-without-k8s/compare/v24.2.0...v24.6.1) (2024-09-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ansible-galaxy collection install fitbeard.awx
or desired version

```shell
ansible-galaxy collection install fitbeard.awx:24.6.1
ansible-galaxy collection install fitbeard.awx:24.6.2
```

## Dependencies
Expand Down
2 changes: 1 addition & 1 deletion demo/group_vars/all/awx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ awx_broadcast_websocket_secret: hYGRJzMykZY68A3NFiPJQVgCop9J8z
# In cases where all nodes are configured as backends for the same frontend (load balancer) this must be set to 8052 and http respectively.
awx_broadcast_websocket_port: 443
awx_broadcast_websocket_protocol: https
awx_ee_image_url: quay.io/tadas/awx-without-k8s-ee:24.6.1
awx_ee_image_url: quay.io/tadas/awx-without-k8s-ee:24.6.2

awx_web_cert_crt: |
-----BEGIN CERTIFICATE-----
Expand Down

0 comments on commit ffa1301

Please sign in to comment.