Skip to content

Commit

Permalink
Merge pull request #26 from GNewbury1/feature/ros_711_712rc1
Browse files Browse the repository at this point in the history
Add tests for routeros 7.1.1 and 7.2rc1
  • Loading branch information
gfenn-newbury committed Dec 21, 2021
2 parents f9017a8 + d0c8d75 commit f99eb09
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/client_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
paths:
- 'main.go'
- 'client/*.go'
- '.github/workflows/*.yml'
pull_request:
branches:
- 'main'
- 'release/*'
paths:
- 'main.go'
- 'client/*.go'
- '.github/workflows/*.yml'
jobs:
build:
name: Build
Expand All @@ -27,6 +29,8 @@ jobs:
# Test against RouterOS v7
routeros_version:
- "7.1"
- "7.1.1"
- "7.2rc1"
legacy_bgp_support: [true]

steps:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/provider_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
paths:
- 'main.go'
- 'routeros/*.go'
- '.github/workflows/*.yml'
pull_request:
branches:
- 'main'
- 'release/*'
paths:
- 'main.go'
- 'routeros/*.go'
- '.github/workflows/*.yml'
jobs:
build:
name: Build
Expand All @@ -27,6 +29,8 @@ jobs:
# Test against RouterOS v7
routeros_version:
- "7.1"
- "7.1.1"
- "7.2rc1"
legacy_bgp_support: [true]

steps:
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ provider "routeros" {

For more in-depth documentation about each of the resources and datasources, please read the [documentation on Hashicorp's Provider registry](https://registry.terraform.io/providers/GNewbury1/routeros/latest/docs)

### Tested RouterOS versions

- 7.1
- 7.1.1
- 7.2rc1

## Changelog and Roadmap

For a detailed changelog, please see the [changelog.md](changelog.md).
Expand Down
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ description: |-

# RouterOS v7 Provider

## Tested RouterOS versions:

- 7.1
- 7.1.1
- 7.2rc1

## Usage

```terraform
provider "routeros" {
hosturl = "https://my.router.lan"
Expand Down

0 comments on commit f99eb09

Please sign in to comment.