Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from aws-solutions/release/v1.1.1
Browse files Browse the repository at this point in the history
update to version v1.1.1
  • Loading branch information
groverlalit authored Sep 19, 2022
2 parents 6447e55 + f14dfdb commit 6b3f770
Show file tree
Hide file tree
Showing 16 changed files with 12,511 additions and 12,857 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.1] - 2022-09-19

### Changed

- package version updates
- on Puma demo instance, install git for puma rails app generator

## [1.1.0] - 2021-11-04

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cw-monitoring-framework",
"description": "AWS Horus - A CloudWatch Monitoring Framework",
"license": "Apache-2.0",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js . --ext .ts",
"prettier-format": "./node_modules/prettier/bin-prettier.js --config .prettierrc.yml '**/*.ts' --write",
Expand Down
2 changes: 1 addition & 1 deletion source/resources/lib/puma/puma.demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class PumaDemo extends NestedStack {
'echo "======setting up cloudwatch agent and puma server======"',
"wget https://kojipkgs.fedoraproject.org//packages/sqlite/3.8.11/1.fc21/x86_64/sqlite-devel-3.8.11-1.fc21.x86_64.rpm",
"wget https://kojipkgs.fedoraproject.org//packages/sqlite/3.8.11/1.fc21/x86_64/sqlite-3.8.11-1.fc21.x86_64.rpm",
"yum install -y nodejs yarn ruby-devel sqlite-3.8.11-1.fc21.x86_64.rpm sqlite-devel-3.8.11-1.fc21.x86_64.rpm supervisor",
"yum install -y nodejs yarn ruby-devel sqlite-3.8.11-1.fc21.x86_64.rpm sqlite-devel-3.8.11-1.fc21.x86_64.rpm supervisor git",
"gem install bundler rails",
"rails new ~/sample-app",
"cd ~/sample-app",
Expand Down
Loading

0 comments on commit 6b3f770

Please sign in to comment.