Giter Site home page Giter Site logo

autobrancherdaily's Introduction

Autobrancher Daily

This CDK App create PRs under bump/** to your defined CDK repository with the latest released CDK version. Per default it curls ones a day against https://github.com/aws/aws-cdk to check if there is a new released version. If it finds a new version it will create a branch bump/VERSION and a PR against the default branch (master or main).

It originated from Matthew Bonig blog post.

My main motivation to tweak Matthew's Autobrancher was that I it is inconvenient to subscribe to the CDK Catalog for triggering new PRs. That way I simply check the aws cdk github page.

As well I don't intend to use the Autobrancher Daily for upating the CDK version for real. I only want to see if newer versions are still compatible. The developer using the client repo is responsible for setting the peer dependencies!

Using this App

Prepare the client CDK Repo

Prepare AutoBranchers Stack

After you deployed it with the usuals new projen or pj and yarn deploy you need to insert your GitHub password in the created secret. Yeah thats a bummer and I hope I can switch to use an ssh key in the future ...

Example

new AutoBranchersStack(app, 'auto-brancher-daily', {
  env: devEnv,
  gitHubUser: 'mmuller88',
  repoNames: ['aws-cdk-staging-pipeline', 'aws-cdk-build-badge'],
});

Limitation

Unlucky I didn't get the ssh key github connection working. So I decided to use the github https url with username and password which gets retrieved from the Secret Manager.

Issues and Contributing

If you have any problems, please open an Issue on Github. PRs are always welcome.

autobrancherdaily's People

Contributors

mmuller88 avatar mbonig avatar

Stargazers

Massimo Selvi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.