Skip to content

Commit

Permalink
Merge pull request #76 from GNewbury1/docs/update_0.3.5
Browse files Browse the repository at this point in the history
docs: Update changelog and readme for 0.3.5
  • Loading branch information
gfenn-newbury committed Oct 24, 2022
2 parents 8ab6af0 + 28b2343 commit 7aeb4c9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 25 deletions.
44 changes: 24 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,59 @@
# Changelog

## Pre-release

### 0.3.4
## 0.3.5

#### Docs
### Bug Fixes
- [#73](https://github.com/GNewbury1/terraform-provider-routeros/issues/73) - Fixed issue where PVID for `/interface/bridge` was defaulting to `0` rather than `1`.

## 0.3.4

### Docs
- Updated docs for provider to show on the Terraform Provider page


### 0.3.3
## 0.3.3

#### Bug Fixes
### Bug Fixes
- [#50](https://github.com/GNewbury1/terraform-provider-routeros/issues/50) - Fixed issue where password was displayed in plaintext on stdout

#### Tests
### Tests
- Updated tests to test latest three versions of ROS (`7.4.1`, `7.5`, `7.6`)

#### CI
### CI
- Updated Go version provider is built with to 1.18 to support `windows/arm64`

#### Misc
### Misc
- Set `password` field in provider to `Sensitive: true`

### 0.3.2
## 0.3.2
- [#47](https://github.com/GNewbury1/terraform-provider-routeros/issues/47) - Fixed issue where datasources would return arrays contain the wrong value. Contribution by [deveth0](https://github.com/deveth0/) with [pull request #48](https://github.com/GNewbury1/terraform-provider-routeros/pull/48)

### 0.3.1
## 0.3.1
- Added error logging

### 0.3.0
#### Features:
## 0.3.0
### Features:
- Added ability to manage Wireguard interfaces
- Added ability to manage Wireguard peers

#### Misc:
### Misc:
- Updated documentation and readme
- Added Github Actions to test code in pull requests to `main` and to branches matching `release/*`
- CI tests check ROS versions `7.1`, `7.1.1`, and `7.2rc1`
- Added Github Actions to publish a release

### 0.2.1 (2021-12-21)
#### Bug Fix
## 0.2.1 (2021-12-21)
### Bug Fix
- Fixed a bug where the Arp of a `resource.routeros_interface_bridge` was read as a `bool` rather than a `string` in the Get function. This caused Terraform to throw an error whenever it needed to read a `routeros_interface_bridge` resource.

### 0.2.0 (2021-12-18)
## 0.2.0 (2021-12-18)
- Added ability to manage /ip/firewall/filter [(Issue #16)](https://github.com/GNewbury1/terraform-provider-routeros/issues/16)

### 0.1.1 (2021-12-13)
#### Bug fixes:
## 0.1.1 (2021-12-13)
### Bug fixes:
- Fixed IP Address attributes not setting correctly

### 0.1.0 (2021-12-13)
#### Features:
## 0.1.0 (2021-12-13)
### Features:
- Initial Release
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ For more in-depth documentation about each of the resources and datasources, ple

### Versions tested

| ROS Version | Go Version | Terraform Version | Provider Version |
| ----------- | ------------------------ | ------------------------- | ------------------------- |
| `7.4.1` | <ul><li>`1.18`</li></ul> | <ul><li>`1.3.3`</li></ul> | <ul><li>`0.3.3`</li></ul> |
| `7.5` | <ul><li>`1.18`</li></ul> | <ul><li>`1.3.3`</li></ul> | <ul><li>`0.3.3`</li></ul> |
| `7.6` | <ul><li>`1.18`</li></ul> | <ul><li>`1.3.3`</li></ul> | <ul><li>`0.3.3`</li></ul> |
| ROS Version | Go Version | Terraform Version | Provider Version |
| ----------- | ------------------------ | ------------------------- | --------------------------------------------------------- |
| `7.4.1` | <ul><li>`1.18`</li></ul> | <ul><li>`1.3.3`</li></ul> | <ul><li>`0.3.3`</li><li>`0.3.4`</li><li>`0.3.5`</li></ul> |
| `7.5` | <ul><li>`1.18`</li></ul> | <ul><li>`1.3.3`</li></ul> | <ul><li>`0.3.3`</li><li>`0.3.4`</li><li>`0.3.5`</li></ul> |
| `7.6` | <ul><li>`1.18`</li></ul> | <ul><li>`1.3.3`</li></ul> | <ul><li>`0.3.3`</li><li>`0.3.4`</li><li>`0.3.5`</li></ul> |

## Changelog and Roadmap

Expand Down

0 comments on commit 7aeb4c9

Please sign in to comment.