Skip to content

Releases: paketo-buildpacks/occam

v0.0.20

20 Oct 14:16
Compare
Choose a tag to compare

Changes

#58: Bump github.com/ForestEckhardt/freezer from 0.0.1 to 0.0.2
#58: Bump github.com/paketo-buildpacks/packit from 0.0.1 to 0.0.2

v0.0.19

13 Oct 13:24
Compare
Choose a tag to compare

#53: Adds docker.Container.Stop command
#55: Adds WithPullPolicy to occam.PackBuild and marks deprecation notice for WithNoPull

v0.0.18

26 Aug 15:00
13feaa1
Compare
Choose a tag to compare

Changes

  • #42: Add functionality for --trust-builder flag in pack build
  • #50: Adds WithEntrypoint option to DockerContainerRun command

v0.0.17

22 Jul 14:12
Compare
Choose a tag to compare

Changes

v0.0.16

30 Jun 20:45
Compare
Choose a tag to compare

Changes

No API changes

v0.0.15

25 Jun 21:34
Compare
Choose a tag to compare

Changes

  • occam.BuildpackStore will now use $GIT_TOKEN as an Authorization header in requests to Github

v0.0.14

23 Jun 17:47
Compare
Choose a tag to compare
Use occam.example.com as registry prefix

Using a custom registry domain ensures that we won't inadvertently
trigger the run-image mirroring code that would be triggered when naming
an image without a domain.

v0.0.13

17 Jun 15:06
d34d099
Compare
Choose a tag to compare
Bump github.com/paketo-buildpacks/packit from 0.0.14 to 0.0.15 (#32)

Bumps [github.com/paketo-buildpacks/packit](https://github.com/paketo-buildpacks/packit) from 0.0.14 to 0.0.15.
- [Release notes](https://github.com/paketo-buildpacks/packit/releases)
- [Commits](https://github.com/paketo-buildpacks/packit/compare/v0.0.14...v0.0.15)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.0.12

09 Jun 17:35
Compare
Choose a tag to compare

Adds occam.BuildpackStore

v0.0.11

05 Jun 14:14
Compare
Choose a tag to compare

Changes:

  • Introduces occam.Source to enable better parallelization when using a common source directory: #27
  • Fixes a bug in matchers.ContainLines that printed an indecipherable error message: #28
  • Prints the container logs when matchers.BeAvailable fails: #29