Skip to content

Commit

Permalink
Merge pull request #278 from stelligent/develop
Browse files Browse the repository at this point in the history
v1.4.2
  • Loading branch information
cplee committed Feb 9, 2018
2 parents d68021c + 75a23aa commit bd3dd06
Show file tree
Hide file tree
Showing 20 changed files with 579 additions and 410 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ jobs:
- /^v[0-9]/

steps:
- run:
name: Install Glide
command: |
sudo add-apt-repository ppa:masterminds/glide -y
sudo apt-get update
sudo apt-get install glide -y
- checkout

- run:
Expand Down
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Change Log

## [v1.4.1](https://github.com/stelligent/mu/tree/v1.4.1) (2018-01-23)
## [1.4.2](https://github.com/stelligent/mu/tree/v1.4.2) (2018-02-09)

[Full Changelog](https://github.com/stelligent/mu/compare/v1.4.1...v1.4.2)

**Closed issues:**

- Update ASG health check to EC2 when no target group for EC2 provider [\#276](https://github.com/stelligent/mu/issues/276)
- Fix issue with missing resources in IAM policies for VPC targeting
- Add gocyclo checking
- Migrate from glide to dep



## [v1.4.1](https://github.com/stelligent/mu/tree/v1.4.1) (2018-01-24)
[Full Changelog](https://github.com/stelligent/mu/compare/v1.3.2...v1.4.1)

**Implemented enhancements:**
Expand All @@ -16,10 +29,12 @@

**Merged pull requests:**

- v1.4.1 [\#269](https://github.com/stelligent/mu/pull/269) ([cplee](https://github.com/cplee))
- Issue 230 [\#264](https://github.com/stelligent/mu/pull/264) ([cplee](https://github.com/cplee))
- add support for centos7 for env provider [\#262](https://github.com/stelligent/mu/pull/262) ([cplee](https://github.com/cplee))

## [v1.3.2](https://github.com/stelligent/mu/tree/v1.3.2) (2018-01-11)
[Full Changelog](https://github.com/stelligent/mu/compare/v1.3.1...v1.3.2)
[Full Changelog](https://github.com/stelligent/mu/compare/v0.2.6...v1.3.2)

**Fixed bugs:**

Expand All @@ -31,7 +46,7 @@
- v1.3.2 [\#261](https://github.com/stelligent/mu/pull/261) ([cplee](https://github.com/cplee))

## [v0.2.6](https://github.com/stelligent/mu/tree/v0.2.6) (2018-01-10)
[Full Changelog](https://github.com/stelligent/mu/compare/v0.2.5...v0.2.6)
[Full Changelog](https://github.com/stelligent/mu/compare/v1.3.1...v0.2.6)

**Implemented enhancements:**

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Pull requests should target the `develop` branch. Ensure you have a successful
When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible. Here are a few points to keep in mind:

* Please run `go fmt ./...` before committing to ensure code aligns with go standards.
* All dependencies must be defined in the `glide.yaml` file and pinned to a patch range. This is accomplished via a command like `glide get github.com/depuser/deprepo`
* All dependencies must be defined in the `Gopkg.toml` file and pinned to a patch range. This is accomplished via a command like `glide get github.com/depuser/deprepo`
* For details on the approved style, check out [Effective Go](https://golang.org/doc/effective_go.html).

Also, consider the original design principles:
Expand Down

0 comments on commit bd3dd06

Please sign in to comment.