Skip to content

Releases: aleksanderaleksic/tgmigrate

v0.1.7

28 Apr 08:58
Compare
Choose a tag to compare

Changelog

d18131c Merge branch 'skip-migration-command' into main
a7b4e59 Added skip command

v0.1.6

12 Feb 11:56
Compare
Choose a tag to compare

Changelog

cdc17e7 Fixed bug with user confirmation exiting

v0.1.5

12 Feb 11:20
Compare
Choose a tag to compare

Changelog

e218e6f Release v0.1.5
1e6a30f Implemented revert command (#15)
d757cfb Store metadata for applied migrations (#14)

v0.1.4

09 Feb 11:05
Compare
Choose a tag to compare

Changelog

44e8f72 Release v0.1.4
92c9fd8 12 add tests to the repository (#13)
a1791d0 Require sequence number
8fd44fe Removed context as parameter from Initialize history
076f6e8 Replaced dryrun with plan command
cc7b9e2 Added sample output of the a migration

v0.1.3

29 Jan 07:11
Compare
Choose a tag to compare

Changelog

6e7d039 Fixed bug where moving state within a state file deleted the resource

v0.1.2

28 Jan 07:20
Compare
Choose a tag to compare

Changelog

4ad859e Refactored and added cache
dacb386 Added a readme
8bec871 Print "No migrations will be applied" with newline

v0.1.1

26 Jan 06:47
Compare
Choose a tag to compare

Changelog

c0b5830 Release 0.1.1
5065a9a Find .tgmigrate.hcl file in parent folder if not specified (#8)
89536ba Cleanup after apply (#7)

v0.1.0

25 Jan 11:24
Compare
Choose a tag to compare

Changelog

f78bf03 Refactored github actions workflows
5afbc7d Release 0.1.0
75f0069 Use latest commit in tfexec fork
9600691 Replace hashicorp exec with forked version
6eabef8 Added github build and test workflow
378d50a Added github release_build workflow
6da57a3 Added HCL eval context
5e1df66 Filter migrations for environment
f5d00b1 Refactored main.go
62559d9 Dont install terraform automaticly
e0d7e9b Removed all local interactions
5265aca implemented dryrun
af4bab5 Added context
de7306a Migrating with s3 works
8c743d6 s3 state download works
1c6955e Fixed timestamp encoding issue
1c43ecc Compare migrations by hash
e55f775 moved user confirmation to common
7e86186 Fixed time format
4750dd5 Store backup state to same folder
a39ff64 Fixed issue with running after
97753e5 Fixed time decoding
f2b2a29 Added backup directory option
b04a52b Added initialization in before script and deinitialization in after script
454e394 Fomatted
6531d69 Added timestamp to history JSON
6431e69 Cleanup temp directories
9eb7d5c Local state migration works
71f5ef1 Load config file
8df270a Parse migration file
d82ef73 Created a example to show how the tool is intended to wok.
c409c87 Added initial plan and apply commands
95ad70c Intitial main.go
b4d4775 Initialized go modules
69f58e5 Git ignore Intellij and golang
579c7f6 Initial commit