Releases: abcxyz/abc-updater
Releases · abcxyz/abc-updater
v0.4.0
What's Changed
- Rough draft of race condition fix by @pdewilde in #97
- Release: v0.3.1-alpha.1 by @token-minter-prod in #98
- Have build job inherit secrets to have WIF succeed by @pdewilde in #99
- Reset version to undo failed release. by @pdewilde in #100
- Release: v0.3.1-alpha.1 by @token-minter-prod in #101
- Add create-release to needs so output can be referenced and downgrade version due to failed release by @pdewilde in #102
- Release: v0.3.1-alpha.1 by @token-minter-prod in #103
- Switch default metrics dns from abc-updater-metrics to abc-metrics by @pdewilde in #106
- Release: v0.4.0 by @token-minter-prod in #107
Full Changelog: v0.3.0...v0.4.0
v0.3.1-alpha.1
What's Changed
- Rough draft of race condition fix by @pdewilde in #97
- Release: v0.3.1-alpha.1 by @token-minter-prod in #98
- Have build job inherit secrets to have WIF succeed by @pdewilde in #99
- Reset version to undo failed release. by @pdewilde in #100
- Release: v0.3.1-alpha.1 by @token-minter-prod in #101
- Add create-release to needs so output can be referenced and downgrade version due to failed release by @pdewilde in #102
- Release: v0.3.1-alpha.1 by @token-minter-prod in #103
Full Changelog: v0.3.0...v0.3.1-alpha.1
v0.3.0
What's Changed
- Change from install id to install time by @pdewilde in #94
- Release: v0.3.0 by @token-minter-prod in #95
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Metrics client for reporting annoymous usage metrics. by @pdewilde in #55
- Refactor opt-out into other configs by @pdewilde in #59
- Change MetricWriter interface by @pdewilde in #61
- Metrics Client test by @pdewilde in #60
- Implement Metrics server. by @pdewilde in #62
- Metrics server: implement data lookup by @pdewilde in #63
- Tests for Metric Server by @pdewilde in #64
- Metrics Loader Test by @pdewilde in #65
- Refactor metrics handler by @pdewilde in #66
- Add static index info page. by @pdewilde in #68
- Add Dockerfile by @pdewilde in #67
- Metrics Server: Cloud Run Infrastructure by @pdewilde in #69
- Fix network endpoint group name by @pdewilde in #70
- Add image publishing for pushes to main as well as for releases. by @pdewilde in #71
- Update README.md to reflect current design by @pdewilde in #72
- Fix docker repo by @pdewilde in #73
- Fix SA Permissions by @pdewilde in #74
- Ignore client lifecycle changes in cloud run terraform to avoid false positives in terraform diffs by @pdewilde in #76
- Add allUsers to cloud run invokers to allow public access to metrics … by @pdewilde in #77
- Route metrics logs to dedicated cloud logging bucket by @pdewilde in #78
- Provide access to log views for metrics by @pdewilde in #79
- Logging View read permission for metrics bucket. by @pdewilde in #80
- Add async metric writing API to match update check API. by @pdewilde in #81
- Simplify test design by @sethvargo in #85
- Add storing metrics client in context by @pdewilde in #86
- Fix comment documenting install ID by @pdewilde in #89
- Remove async from metrics. by @pdewilde in #88
- Release: v0.2.0 by @token-minter-prod in #90
- Fix VERSION file from broken release by @pdewilde in #91
- Fix broken id reference in release workflow by @pdewilde in #93
- Release: v0.2.0 by @token-minter-prod in #92
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- Bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_modules group across 1 directory by @dependabot in #52
- Simplify update message to be a single line. by @pdewilde in #53
- Release: v0.1.2 by @token-minter-prod in #54
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Remove env lookup from CheckAppVersion() by @pdewilde in #50
- Release: v0.1.1 by @token-minter-prod in #51
Full Changelog: v0.1.0...v0.1.1
v0.1.0
v0.0.3
What's Changed
- Move sdk/go/abc-updater to pkg/abcupdater by @pdewilde in #43
- Release: v0.0.3 by @token-minter-prod in #44
Full Changelog: v0.0.2...v0.0.3
v0.0.2
v0.0.1
Description
Initial (internal) release. No guarantees of forward or backwards compatibility.
What's Changed
- repo setup by @kevinlee6378 in #1
- Init terraform directory with GCS by @kevinlee6378 in #2
- chore: add terraform readability to CODEOWNERS by @verbanicm in #3
- Add load balancer terraform by @kevinlee6378 in #4
- Expose IP address in output by @kevinlee6378 in #5
- ensure backend bucket depends on compute api by @kevinlee6378 in #6
- Add simple method for checking app verison by @kevinlee6378 in #7
- Return errors instead of swallowing by @kevinlee6378 in #11
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #12
- Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #13
- create opt out settings via environment variables by @kevinlee6378 in #8
- Add functions to check version opt out from settings by @kevinlee6378 in #9
- unify version pkg to match what is used in opt out file by @kevinlee6378 in #10
- Account for opt out in CheckVersion by @kevinlee6378 in #14
- Bump github.com/lestrrat-go/jwx/v2 from 2.0.11 to 2.0.19 by @dependabot in #18
- Update output text to include how to opt out via environment vars by @kevinlee6378 in #15
- Use camel case for json tags, also generify GitHubURL to AppRepoURL by @pdewilde in #22
- Add support for local storage by @pdewilde in #23
- Switch to atomic write operation for storing json by @pdewilde in #24
- Update deps by @sethvargo in #27
- Update README.md by @pdewilde in #28
- Add release process from
abcxyz/abc
by @pdewilde in #29 - Add workflows for releasing using the new method by @pdewilde in #31
- Fix draft-release bootstrapping by @pdewilde in #32
- Switch from null value to removing key in draft-release by @pdewilde in #33
- Release: v0.0.1 by @token-minter-prod in #34
- Fix by removing build step by @pdewilde in #35
- Release: v0.0.1 by @pdewilde in #36
- Reset to 0.0.0 to retry release by @pdewilde in #37
- Release: v0.0.1 by @token-minter-prod in #38
New Contributors
- @kevinlee6378 made their first contribution in #1
- @verbanicm made their first contribution in #3
- @dependabot made their first contribution in #12
- @pdewilde made their first contribution in #22
- @sethvargo made their first contribution in #27
- @token-minter-prod made their first contribution in #34
Full Changelog: https://github.com/abcxyz/abc-updater/commits/v0.0.1