Skip to content

Commit

Permalink
v2 new release (#60)
Browse files Browse the repository at this point in the history
* skip npm i on release branches (#37)

* Correct secret type for Docker config (#43)

The suggested secret type does not work as a pull secret. Change to a type documented in the k8s docs: https://kubernetes.io/docs/concepts/configuration/secret/#docker-config-secrets

* Update README.md with latest action version (#44)

Fix the generic secret example, which had v1 in the action url.

* new branch name in unit test workflow (#47)

* release workflow (#48)

* update workflow paths (#49)

* Bump ansi-regex from 5.0.0 to 5.0.1 (#46)

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Removed lib/ and added lib/ to .gitignore. (#53)

* switch to index.js for ncc compile (#57)

* Bump ws from 2.3.1 to 7.5.7 (#58)

Bumps [ws](https://github.com/websockets/ws) from 2.3.1 to 7.5.7.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@2.3.1...7.5.7)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump shelljs from 0.8.4 to 0.8.5 (#45)

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](shelljs/shelljs@v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add node modules and compiled JavaScript from main

Co-authored-by: David Gamero <david340804@gmail.com>
Co-authored-by: Richard Simko <rick.simko@gmail.com>
Co-authored-by: Alexander Blagoev <alexander.i.blagoev@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tommy Barnes <thomas.jonathan.barnes@gmail.com>
Co-authored-by: Oliver King <oking3@uncc.edu>
  • Loading branch information
7 people authored Mar 17, 2022
1 parent 869bcf4 commit 9181d63
Show file tree
Hide file tree
Showing 111 changed files with 66,186 additions and 304 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @davidgamero
* @Azure/aks-atlanta
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -334,4 +334,6 @@ ASALocalRun/
event.json

# MacOS
.DS_Store
.DS_Store

# Transpiled JS
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ branding:
color: "blue" # optional, decorates the entry in the GitHub Marketplace
runs:
using: "node12"
main: "lib/run.js"
main: "lib/index.js"
Loading

0 comments on commit 9181d63

Please sign in to comment.