Skip to content

Commit

Permalink
gce_metadata_server: update to 3.91.0
Browse files Browse the repository at this point in the history
This version compiles with Go 1.23.

v3.91.0

  * bump dependency
  * add mtlsTokenSource
  * add mtls example

v3.9.1

  * add mtls support
  * bump dependency

v3.8.1

  * upgrade tpm signer; use tpm policy callback function

v3.8.0

  * use tpm-direct; support pcr and password policy for TPM; support
    TPM bus encryption
  * Merge pull request #43 from octu0/topic-remove-binary
  * Merge pull request #42 from octu0/topic-handle-maintenance-event
  * add maintenance-event
  * fix workflow branch
  * bump dependency
  * typo/fix config file
  * add prometheus metrics endpoint
  * add python env-var docs
  * add process credential references

v3.7.0

  * use TokenSource uniformly; TPMPath reference for oauth2 and tpm-jwt
  * update to use oauth2 tokensource

v3.6.0

  * update salrashdi123/oauth2, golang-jwt-tpm
  * allow dynamic scopes; update tpm token to use salrashid123/oauth2;

v3.5.0

  * add configFile listener; ETag support
  * show gpg verification

3.4.0

  * update docs; godocs; goreleaser; images; add tests
  * refactor with support for fakes
  * update readme; remove flavor logline
  * update samples
  * Update README.md
  * fix build target
  * add bazel build
  • Loading branch information
bsiegert committed Sep 21, 2024
1 parent e0911a9 commit 52ff2b8
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 445 deletions.
10 changes: 6 additions & 4 deletions devel/gce_metadata_server/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.7 2024/09/06 18:48:43 bsiegert Exp $
# $NetBSD: Makefile,v 1.8 2024/09/21 17:25:51 bsiegert Exp $

GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= gce_metadata_server-3.0.0
PKGREVISION= 6
DISTNAME= gce_metadata_server-3.91.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=salrashid123/}

Expand All @@ -11,7 +10,10 @@ HOMEPAGE= https://github.com/salrashid123/gce_metadata_server/
COMMENT= Emulator for the Google Compute Engine Metadata Server
LICENSE= apache-2.0

GO_BUILD_PATTERN= .
GO_BUILD_PATTERN= ./cmd

do-install:
cd ${WRKDIR}/.gopath/bin && ${INSTALL_PROGRAM} cmd ${DESTDIR}${PREFIX}/bin/gce_metadata_server

.include "go-modules.mk"

Expand Down
Loading

0 comments on commit 52ff2b8

Please sign in to comment.