diff --git a/CHANGELOG.md b/CHANGELOG.md index dbef83e..f78e152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.18.1] - 2026-04-13 + +### Changed +- Upgrade vendored typescript-go to [`24753aa4bf38`](https://github.com/microsoft/typescript-go/commit/24753aa4bf38111df12a1b591727c7f95553cf3b) + ## [0.18.0] - 2026-04-10 ### Added @@ -252,6 +257,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Multi-stage Docker build - Automated vendor upgrade workflow +[0.18.1]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.18.0...v0.18.1 [0.18.0]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.17.1...v0.18.0 [0.17.1]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.17.0...v0.17.1 [0.17.0]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.16.7...v0.17.0 diff --git a/Dockerfile b/Dockerfile index dc98d48..a06407d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the Go app -FROM --platform=$BUILDPLATFORM 020413372491.dkr.ecr.us-east-1.amazonaws.com/pullthrough/docker.io/library/golang:1.26.1-alpine AS builder +FROM --platform=$BUILDPLATFORM 020413372491.dkr.ecr.us-east-1.amazonaws.com/pullthrough/docker.io/library/golang:1.26.2-alpine AS builder ARG TARGETOS TARGETARCH RUN apk add --no-cache git bash sed findutils WORKDIR /app diff --git a/TSGO_COMMIT b/TSGO_COMMIT index ddf2a0b..a934ed9 100644 --- a/TSGO_COMMIT +++ b/TSGO_COMMIT @@ -1 +1 @@ -c0703e66b68b826eedadce353d63fe9f4ea21fb6 \ No newline at end of file +24753aa4bf38111df12a1b591727c7f95553cf3b \ No newline at end of file diff --git a/VERSION b/VERSION index 47d04a5..6b2d58c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.18.0 \ No newline at end of file +0.18.1 \ No newline at end of file diff --git a/go.mod b/go.mod index 353b28a..ecd2ace 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module goodchanges -go 1.26.1 +go 1.26.2 replace goodchanges/tsgo-vendor => ./_vendor/typescript-go