2025-01-01から1年間の記事一覧
コマンドの標準入力に文字列を渡す方法として Here Stringsがある。 $ cat <<< "test" test この記法の注意点として必ず改行が含まれる。 The result is supplied as a single string, with a newline appended, to the command on its standard input 改行…
Terraformのresourceやdata sourceではnested block構文を利用できるが、 module定義ではnested block構文を利用できないし、resourceなどにおいても現在は非推奨であることを知ったのでメモ。 resourceでのnested block構文 resourceのような top-level blo…
aquaの更新エラー aqua upaでaqua本体をアップデートしようとした際、SLSA検証で以下のエラーが発生した: Verifying artifact /tmp/996689781: FAILED: matching bundle entry with content: unexpected tlog entry type: expected intoto:0.0.2, got dsse:…
goのフォーマッタとしてgofmt と go fmtがあることを知った。 go fmt go fmtはgoのサブコマンドとして実装されているフォーマッタ。 その実態は gofmt -l -w を指定パスに対して適用してくれる。 $ go help fmt usage: go fmt [-n] [-x] [packages] Fmt runs…
cloud.google.com Kubernetes Engine [CHANGE] (2025-R06) Version updates GKEパッチリリース。 Rapid/Regular/Stable/Extended/No Channel のすべてで新しいバージョンがリリースされている。 特に、Regular Channelでは 1.31.5-gke.1023000 がデフォルト…
Cloud Billing [CHANGE] Google Cloud Marketplace now uses the agency model for marketplace services for UK, FR, and DE customers. Google Cloud Marketplaceは代理店が販売する形態(agency model)とGoogleが直接販売する形態の2つのトランザクション…
Cloud Billing [FEATURE] Tags data for BigTable instances is available in both the Standard usage cost export and the Detailed usage cost export. Cloud Billingには使用料の詳細をBigQueryにエクスポートする機能がある。 このエクスポートされるデ…
Compute Engine [FEATURE] Generally available: Managed instance groups (MIGs) let you create pools of suspended and stopped virtual machine (VM) instances. Compute Engineのインスタンスを管理してオートスケールや更新などを自動管理する仕組みと…
cloud.google.com Compute Engine [ISSUE] The metadata server might display old physicalHost metadata if a VM experiences a host error. インスタンスが稼動するホストにて障害が発生して別のホストにマイグレートされたとき、メタデータにアクセスす…
いつかAndroidアプリをリリースする用にGoogle Play Consoleにアカウントだけ作成していたら、 アプリをリリースしないならアカウント削除するぞと通知が来た。 当面はちゃんとしたアプリをリリースするリソースが無いのでアカウント削除してもいいけど、新…
年末はリリースが少なかったので2週間分。 cloud.google.com Kubernetes Engine [CHANGE] (2025-R01) Version updates GKEパッチリリース。 Rapid/Regular/Stable/Extended/No Channel のすべてで新しいバージョンがリリースされている。 特に、Regular Chan…