File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 42
42
- name : Generate migrations
43
43
if : ${{ matrix.app == 'controlplane' }}
44
44
env :
45
- ATLAS_VERSION : v0.30.0
45
+ ATLAS_VERSION : v0.31.1-647df7a-canary
46
46
run : |
47
47
wget -q https://release.ariga.io/atlas/atlas-linux-amd64-$ATLAS_VERSION -O /tmp/atlas
48
48
sudo install /tmp/atlas /usr/local/bin/atlas
Original file line number Diff line number Diff line change 1
1
# Container image built by go-releaser that's used to run migrations against the database during deployment
2
2
# See https://atlasgo.io/guides/deploying/image
3
- # Current version v0.31.0
4
- FROM arigaio/atlas@sha256:05d435f32c7d732abad12e2b4fdb8c952fe695a7fb2aa41a974048c7313ceb1d as base
3
+ # Current version v0.31.1-647df7a-canary
4
+ # Until a v0.31.1 release is available
5
+ FROM arigaio/atlas@sha256:03171af017c334919bb25a22e92390f810db30805de1f5e12460702e45c296ef as base
5
6
6
7
FROM scratch
7
8
# Update permissions to make it readable by the user
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ init: init-api-tools
7
7
go install github.com/vektra/mockery/v2@v2.43.2
8
8
# using binary release for atlas, since ent schema handler is not included
9
9
# in the community version anymore https://github.com/ariga/atlas/issues/2388#issuecomment-1864287189
10
- curl -sSf https://atlasgo.sh | ATLAS_VERSION=v0.27.0 sh -s -- -y
10
+ curl -sSf https://atlasgo.sh | ATLAS_VERSION=v0.31.1-647df7a-canary sh -s -- -y
11
11
12
12
# initialize API tooling
13
13
.PHONY : init-api-tools
You can’t perform that action at this time.
0 commit comments