-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from nutanixdev/release-0.3.0
Release 0.3.0
- Loading branch information
Showing
8 changed files
with
137 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
ntnx-aiops-py-client==4.0.1a1 | ||
ntnx-clustermgmt-py-client==4.0.1a1 | ||
ntnx-aiops-py-client==4.0.3a2 | ||
ntnx-clustermgmt-py-client==4.0.2a2 | ||
ntnx-dataprotection-py-client==4.0.1a4 | ||
ntnx-files-py-client==4.0.1a2 | ||
ntnx-iam-py-client==4.0.1a1 | ||
ntnx-iam-py-client==4.0.2a1 | ||
ntnx-lcm-py-client==4.0.1a1 | ||
ntnx-prism-py-client==4.0.1a1 | ||
ntnx-storage-py-client==4.0.1a2 | ||
ntnx-vmm-py-client==4.0.1a1 | ||
ntnx-microseg-py-client==4.0.1a1 | ||
ntnx-networking-py-client==4.0.1b1 | ||
ntnx-prism-py-client==4.0.3a2 | ||
ntnx-storage-py-client==4.0.2a3 | ||
ntnx-vmm-py-client==4.0.3a1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
boto3==1.28.77 | ||
jmespath==1.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Auto detect text files and perform EOL normalization | ||
* text=auto eol=lf | ||
|
||
# Windows batch files require CRLF | ||
*.{cmd,[cC][mM][dD]} text eol=crlf | ||
*.{bat,[bB][aA][tT]} text eol=crlf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
2023-11-09 | ||
|
||
- Added: support for persistent user profile | ||
- Added: Nutanix Leap, Microseg and Networking SDKs | ||
- Update: normalize files | ||
- Update: Fix bash history to include zsh | ||
- Update: Move jmespath to requirements file | ||
- Update: bump tools and SDKs versions | ||
|
||
2023-06-14 | ||
|
||
- Added: Fix for k9s | ||
- Added: Included GitHub CLI | ||
- Added: README update with Windows notes | ||
- Added: get_task_info call to v4 API example | ||
- Added: Ansible example | ||
- Added: Terraform example | ||
- Added: api v4 example | ||
- Added: cookiecutter to container | ||
- Update: Bump tool versions | ||
- Update: Improve post create commands by using conditions | ||
- Update: Expand on how it works | ||
- Update: Bump Terraform version and add jsonpath support for Ansible | ||
- Update: include rest client setting | ||
- Update: Standardize pip installation | ||
- Update: Readme and contributing | ||
- Update: Calm master branch support | ||
- Update: Fix Terragrunt version until they fix their repo | ||
- Update: Include missing CLIs | ||
- Update: fix operator | ||
- Update: k9s uses different arch for amd64 | ||
- Update: remove env | ||
- Update: cleanup tools | ||
|
||
2022-08-08 | ||
|
||
- Added: First devcontainer draft |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters