Skip to content

Commit

Permalink
docs: release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markosamuli committed Apr 16, 2022
1 parent 214c767 commit 47ec8d7
Showing 1 changed file with 42 additions and 24 deletions.
66 changes: 42 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,60 @@
# Changelog

## [2.2.0] - 2022-04-16

Version update and Apple M1 support.

### Changes

- Cloud SDK release 381.0.0

### Fixed

- Installation on Apple M1 chips failed as the installation archive does not
have `arm64` but `arm` in the filename.

## [2.1.2] - 2019-11-23

### Changes

* Added `gcloud_prefer_python3` option for preferring `python3` over `python2`
- Added `gcloud_prefer_python3` option for preferring `python3` over `python2`
during install.

## [2.1.1] - 2019-11-20

### Documentation

* Updated documentation to include a fix into the configuration example
- Updated documentation to include a fix into the configuration example
and explain bash and zsh shell configuration.

### Development improvements

* Improved development bash scripts and coding style.
* Updated Docker images used for testing.
- Improved development bash scripts and coding style.
- Updated Docker images used for testing.

## [2.1.0] - 2019-11-19

### Changes

* Cloud SDK release 271.0.0
* Changed default installation path from `~/opt/google-cloud-sdk` to
- Cloud SDK release 271.0.0
- Changed default installation path from `~/opt/google-cloud-sdk` to
`~/google-cloud-sdk` with backwards compatible detection of the old
default installation location
* Automatically added blocks in `.bashrc` and `.zshrc` do not look for other
- Automatically added blocks in `.bashrc` and `.zshrc` do not look for other
installation paths

### Development improvements

* Added `Makefile` with tasks for development
* Improved Travis CI performance with multiple build stages
* Added GitHub Actions workflow with pre-commit hooks for running linting tasks
- Added `Makefile` with tasks for development
- Improved Travis CI performance with multiple build stages
- Added GitHub Actions workflow with pre-commit hooks for running linting tasks
when new code is pushed to the repository
* Added [commitlint] commit-msg hook
* Fixed bash scripts not working on macOS with BSD sed
* Workaround for [ansible-lint installation issue][ansible-lint#590] on Travis
* Move bash scripts out of the repository root
* Format shell scripts with [shfmt]
* Validate shell scripts with [shellcheck]
- Added [commitlint] commit-msg hook
- Fixed bash scripts not working on macOS with BSD sed
- Workaround for [ansible-lint installation issue][ansible-lint#590] on Travis
- Move bash scripts out of the repository root
- Format shell scripts with [shfmt]
- Validate shell scripts with [shellcheck]

[shfmt]: https://github.com/mvdan/sh
[shellcheck]: https://github.com/koalaman/shellcheck
Expand All @@ -63,24 +76,24 @@ configuration.

## Fixes

* Install [GNU tar] on macOS with Homebrew
- Install [GNU tar] on macOS with Homebrew

[GNU tar]: https://formulae.brew.sh/formula/gnu-tar
[gnu tar]: https://formulae.brew.sh/formula/gnu-tar

## Compatibility

* Drop support and tests for Ansible below 2.6
* Do not test the role with macOS below 10.13
- Drop support and tests for Ansible below 2.6
- Do not test the role with macOS below 10.13

## [1.1.1] - 2019-03-02

* Use `include_tasks` instead deprecated `include`
* Drop support for testing the role with Ansible < 2.4
- Use `include_tasks` instead deprecated `include`
- Drop support for testing the role with Ansible < 2.4

## [1.1.0] - 2019-03-02

* Updated Cloud SDK to version 236.0.0 on macOS.
* Fixed Google Cloud public key import on Debian.
- Updated Cloud SDK to version 236.0.0 on macOS.
- Fixed Google Cloud public key import on Debian.

## [1.0.0] - 2018-12-02

Expand All @@ -89,6 +102,11 @@ Initial release with Cloud SDK 226.0.0 on macOS.
This version installs Google Cloud SDK from from the archive file on macOS
and uses APT package manager for installing the SDK on Debian-based systems.

[2.2.0]: https://github.com/markosamuli/ansible-gcloud/releases/tag/v2.2.0
[2.1.2]: https://github.com/markosamuli/ansible-gcloud/releases/tag/v2.1.2
[2.1.1]: https://github.com/markosamuli/ansible-gcloud/releases/tag/v2.1.1
[2.1.0]: https://github.com/markosamuli/ansible-gcloud/releases/tag/v2.1.0
[2.0.0]: https://github.com/markosamuli/ansible-gcloud/releases/tag/v2.0.0
[1.1.1]: https://github.com/markosamuli/ansible-gcloud/releases/tag/v1.1.1
[1.1.0]: https://github.com/markosamuli/ansible-gcloud/releases/tag/v1.1.0
[1.0.0]: https://github.com/markosamuli/ansible-gcloud/releases/tag/v1.0.0

0 comments on commit 47ec8d7

Please sign in to comment.