Skip to content

Commit

Permalink
Merge pull request #25 from cyberark/goreleaser-update
Browse files Browse the repository at this point in the history
Updating build to use official goreleaser image
  • Loading branch information
sgnn7 committed Mar 11, 2019
2 parents f4760ad + 843ce7b commit 1b399ae
Show file tree
Hide file tree
Showing 10 changed files with 391 additions and 653 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed
- Converted to Go modules
- Updated build to use official Goreleaser image

## [v0.2.0](https://github.com/cyberark/terraform-provider-conjur/releases/tag/v0.2.0) - 2018-08-31
### Added
- Homebrew installer, see https://github.com/cyberark/terraform-provider-conjur#homebrew-macos for instructions.
Expand Down
28 changes: 28 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Development

### Prerequisites

To work on this code, you must have at least Go version 1.12 installed locally
on your system.

### Build binaries:

```
./bin/build
```

### Run integration tests:

#### Conjur 5 OSS

```
./bin/test oss
```

#### Conjur 5 Enterprise
Note that to run the enterprise tests, you'll need to have set up your machine
to access our [internal registry](https://github.com/conjurinc/docs/blob/master/reference/docker_registry.md#docker-registry-v2), and you must be logged in.

```
./bin/test enterprise
```
27 changes: 0 additions & 27 deletions DEVELOPMENT.md

This file was deleted.

0 comments on commit 1b399ae

Please sign in to comment.