Skip to content

Commit

Permalink
Jets 6.0 beta1 release
Browse files Browse the repository at this point in the history
* Rails Support
* Hooks Support
* Docker Support
* CloudFront CDN
* Lambda Function URL
* Prewarm and Provisioned Concurrency
* Reserved Concurrency
* Jets Job Support
* CI Support
* WAF
* Remote Runner
* Jets Exec REPL
* Release History and Rollback Ability
* Events
  • Loading branch information
tongueroo committed May 20, 2024
1 parent e682c5d commit c3ff0f2
Show file tree
Hide file tree
Showing 1,067 changed files with 11,555 additions and 44,673 deletions.
92 changes: 0 additions & 92 deletions .circleci/config.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .cody/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions .cody/docs/bin/build.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .cody/docs/bin/bundler_setup.sh

This file was deleted.

6 changes: 0 additions & 6 deletions .cody/docs/bin/cli_docs.sh

This file was deleted.

27 changes: 0 additions & 27 deletions .cody/docs/bin/git_commit.sh

This file was deleted.

12 changes: 0 additions & 12 deletions .cody/docs/bin/git_setup.sh

This file was deleted.

14 changes: 0 additions & 14 deletions .cody/docs/bin/subnav.sh

This file was deleted.

10 changes: 0 additions & 10 deletions .cody/docs/buildspec.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .cody/docs/project.rb

This file was deleted.

19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/).

## [6.0.0] - Unrelease

* Rails Support
* Hooks Support
* Docker Support
* CloudFront CDN
* Lambda Function URL
* Prewarm and Provisioned Concurrency
* Reserved Concurrency
* Jets Job Support
* CI Support
* WAF
* Remote Runner
* Jets Exec REPL
* Release History and Rollback Ability
* Events

## [5.0.14] - 2024-05-20
- [#719](https://github.com/rubyonjets/jets/pull/719) Support for s3 event sns configuration
- [#722](https://github.com/rubyonjets/jets/pull/722) Sets config.cache_classes to true in test env
Expand Down Expand Up @@ -1223,7 +1240,7 @@ Breaking Changes:
- add versions to gemspec dependencies

## [0.6.1]
- only prewarm if Jets::PreheatJob.warm available
- only prewarm if Jets::PreheatEvent.warm available

## [0.6.0]
- fine grain iam policy abilities: pull request #13 from tongueroo/iam-policy
Expand Down
16 changes: 0 additions & 16 deletions Dockerfile

This file was deleted.

53 changes: 0 additions & 53 deletions Dockerfile.base

This file was deleted.

4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ group :development, :test do
gem "mysql2", "~> 0.5.2"
gem "dynomite", "~> 2.0.0"
end

group :test do
gem "actionpack", "~> 7.1.3" # jets shim specs
end
22 changes: 0 additions & 22 deletions Guardfile

This file was deleted.

2 changes: 0 additions & 2 deletions Procfile

This file was deleted.

Loading

0 comments on commit c3ff0f2

Please sign in to comment.