diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
commit | 38b7c80217c4e72b1d8988eb1e60bb6e77334114 (patch) | |
tree | 356e9fd3762877d07cde52d21e77070aeff7e789 /ansible_collections/sensu/sensu_go/docs/source | |
parent | Adding upstream version 7.7.0+dfsg. (diff) | |
download | ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.tar.xz ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.zip |
Adding upstream version 9.4.0+dfsg.upstream/9.4.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/sensu/sensu_go/docs/source')
-rw-r--r-- | ansible_collections/sensu/sensu_go/docs/source/hacking/docker-images.rst | 4 | ||||
-rw-r--r-- | ansible_collections/sensu/sensu_go/docs/source/release_notes.rst | 17 |
2 files changed, 19 insertions, 2 deletions
diff --git a/ansible_collections/sensu/sensu_go/docs/source/hacking/docker-images.rst b/ansible_collections/sensu/sensu_go/docs/source/hacking/docker-images.rst index 6196dba07..992f6d982 100644 --- a/ansible_collections/sensu/sensu_go/docs/source/hacking/docker-images.rst +++ b/ansible_collections/sensu/sensu_go/docs/source/hacking/docker-images.rst @@ -12,8 +12,8 @@ docker files should have a name in the format of ``<name>-<tag>.docker``. To build and publish our image, we can run the *docker/build.sh* script:: $ cd docker - $ ./build.sh sensu-5.21.0.docker + $ ./build.sh sensu-6.10.0.docker Note that the command will add a *sensu-go-tests-* prefix to all images. In the previous example, the build script will build the -*quay.io/xlab-steampunk/sensu-go-tests-sensu:5.21.0* image. +*quay.io/xlab-steampunk/sensu-go-tests-sensu:6.10.0* image. diff --git a/ansible_collections/sensu/sensu_go/docs/source/release_notes.rst b/ansible_collections/sensu/sensu_go/docs/source/release_notes.rst index 8accd2043..d492f23c5 100644 --- a/ansible_collections/sensu/sensu_go/docs/source/release_notes.rst +++ b/ansible_collections/sensu/sensu_go/docs/source/release_notes.rst @@ -1,5 +1,22 @@ Release notes ============= +Version 1.14.0 -- New pipeline module added, smaller changes to datastore and user module +----------------------------------------------------------------------------------------- + +Added pipeline module, smaller changes to datastore and user module + +**New features:** + +* Added Docker file configurations for Ubuntu 20.04 and 22.04. +* Added aditional parameters for Postgres resource to datastore module. +* Added symlink for AlmaLinux.yml for alma linux 9 support. +* Added docs for backends and package_name filter. +* Added pipeline_info and pipeline module + +**Bug fixes:** + +* Added bcrypt check to user module. + Version 1.13.2 -- Support for latest Ansible -------------------------------------------- Added support for Ansible 2.14. Added support for Alma and Rocky linux |