Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Add deprecation notice
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Ziegner <[email protected]>
  • Loading branch information
Normo committed May 23, 2024
1 parent 6ca604c commit b3bb7dd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v2.1.1](https://github.com/hifis-net/ansible-role-zammad/tree/v2.1.1) (2024-05-23)

[Full Changelog](https://github.com/hifis-net/ansible-role-zammad/compare/v2.1.0...v2.1.1)

**Fixed bugs:**

- Fix randomly failing CI jobs [\#47](https://github.com/hifis-net/ansible-role-zammad/issues/47)

## [v2.1.0](https://github.com/hifis-net/ansible-role-zammad/tree/v2.1.0) (2024-03-14)

[Full Changelog](https://github.com/hifis-net/ansible-role-zammad/compare/v2.0.0...v2.1.0)
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ authors:
orcid: 'https://orcid.org/0000-0002-5028-6663'
repository-code: 'https://github.com/hifis-net/ansible-role-zammad'
repository-artifact: 'https://galaxy.ansible.com/hifis/zammad'
version: 'v2.1.0'
date-released: '2024-03-14'
version: 'v2.1.1'
date-released: '2024-05-23'
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1
3 changes: 3 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
- name: Deprecation notice.
ansible.builtin.debug:
msg: "DEPRECATION NOTICE: This role has been migrated to the hifis.toolkit collection (https://github.com/hifis-net/ansible-collection-toolkit)."

- name: Install zammad
ansible.builtin.import_tasks: install.yml
Expand Down

0 comments on commit b3bb7dd

Please sign in to comment.