Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 3.57 KB

CHANGELOG.md

File metadata and controls

62 lines (49 loc) · 3.57 KB

Changelog

  • ci(actions): drop ubuntu-16.04 tests since it is deprecated
  • chore(deps): upgrade dependencies (fixes CVE-2021-23337)
  • feat(docker): artifact registries may now be specified independently
  • ci(sonarcloud): implement SonarCloud static analysis
  • chore(rebrand): the repository is now maintained by mathieu-bour
  • chore(deps): upgrade dependencies
  • chore(deps): bumps lodash from 4.17.15 to 4.17.19 (fixes GHSA-p6mc-m468-83gw)
  • chore(repo): rename master branch to main
  • feat: add local for version input which will use the locally provided Google Cloud SDK if available
  • chore(deps): upgrade dependencies
  • chore: update license
  • chore(security): upgrade @actions/http-client dependency (GHSA-9w6v-m7wp-jwg4)
  • ci(lint): add eslint / prettier and action job
  • docs(readme): break lines on new sentences
  • chore(workspace): add standard commit, update pre-commit hook
  • chore(security): upgrade minimist dependency (GHSA-7fhm-mqm4-2wp7)
  • chore(deps): bump TypeScript to version 3.8 (closes #9)
  • fix: project configuration without service account key (closes #8)
  • feat: added support for Windows
  • fixed: inputs are now compared to strings
  • fixed: project guess using the service-account-key input
  • changed: new install directories
    • /usr/lib/google-cloud-sdk on Ubuntu runners (overrides the already installed one)
    • $HOME/opt/google-cloud-sdk on MacOS runners
    • C:\Program Files\google-cloud-sdk on Windows runners
  • feat: make project input optional - it is discovered with the service account key
  • feat: compile using ES6 library
  • docs: add examples in the README.md, better input descriptions
  • chore: add license and other legal stuff
  • feat: add project input support
  • feat: make service-account-key input optional - authentication is executed later
  • chore: rename repository from mathrix-education/actions-gcloud to mathrix-education/setup-gcloud
  • fixed: set version input default value to 'latest' in `action.yml.