Skip to content

Commit

Permalink
Merge pull request #34 from nicholasmhughes/release/v1.1.0
Browse files Browse the repository at this point in the history
release v1.1.0
  • Loading branch information
nicholasmhughes authored Oct 11, 2023
2 parents dc5f536 + a1ea282 commit b5956bc
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 10 deletions.
23 changes: 19 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,26 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH

# Changelog

Saltext.Proxmox 1.0.0 (2023-04-26)
==================================
# Saltext.Proxmox 1.1.0 (2023-10-11)

Added
-----
### Removed

- removed superfluous code from `_get_properties()` and its callees (#8)
- removed dead code from repository (#20)
- removed OpenVZ code paths (#27)

### Changed

- Replaced IPy dependency with built-in module ipaddress (#22)

### Fixed

- fixed location parameter for `avail_images()` (#25)


# Saltext.Proxmox 1.0.0 (2023-04-26)

### Added

- Initial version of Proxmox Cloud Modules Extension for Salt. This release
tracks the functionality in the core Salt code base as of version 3006.0.
1 change: 0 additions & 1 deletion changelog/20.removed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/22.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/25.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/27.removed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/8.removed.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/saltext/proxmox/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# pylint: disable=missing-module-docstring
__version__ = "1.0.0"
__version__ = "1.1.0"

0 comments on commit b5956bc

Please sign in to comment.