Skip to content

Commit

Permalink
Version 8.0.0, add phpstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Feb 4, 2024
1 parent a1fa668 commit 8084546
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ansible_collection_diademiemi.jetbrains.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"**/requirements.yml": "ansible",
"**/terraform/**": "terraform",
"**/inventories/terraform/**": "ansible"
}
},
"workbench.iconTheme": "vs-seti"
},
"extensions": {
"recommendations": [
"redhat.ansible",
"redhat.vscode-yaml",
"hashicorp.terraform",
"GitHub.copilot-nightly",
"GitLab.gitlab-workflow",
"yzhang.markdown-all-in-one"
]
Expand Down
13 changes: 13 additions & 0 deletions changelogs/CHANGELOG-v.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ diademiemi.jetbrains Release Notes
.. contents:: Topics


v8.0.0
======

Release Summary
---------------

Add phpstorm role

Major Changes
-------------

- add phpstorm, thanks @func0der

v7.0.0
======

Expand Down
8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,11 @@ releases:
fragments:
- fragment.yml
release_date: '2023-12-22'
8.0.0:
changes:
major_changes:
- add phpstorm, thanks @func0der
release_summary: Add phpstorm role
fragments:
- php.yml
release_date: '2024-02-04'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: diademiemi
name: jetbrains

# The version of the collection. Must be compatible with semantic versioning
version: 7.0.0
version: 8.0.0

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
yamllint
ansible-lint
ansible
ansible-compat
antsibull-changelog
antsibull-docs

1 change: 1 addition & 0 deletions roles/android_studio/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ansible-lint
ansible
ansible-compat
antsibull-changelog
antsibull-docs
molecule
molecule-plugins[podman]
jmespath
1 change: 1 addition & 0 deletions roles/clion/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ansible-lint
ansible
ansible-compat
antsibull-changelog
antsibull-docs
molecule
molecule-plugins[podman]
jmespath
1 change: 1 addition & 0 deletions roles/common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ansible-lint
ansible
ansible-compat
antsibull-changelog
antsibull-docs
molecule
molecule-plugins[podman]
jmespath
1 change: 1 addition & 0 deletions roles/goland/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ansible-lint
ansible
ansible-compat
antsibull-changelog
antsibull-docs
molecule
molecule-plugins[podman]
jmespath
1 change: 1 addition & 0 deletions roles/idea/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ansible-lint
ansible
ansible-compat
antsibull-changelog
antsibull-docs
molecule
molecule-plugins[podman]
jmespath
1 change: 0 additions & 1 deletion roles/pycharm/ansible_role_.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"redhat.ansible",
"redhat.vscode-yaml",
"hashicorp.terraform",
"GitHub.copilot-nightly",
"GitLab.gitlab-workflow",
"yzhang.markdown-all-in-one"
]
Expand Down
1 change: 1 addition & 0 deletions roles/pycharm/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ansible-lint
ansible
ansible-compat
antsibull-changelog
antsibull-docs
molecule
molecule-plugins[podman]
jmespath

0 comments on commit 8084546

Please sign in to comment.