Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added icon for Pulumi #759

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelogs

## 0.16.0

### Added

- Support Pulumi: [#759](https://github.com/mingrammer/diagrams/pull/759)

Comment on lines +3 to +8
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change log file is outdated. We're using the releases to track the changes. So you don't have to update it. And I'll remove it soon.

## 0.17.0

### Added
Expand Down
4 changes: 4 additions & 0 deletions diagrams/onprem/iac.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ class Awx(_Iac):
_icon = "awx.png"


class Pulumi(_Iac):
_icon = "pulumi.png"


class Puppet(_Iac):
_icon = "puppet.png"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.iac.Ansible**
- **diagrams.onprem.iac.Atlantis**
- **diagrams.onprem.iac.Awx**
- **diagrams.onprem.iac.Pulumi**
- **diagrams.onprem.iac.Puppet**
- **diagrams.onprem.iac.Terraform**

Expand Down
Binary file added resources/onprem/iac/pulumi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.