Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG for v1.4.2 release [skip ci] #114

Merged
merged 2 commits into from
May 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
# Change Log

## [v1.4.2](https://github.com/nubisproject/nubis-prometheus/tree/v1.4.2) (2017-05-03)
[Full Changelog](https://github.com/nubisproject/nubis-prometheus/compare/v1.4.1...v1.4.2)

**Closed issues:**

- Add nubis/builder/artifacts/AMIs.json to .gitignore [\#111](https://github.com/nubisproject/nubis-prometheus/issues/111)

**Merged pull requests:**

- Add nubis/builder/artifacts/AMIs.json to .gitignore [\#112](https://github.com/nubisproject/nubis-prometheus/pull/112) ([gozer](https://github.com/gozer))

## [v1.4.1](https://github.com/nubisproject/nubis-prometheus/tree/v1.4.1) (2017-04-11)
[Full Changelog](https://github.com/nubisproject/nubis-prometheus/compare/v1.4.0...v1.4.1)

**Closed issues:**

- \[backups\] Make sure in progress page is parseable by Prometheus [\#104](https://github.com/nubisproject/nubis-prometheus/issues/104)
- \[typo\] curl -retry instead of --retry in prometheus-onboot [\#102](https://github.com/nubisproject/nubis-prometheus/issues/102)
- Tag v1.4.1 release [\#107](https://github.com/nubisproject/nubis-prometheus/issues/107)

**Merged pull requests:**

- Merge v1.4.1 release into develop. \[skip ci\] [\#109](https://github.com/nubisproject/nubis-prometheus/pull/109) ([tinnightcap](https://github.com/tinnightcap))
- Update CHANGELOG for v1.4.1 release \[skip ci\] [\#108](https://github.com/nubisproject/nubis-prometheus/pull/108) ([tinnightcap](https://github.com/tinnightcap))
- Make sure the backup in progress landing page is parseable by prometheus [\#105](https://github.com/nubisproject/nubis-prometheus/pull/105) ([gozer](https://github.com/gozer))
- Fix curl -retry tyop [\#103](https://github.com/nubisproject/nubis-prometheus/pull/103) ([gozer](https://github.com/gozer))

Expand Down
8 changes: 4 additions & 4 deletions nubis/builder/artifacts/AMIs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
{
"name": "amazon-ebs-ubuntu",
"builder_type": "amazon-ebs",
"build_time": 1491920031,
"build_time": 1493836830,
"files": null,
"artifact_id": "ap-northeast-1:ami-11745676,ap-northeast-2:ami-79c41617,ap-southeast-1:ami-2a48f649,ap-southeast-2:ami-f69e9095,eu-central-1:ami-508e5c3f,eu-west-1:ami-082b116e,sa-east-1:ami-3241235e,us-east-1:ami-7890186e,us-west-1:ami-7f24011f,us-west-2:ami-931e8ef3",
"packer_run_uuid": "acb9d627-77dc-81a9-89c1-8715a921f92b"
"artifact_id": "ap-northeast-1:ami-5ad5e33d,ap-northeast-2:ami-b4ae73da,ap-southeast-1:ami-2842f84b,ap-southeast-2:ami-352e2556,eu-central-1:ami-910cd3fe,eu-west-1:ami-ff171a99,sa-east-1:ami-98afc3f4,us-east-1:ami-f586eae3,us-west-1:ami-3a83a45a,us-west-2:ami-7a31a91a",
"packer_run_uuid": "12164aad-6df7-26f6-3b23-9a5d186738c6"
}
],
"last_run_uuid": "acb9d627-77dc-81a9-89c1-8715a921f92b"
"last_run_uuid": "12164aad-6df7-26f6-3b23-9a5d186738c6"
}
13 changes: 13 additions & 0 deletions nubis/builder/artifacts/v1.4.2/AMIs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"builds": [
{
"name": "amazon-ebs-ubuntu",
"builder_type": "amazon-ebs",
"build_time": 1493836830,
"files": null,
"artifact_id": "ap-northeast-1:ami-5ad5e33d,ap-northeast-2:ami-b4ae73da,ap-southeast-1:ami-2842f84b,ap-southeast-2:ami-352e2556,eu-central-1:ami-910cd3fe,eu-west-1:ami-ff171a99,sa-east-1:ami-98afc3f4,us-east-1:ami-f586eae3,us-west-1:ami-3a83a45a,us-west-2:ami-7a31a91a",
"packer_run_uuid": "12164aad-6df7-26f6-3b23-9a5d186738c6"
}
],
"last_run_uuid": "12164aad-6df7-26f6-3b23-9a5d186738c6"
}
Loading