Skip to content

Commit

Permalink
Fix Automation Hub lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jryburn committed Mar 5, 2024
1 parent 71b2781 commit 6798ee6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 deletions.
24 changes: 8 additions & 16 deletions changelogs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,13 @@ notesdir: fragments
prelude_section_name: release_summary
prelude_section_title: Release Summary
sections:
- - major_changes
- Major Changes
- - minor_changes
- Minor Changes
- - breaking_changes
- Breaking Changes / Porting Guide
- - deprecated_features
- Deprecated Features
- - removed_features
- Removed Features (previously deprecated)
- - security_fixes
- Security Fixes
- - bugfixes
- Bugfixes
- - known_issues
- Known Issues
- ["major_changes", "Major Changes"]
- ["minor_changes", "Minor Changes"]
- ["breaking_changes", "Breaking Changes / Porting Guide"]
- ["deprecated_features", "Deprecated Features"]
- ["removed_features", "Removed Features (previously deprecated)"]
- ["security_fixes", "Security Fixes"]
- ["bugfixes", "Bugfixes"]
- ["known_issues", "Known Issues"]
title: CHANGE THIS IN changelogs/config.yaml!
trivial_section_name: trivial
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: kentik
name: ansible_eda
version: 1.0.4
version: 1.0.5
readme: README.md
authors:
- Kentik <[email protected]>
Expand Down
Binary file not shown.
5 changes: 3 additions & 2 deletions meta/execution-environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 3
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
Expand All @@ -17,5 +18,5 @@
# would increase the EE size and increase the chance of dependency collisions.

dependencies:
python: meta/ee-requirements.txt
system: meta/ee-bindep.txt
python: meta/ee-requirements.txt # List Python package requirements in the file
system: meta/ee-bindep.txt # List system package requirements in the file

0 comments on commit 6798ee6

Please sign in to comment.