Skip to content

Commit b75b7bc

Browse files
authored
fix(atlas): Bump Atlas version (#2366)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent f65265c commit b75b7bc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Generate migrations
4343
if: ${{ matrix.app == 'controlplane' }}
4444
env:
45-
ATLAS_VERSION: v0.35.0
45+
ATLAS_VERSION: v0.36.0
4646
run: |
4747
wget -q https://release.ariga.io/atlas/atlas-linux-amd64-$ATLAS_VERSION -O /tmp/atlas
4848
sudo install /tmp/atlas /usr/local/bin/atlas

app/controlplane/Dockerfile.migrations

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Container image built by go-releaser that's used to run migrations against the database during deployment
22
# See https://atlasgo.io/guides/deploying/image
33
# from: arigaio/atlas:latest
4-
# docker run arigaio/atlas@sha256:16739cffc8d44d04e76f58842dc12835e183fe7164d0ae55544fc8bc9fbb1e33 version
5-
# atlas version v0.35.0
6-
FROM arigaio/atlas@sha256:16739cffc8d44d04e76f58842dc12835e183fe7164d0ae55544fc8bc9fbb1e33 as base
4+
# docker run arigaio/atlas@sha256:2a621eff7cc837aec47f6504f17bfc95659ad7198f6e93f4145046b831a72066 version
5+
# atlas version v0.36.3-1fac927-canary
6+
FROM arigaio/atlas@sha256:2a621eff7cc837aec47f6504f17bfc95659ad7198f6e93f4145046b831a72066 as base
77

88
FROM scratch
99
# Update permissions to make it readable by the user

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ init: init-api-tools
77
go install github.com/vektra/mockery/[email protected]
88
# using binary release for atlas, since ent schema handler is not included
99
# in the community version anymore https://github.com/ariga/atlas/issues/2388#issuecomment-1864287189
10-
curl -sSf https://atlasgo.sh | ATLAS_VERSION=v0.35.0 sh -s -- -y
1110
# install golangci-lint with Go 1.25 support
1211
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v2.4.0
12+
curl -sSf https://atlasgo.sh | ATLAS_VERSION=v0.36.0 sh -s -- -y
1313

1414
# initialize API tooling
1515
.PHONY: init-api-tools

0 commit comments

Comments
 (0)