Skip to content

Releases: tenstad/terraform-provider-remote

v0.1.3

22 Apr 07:38
3755190
Compare
Choose a tag to compare

Notable Changes

  • feat: display user@host:port in error message by @tenstad in #159

All Changes

  • chore: upgrade go to 1.22 by @tenstad in #161
  • Bump actions/checkout from 3.5.0 to 3.5.3 by @dependabot in #145
  • Bump crazy-max/ghaction-import-gpg from 5.2.0 to 5.3.0 by @dependabot in #152
  • Bump goreleaser/goreleaser-action from 3.2.0 to 4.3.0 by @dependabot in #146
  • Bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.22.0 by @dependabot in #162
  • Bump github.com/hashicorp/terraform-plugin-docs from 0.10.1 to 0.18.0 by @dependabot in #163
  • fix: readfile by @tenstad in #160
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.17.0 to 2.33.0 by @dependabot in #164
  • Bump github.com/bramvdbogaerde/go-scp from 0.0.0-20210327204631-70ee53679fc9 to 1.4.0 by @dependabot in #165
  • ci: write permission on docker build/push by @tenstad in #172
  • Bump github.com/pkg/sftp from 1.13.5 to 1.13.6 by @dependabot in #171
  • Bump actions/checkout from 3.5.3 to 4.1.2 by @dependabot in #170
  • Bump actions/setup-go from 4 to 5 by @dependabot in #169
  • Bump goreleaser/goreleaser-action from 4.3.0 to 5.0.0 by @dependabot in #168
  • Bump docker/login-action from 2 to 3 by @dependabot in #167
  • Bump crazy-max/ghaction-import-gpg from 5.3.0 to 6.1.0 by @dependabot in #166
  • Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.0 by @dependabot in #175
  • Bump hashicorp/setup-terraform from 2 to 3 by @dependabot in #174
  • Bump docker/build-push-action from 4 to 5 by @dependabot in #173
  • feat: display user@host:port in error message by @tenstad in #159

Full Changelog: v0.1.2...v0.1.3

v0.1.2

19 Jun 10:55
4d420f5
Compare
Choose a tag to compare

#148 feat: owner_name and group_name fields

v0.1.1

21 Oct 07:23
Compare
Choose a tag to compare

#109 feat: timeout field in conn

v0.1.0

12 Jun 10:35
Compare
Choose a tag to compare

#84 fix: non-sudo chmod
#87 Update error messages
#90 Remove file from state on file-not-found
#91 Remove ForceNew on content field
#93 Improve error feedback

v0.0.25

09 Jun 06:46
Compare
Choose a tag to compare

#75 Ability to specify user and group ownership. Additionally, file permissions are now read from remote host (no longer write only).

v0.0.24

12 May 16:28
Compare
Choose a tag to compare

#74 fix: concurrent writes

v0.0.23

06 Feb 09:06
bd46bbf
Compare
Choose a tag to compare

#31 Add agent to conn
#46 Add ForceNew to port
#48 Remove result_conn
#50 Update resource ID to include port

v0.0.22

03 Nov 18:07
7536efd
Compare
Choose a tag to compare

Upgrade to go 1.16

v0.0.21

29 Aug 15:34
Compare
Choose a tag to compare

Add ForceNew to result_conn.

v0.0.20

29 Aug 15:16
0f20724
Compare
Choose a tag to compare

Adds the computed result_conn field.