Skip to content

Releases: defenseunicorns/pepr

v0.26.1

20 Feb 19:35
e8aa639
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.26.0...v0.26.1

v0.26.0

16 Feb 20:44
ad70df3
Compare
Choose a tag to compare

Features

npx pepr build --custom-image pepr:dev
npx pepr build --repository "Iron Bank"

What's Changed

New Contributors

Full Changelog: v0.25.0...v0.26.0

v0.25.0

09 Feb 16:37
7e1d8f8
Compare
Choose a tag to compare

Features

How long the API server should wait for a webhook to respond before treating the call as a failure

npx pepr build --timeout 15

Maintains the state consistency of Kubernetes. Employs a Queue to force sequential processing of resource states once they are returned by the Kubernetes API. Lives on the watch controller.

When(WebApp)
  .IsCreatedOrUpdated()
  .Validate(validator)
  .Reconcile(async instance => {
     // Do WORK HERE
  • feat: uuid command by @cmwylie19 in #551 Forgot to add docs. Darn it. Sorry.

Returns the module UUID(s) currently deployed in the cluster with their descriptions. Simplifies commands like npx pepr monitor [uuid].

npx pepr uuid [uuid]

What's Changed

Full Changelog: v0.24.1...v0.25.0

v0.24.1

05 Feb 15:14
9b4f4fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.24.1

v0.24.0

02 Feb 21:50
5a21ca5
Compare
Choose a tag to compare

Features

When(WebApp)
  .IsDeleted()
  .Mutate(async instance => {
    // Return a promise that is resolved when item is removed from the Pepr Store
    await Store.removeItemAndWait(instance.Raw.metadata.name);
  });

What's Changed


  • chore: bump the development-dependencies group with 4 updates by @dependabot in #520
  • chore: bump the development-dependencies group with 1 update by @dependabot in #525
  • chore: bump the development-dependencies group with 1 update by @dependabot in #533
  • chore: bump peter-murray/workflow-application-token-action from 2 to 3 by @dependabot in #526
  • chore: bump codecov/codecov-action from 3 to 4 by @dependabot in #534
  • chore: bump the production-dependencies group with 1 update by @dependabot in #537
  • chore: bump the development-dependencies group with 1 update by @dependabot in #538

Full Changelog: v0.23.2...v0.24.0

v0.23.2

26 Jan 13:24
dba7eb1
Compare
Choose a tag to compare

What's Changed

  • fix: pepr build works when running inside npm workspaces by @btlghrants in #518

Full Changelog: v0.23.1...v0.23.2

v0.23.1

25 Jan 13:21
a63c1f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.0...v0.23.1

v0.23.0

22 Jan 18:47
58f79c3
Compare
Choose a tag to compare

Features

  • feat: docs information architecture by @schaeferka in #496 See here

  • feat: make module_uuid optional by @cmwylie19 in #500 (If no module_uuid is given to the command, Pepr streams logs from pods with label pepr.dev/controller=admission, if it is supplied the same functionality occurs as before.)

What's Changed

Full Changelog: v0.22.4...v0.23.0

v0.22.4

19 Jan 21:53
2181536
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.2...v0.22.4

v0.22.3-alpha

16 Jan 19:53
5d9cac5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.2...v0.22.3-alpha