cmd

command
v0.25.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

README

This is a sample of the output from the changelog generation script.

To update this file, run: cd changelogutils/cmd && make README.md -B && cd -


v0.10.16

New Features

v0.10.15

This release contained no user-facing changes.

v0.10.14

This release contained no user-facing changes.

v0.10.13

Fixes

v0.10.12

Fixes

v0.10.11

New Features

Fixes

v0.10.10

New Features

v0.10.9

New Features

v0.10.8

This release contained no user-facing changes.

v0.10.7

New Features

v0.10.6

New Features

v0.10.5

New Features

v0.10.4

This release contained no user-facing changes.

v0.10.3

This release contained no user-facing changes.

v0.10.2

This release contained no user-facing changes.

v0.10.1

New Features

v0.10.0

Breaking Changes

New Features

v0.9.21

New Features

v0.9.20

This release contained no user-facing changes.

v0.9.19

New Features

v0.9.18

Fixes

v0.9.17

This release contained no user-facing changes.

v0.9.16

This release contained no user-facing changes.

v0.9.15

Fixes

v0.9.14

New Features

v0.9.13

This release contained no user-facing changes.

v0.9.12

New Features

v0.9.11

This release contained no user-facing changes.

v0.9.10

This release contained no user-facing changes.

v0.9.9

Fixes

v0.9.8

Fixes

v0.9.7

New Features

v0.9.6

New Features

v0.9.5

Fixes

v0.9.4

New Features

v0.9.3

This release contained no user-facing changes.

v0.9.2

New Features

v0.9.1

New Features

v0.9.0

Breaking Changes

  • Removes ApplicationConfig (containing slack notifications and installation id) from the bot config struct. This should only affect consumers of the new bot utilities (changelog-bot, approval-bot). (https://github.com/solo-io/go-utils/issues/223)

New Features

  • Support customizing bot config with WEBHOOK_SECRET, INTEGRATION_ID, and PRIVATE_KEY_FILE environment variables, to better support use cases around deploying to kubernetes from a git repo without checking in unencrypted secrets. (https://github.com/solo-io/go-utils/issues/223)

v0.8.24

New Features

v0.8.23

This release contained no user-facing changes.

v0.8.22

New Features

v0.8.21

New Features

v0.8.20

Fixes

v0.8.19

New Features

v0.8.18

Fixes

v0.8.17

New Features

v0.8.16

This release contained no user-facing changes.

v0.8.15

New Features

v0.8.14

Fixes

v0.8.13

New Features

v0.8.12

New Features

Fixes

v0.8.11

New Features

v0.8.10

New Features

v0.8.9

New Features

v0.8.8

New Features

Fixes

v0.8.7

New Features

v0.8.6

New Features

v0.8.5

Fixes

v0.8.4

Fixes

v0.8.3

Fixes

v0.8.2

New Features

v0.8.1

New Features

v0.8.0

Breaking Changes

New Features

v0.7.21

Fixes

v0.7.20

New Features

Fixes

v0.7.19

This release contained no user-facing changes.

v0.7.18

New Features

v0.7.17

Fixes

v0.7.16

Fixes

v0.7.15

This release contained no user-facing changes.

v0.7.14

New Features

  • Introduce a utility for managing zap logs from a CLI tool. The new clicore library provides a means of sending human-friendly log messages to the console while capturing full json-formatted logs to a file. Library includes a pair of Run methods for siplified execution of the "main" file and simplified output validation during integration tests. (https://github.com/solo-io/go-utils/issues/135)
  • Simplified way to call cobra commands from test environments. (https://github.com/solo-io/go-utils/issues/124)
  • The PrintTrimmedStack fail handler simplifies error tracking in ginkgo tests by printing a condensed stack trace upon failure. Printout excludes well-known overhead files so you can more easily sight the failing line. This eliminates the need to count stack offset via ExpectWithOffset. You can just use Expect. (https://github.com/solo-io/go-utils/issues/131)

v0.7.13

Fixes

v0.7.12

This release contained no user-facing changes.

v0.7.11

Fixes

v0.7.10

New Features

v0.7.9

Fixes

  • Added a FormulaOptions.FormulaName field to allow the FormulaOptions.Name field to be a descriptive name, and FormulaOptions.FormulaName to be used to reference the proper formula name as needed in branch and commit name conventions for external PRs. (https://github.com/solo-io/go-utils/issues/128)

v0.7.8

New Features

v0.7.7

New Features

  • The utilities in installutils/helmchart now support loading a helm chart and rendering manifests from a directory in a github repository. There is also a utility for batch loading charts from a github directory, for example to batch load several hundred charts from https://github.com/helm/charts/tree/master/stable. (https://github.com/solo-io/go-utils/issues/121)
  • There is now a new utility package called fsutils to support common file-system operations. (https://github.com/solo-io/go-utils/issues/122)

v0.7.6

Fixes

v0.7.5

New Features

v0.7.4

Fixes

v0.7.3

New Features

  • Allow listing from the cache all the unique values for a particular label key. This enables discovering label key/value pairs that should be purged because the CRD that led to the creation of that resource was deleted. (https://github.com/solo-io/go-utils/issues/110)

v0.7.2

New Features

Fixes

v0.7.1

New Features

v0.7.0

Breaking Changes

New Features

Fixes

v0.6.3

New Features

v0.6.2

New Features

  • Changelog entries now support an optional resolvesIssue boolean field, defaulting to true, to specify if the issue referenced in issueLink should be resolved when the PR merges. (https://github.com/solo-io/go-utils/issues/88)

Fixes

v0.6.1

Fixes

v0.6.0

Breaking Changes

Fixes

v0.5.1

New Features

v0.5.0

Breaking Changes

New Features

Fixes

v0.4.1

This release contained no user-facing changes.

v0.4.0

Breaking Changes

v0.3.1

New Features

v0.3.0

Breaking Changes

v0.2.16

New Features

v0.2.15

Fixes

v0.2.14

This release contained no user-facing changes.

v0.2.13

Fixes

v0.2.12

Fixes

v0.2.11

Fixes

v0.2.10

New Features

Fixes

v0.2.9

New Features

v0.2.8

New Features

Fixes

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL